Fork me on GitHub

Changeset c4e18da in git for modules/Isolation.cc


Ignore:
Timestamp:
Apr 12, 2017, 5:23:21 PM (7 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
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.
Message:

Merge branch 'master' of github.com:delphes/delphes

Conflicts:

examples/Validation.cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/Isolation.cc

    reb3be06 rc4e18da  
    167167  fFilter->Reset();
    168168  isolationArray = fFilter->GetSubArray(fClassifier, 0);
     169  cout<<"------------------------------------"<<endl;
    169170
    170171  if(isolationArray == 0) return;
    171172
    172173  TIter itIsolationArray(isolationArray);
     174
    173175
    174176  // loop over all input jets
     
    261263    ratioRhoCorr = sumRhoCorr/candidateMomentum.Pt();
    262264
     265    cout<<"------------------------------------"<<endl;
     266    cout<<sumDBeta<<endl;
     267
    263268    candidate->IsolationVar = ratioDBeta;
    264269    candidate->IsolationVarRhoCorr = ratioRhoCorr;
Note: See TracChangeset for help on using the changeset viewer.