Changeset 3c59f98 in git for modules/TreeWriter.cc
- Timestamp:
- Jan 11, 2022, 9:17:09 PM (3 years ago)
- Children:
- c6bce62
- Parents:
- c61b5ce
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.cc
rc61b5ce r3c59f98 198 198 const TLorentzVector &momentum = candidate->Momentum; 199 199 const TLorentzVector &position = candidate->Position; 200 const TLorentzVector &DecayPosition = candidate->DecayPosition;201 200 202 201 entry = static_cast<GenParticle *>(branch->NewEntry()); … … 241 240 entry->T = position.T() * 1.0E-3 / c_light; 242 241 243 entry->decayX = DecayPosition.X();244 entry->decayY = DecayPosition.Y();245 entry->decayZ = DecayPosition.Z();246 entry->decayT = DecayPosition.T()* 1.0E-3 / c_light;247 242 } 248 243 }
Note:
See TracChangeset
for help on using the changeset viewer.