Changeset 0983d48 in git for modules/PdgCodeFilter.cc
- Timestamp:
- Feb 24, 2022, 6:35:26 AM (3 years ago)
- Children:
- 54ec182
- Parents:
- 46b3e01
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/PdgCodeFilter.cc
r46b3e01 r0983d48 133 133 candidate->PT = candidate->PT * 1e-18; 134 134 if (candidate->PT ==0) candidate->PT = 1e-18; 135 candidate->Momentum.SetPtEtaPhiM(candidate->PT, candidate->Momentum.Eta(), candidate-> Phi, candidate->Momentum.M());135 candidate->Momentum.SetPtEtaPhiM(candidate->PT, candidate->Momentum.Eta(), candidate->Momentum.Phi(), candidate->Momentum.M()); 136 136 fOutputArray->Add(candidate); 137 137 continue;
Note:
See TracChangeset
for help on using the changeset viewer.