Changeset 90132e0 in git
- Timestamp:
- Jun 3, 2021, 11:51:18 AM (3 years ago)
- Branches:
- master
- Children:
- 9fbcf38
- Parents:
- a26a130 (diff), 56af73f (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. - git-author:
- Michele Selvaggi <michele.selvaggi@…> (06/03/21 11:51:18)
- git-committer:
- GitHub <noreply@…> (06/03/21 11:51:18)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.cc
ra26a130 r90132e0 405 405 entry->Mass = m; 406 406 407 //particle = static_cast<Candidate *>(candidate->GetCandidates()->At(0));407 particle = static_cast<Candidate *>(candidate->GetCandidates()->At(0)); 408 408 //const TLorentzVector &initialPosition = particle->Position; 409 409 const TLorentzVector &initialPosition = candidate->InitialPosition; … … 561 561 entry->Mass = m; 562 562 563 //particle = static_cast<Candidate *>(candidate->GetCandidates()->At(0));563 particle = static_cast<Candidate *>(candidate->GetCandidates()->At(0)); 564 564 //const TLorentzVector &initialPosition = particle->Position; 565 565 const TLorentzVector &initialPosition = candidate->InitialPosition;
Note:
See TracChangeset
for help on using the changeset viewer.