- Timestamp:
- Jan 20, 2020, 2:19:47 PM (5 years ago)
- Branches:
- Timing
- Children:
- 9867b49
- Parents:
- d4e5b6a
- Location:
- modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/ModulesLinkDef.h
rd4e5b6a rb4a3c55 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" … … 89 90 #pragma link C++ class ParticlePropagator+; 90 91 #pragma link C++ class Efficiency+; 92 #pragma link C++ class EnergyLoss+; 91 93 #pragma link C++ class IdentificationMap+; 92 94 #pragma link C++ class EnergySmearing+; -
modules/TreeWriter.cc
rd4e5b6a rb4a3c55 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.