Changeset 6298336 in git
- Timestamp:
- Nov 9, 2015, 4:03:49 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 8e2759b
- Parents:
- 386e60f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/Isolation.cc
r386e60f r6298336 245 245 candidate->SumPt = sumAllParticles; 246 246 247 if((fUsePTSum && sum DBeta > fPTSumMax) || (!fUsePTSum && ratioDBeta> fPTRatioMax)) continue;247 if((fUsePTSum && sumRhoCorr > fPTSumMax) || (!fUsePTSum && ratioRhoCorr > fPTRatioMax)) continue; 248 248 fOutputArray->Add(candidate); 249 249 }
Note:
See TracChangeset
for help on using the changeset viewer.