Analysis tree name starting with an integer + TChain
21 views
Skip to first unread message
Ahmed Marwan Foda
unread,
Jan 31, 2017, 2:54:15 PM1/31/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to GlueX Software Help
Hi,
I am using analysis trees from version05 2pi0pimpip. I can use prooflite manager to run on a single file but When I use a mcaro to run ProofLite with a TChain grouping many files I get the error
Error in <TDSet::Process>: not a correctly initialized TDSet
which I believe is caused by the tree name starting with an integer "2pi0pimpip_Tree". Any Ideas on how to overcome that ?
Thank you.
Cheers, Ahmed.
Paul Mattione
unread,
Jan 31, 2017, 3:09:38 PM1/31/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Ahmed Marwan Foda, GlueX Software Help
I don't know why this would be happening with a TChain. I do know that
starting with a # would give you problems if you were doing this (in
ROOT interactive environment):
Now again, I don't know why you're having problems with a TChain; I use
TChain's with the DPROOFLiteManager and I've never had any problems with
trees starting with a #. But maybe it's related to the above.