Changeset 527f67a in git
- Timestamp:
- Dec 11, 2020, 7:17:00 PM (4 years ago)
- Branches:
- master
- Children:
- 170a11d, 66b1770
- Parents:
- 86109dd
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/JetFakeParticle.cc
r86109dd r527f67a 146 146 while((candidate = static_cast<Candidate *>(fItInputArray->Next()))) 147 147 { 148 const TLorentzVector &candidatePosition = candidate->Position;149 148 const TLorentzVector &candidateMomentum = candidate->Momentum; 150 eta = candidate Position.Eta();151 phi = candidate Position.Phi();149 eta = candidateMomentum.Eta(); 150 phi = candidateMomentum.Phi(); 152 151 pt = candidateMomentum.Pt(); 153 152 e = candidateMomentum.E();
Note:
See TracChangeset
for help on using the changeset viewer.