Changeset 4a93785 in git
- Timestamp:
- Apr 27, 2015, 4:23:00 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 95aa610
- Parents:
- 486c4c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TaggingParticlesSkimmer.cc
r486c4c3 r4a93785 162 162 163 163 eta = TMath::Abs(candidate->Momentum.Eta()); 164 if(eta <fEtaMax) continue;164 if(eta > fEtaMax) continue; 165 165 166 166 fOutputArray->Add(candidate);
Note:
See TracChangeset
for help on using the changeset viewer.