- Timestamp:
- Jan 20, 2020, 3:27:13 PM (5 years ago)
- Branches:
- Timing
- Children:
- 93bf9c6
- Parents:
- 9c52415 (diff), 9867b49 (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. - Location:
- modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/ModulesLinkDef.h
r9c52415 r9e1e2eb 32 32 #include "modules/ParticlePropagator.h" 33 33 #include "modules/Efficiency.h" 34 #include "modules/EnergyLoss.h" 34 35 #include "modules/IdentificationMap.h" 35 36 #include "modules/EnergySmearing.h" … … 88 89 #pragma link C++ class ParticlePropagator+; 89 90 #pragma link C++ class Efficiency+; 91 #pragma link C++ class EnergyLoss+; 90 92 #pragma link C++ class IdentificationMap+; 91 93 #pragma link C++ class EnergySmearing+; -
modules/TreeWriter.cc
r9c52415 r9e1e2eb 346 346 347 347 entry->L = candidate->L; 348 entry->DeDx = candidate->DeDx; // in MeV/cm 348 349 349 350 entry->D0 = candidate->D0; … … 492 493 493 494 entry->L = candidate->L; 495 entry->DeDx = candidate->DeDx; 494 496 495 497 entry->D0 = candidate->D0;
Note:
See TracChangeset
for help on using the changeset viewer.