Changeset c4e18da in git for modules/Isolation.cc
- Timestamp:
- Apr 12, 2017, 5:23:21 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 3718b36
- Parents:
- eb3be06 (diff), eb332c8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/Isolation.cc
reb3be06 rc4e18da 167 167 fFilter->Reset(); 168 168 isolationArray = fFilter->GetSubArray(fClassifier, 0); 169 cout<<"------------------------------------"<<endl; 169 170 170 171 if(isolationArray == 0) return; 171 172 172 173 TIter itIsolationArray(isolationArray); 174 173 175 174 176 // loop over all input jets … … 261 263 ratioRhoCorr = sumRhoCorr/candidateMomentum.Pt(); 262 264 265 cout<<"------------------------------------"<<endl; 266 cout<<sumDBeta<<endl; 267 263 268 candidate->IsolationVar = ratioDBeta; 264 269 candidate->IsolationVarRhoCorr = ratioRhoCorr;
Note:
See TracChangeset
for help on using the changeset viewer.