- Timestamp:
- Apr 28, 2021, 9:35:32 AM (4 years ago)
- Branches:
- master
- Children:
- d4fb268
- Parents:
- 4739226
- Location:
- modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/ModulesLinkDef.h
r4739226 ra95da74 37 37 #include "modules/TrackSmearing.h" 38 38 #include "modules/TrackCovariance.h" 39 #include "modules/ClusterCounting.h" 39 40 #include "modules/ImpactParameterSmearing.h" 40 41 #include "modules/TimeSmearing.h" … … 94 95 #pragma link C++ class TrackSmearing+; 95 96 #pragma link C++ class TrackCovariance+; 97 #pragma link C++ class ClusterCounting+; 96 98 #pragma link C++ class ImpactParameterSmearing+; 97 99 #pragma link C++ class TimeSmearing+; -
modules/TreeWriter.cc
r4739226 ra95da74 355 355 entry->D0 = candidate->D0; 356 356 entry->DZ = candidate->DZ; 357 entry->Nclusters = candidate->Nclusters; 357 358 358 359 entry->ErrorP = candidate->ErrorP; … … 507 508 entry->D0 = candidate->D0; 508 509 entry->DZ = candidate->DZ; 510 entry->Nclusters = candidate->Nclusters; 509 511 510 512 entry->ErrorP = candidate->ErrorP;
Note:
See TracChangeset
for help on using the changeset viewer.