Fork me on GitHub

Opened 13 years ago

Closed 12 years ago

#41 closed Enhancement (fixed)

ExRootAnalysis

Reported by: lessa.a.p@… 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 favereau, 13 years ago

Cc: pavel.demin@… added
Owner: set to Pavel Demin
Status: newassigned

I'll cc this to the exrootanalysis dev, please stay tuned.

comment:2 by Pavel Demin, 12 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:3 by Pavel Demin, 12 years ago

This modification is tested in committed to trunk.

comment:4 by Pavel Demin, 12 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.