Changeset c41c262 in git for modules/ModulesLinkDef.h
- Timestamp:
- Jul 4, 2013, 1:04:05 AM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- c466459
- Parents:
- 5ca3d52
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/ModulesLinkDef.h
r5ca3d52 rc41c262 37 37 #include "modules/ExampleModule.h" 38 38 39 #ifdef HAS_PYTHIA8 40 #include "modules/PileUpMergerPythia8.h" 41 #endif 42 39 43 #ifdef __CINT__ 40 44 … … 68 72 #pragma link C++ class ExampleModule+; 69 73 74 #ifdef HAS_PYTHIA8 75 #pragma link C++ class PileUpMergerPythia8+; 70 76 #endif 77 78 #endif
Note:
See TracChangeset
for help on using the changeset viewer.