Changeset 5bb66c9 in git for display/DisplayLinkDef.h
- Timestamp:
- Oct 15, 2014, 12:32:40 AM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 115298d
- Parents:
- ffd01cb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
display/DisplayLinkDef.h
rffd01cb r5bb66c9 32 32 #include "display/DelphesDisplay.h" 33 33 #include "display/DelphesCaloData.h" 34 #include "display/DelphesBranchElement.h" 34 35 35 36 #ifdef __CINT__ … … 41 42 #pragma link C++ class DelphesDisplay+; 42 43 #pragma link C++ class DelphesCaloData+; 44 #pragma link C++ class DelphesBranchElement<DelphesCaloData>-!; 45 #pragma link C++ class DelphesBranchElement<TEveElementList>-!; 46 #pragma link C++ class DelphesBranchElement<TEveTrackList>-!; 43 47 44 48 #endif
Note:
See TracChangeset
for help on using the changeset viewer.