Changeset 17cd992 in git for modules/TreeWriter.cc
- Timestamp:
- Feb 18, 2021, 4:09:47 PM (4 years ago)
- Branches:
- master
- Children:
- 601a13b
- Parents:
- 726e804
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.cc
r726e804 r17cd992 386 386 entry->Phi = phi; 387 387 entry->CtgTheta = ctgTheta; 388 entry->C = candidate->C; 388 389 389 390 particle = static_cast<Candidate *>(candidate->GetCandidates()->At(0)); … … 535 536 entry->Phi = phi; 536 537 entry->CtgTheta = ctgTheta; 537 538 entry->C = candidate->C; 539 538 540 particle = static_cast<Candidate *>(candidate->GetCandidates()->At(0)); 539 541 const TLorentzVector &initialPosition = particle->Position;
Note:
See TracChangeset
for help on using the changeset viewer.