Opened 13 years ago
Closed 13 years ago
#41 closed Enhancement (fixed)
ExRootAnalysis
Reported by: | Owned by: | Pavel Demin | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes miscellaneous | Version: | 1.9 |
Keywords: | Cc: | pavel.demin@… |
Description
Hi,
Could you include the ExRootAnalysis routines (and depencies) in the libUtilities.so library?
It would help a lot when writing ROOT macros to read Delphes' trees.
Thanks.
Change History (4)
comment:1 by , 13 years ago
Cc: | added |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:2 by , 13 years ago
Sorry, for my late answer. I've somehow missed this ticket.
I've just encountered the same problem while answering to another ticket.
I'll add the followings pragmas and corresponding includes to Utilities/ExRootAnalysis/src/BlockClassesLinkDef.h:
#pragma link C++ class ExRootTreeReader+; #pragma link C++ class ExRootTreeBranch+; #pragma link C++ class ExRootTreeWriter+; #pragma link C++ class ExRootProgressBar+;
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
I'll cc this to the exrootanalysis dev, please stay tuned.