Changeset 8a11cdc in git for modules/ModulesLinkDef.h
- Timestamp:
- Feb 12, 2019, 2:59:49 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, llp, master
- Children:
- 769f65b
- Parents:
- 70bb4cb (diff), dd64cff (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Pavel Demin <pavel-demin@…> (02/12/19 14:59:49)
- git-committer:
- GitHub <noreply@…> (02/12/19 14:59:49)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/ModulesLinkDef.h
r70bb4cb r8a11cdc 32 32 #include "modules/ParticlePropagator.h" 33 33 #include "modules/Efficiency.h" 34 #include "modules/TrackEfficiency.h" 34 35 #include "modules/IdentificationMap.h" 35 36 #include "modules/EnergySmearing.h" … … 85 86 #pragma link C++ class ParticlePropagator+; 86 87 #pragma link C++ class Efficiency+; 88 #pragma link C++ class TrackEfficiency+; 87 89 #pragma link C++ class IdentificationMap+; 88 90 #pragma link C++ class EnergySmearing+;
Note:
See TracChangeset
for help on using the changeset viewer.