Changeset df35033 in git
- Timestamp:
- Dec 19, 2014, 9:12:15 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- df04eb1
- Parents:
- cab38f6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/Isolation.cc
rcab38f6 rdf35033 188 188 189 189 if(candidateMomentum.DeltaR(isolationMomentum) <= fDeltaRMax && 190 !candidate->Overlaps(isolation))190 candidate->GetUniqueID() != isolation->GetUniqueID()) 191 191 { 192 192 sum += isolationMomentum.Pt();
Note:
See TracChangeset
for help on using the changeset viewer.