Fork me on GitHub

Changeset 6298336 in git for modules


Ignore:
Timestamp:
Nov 9, 2015, 4:03:49 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
8e2759b
Parents:
386e60f
Message:

moved to RhoCorr isolation as default

File:
1 edited

Legend:

Unmodified
Added
Removed
  • modules/Isolation.cc

    r386e60f r6298336  
    245245    candidate->SumPt = sumAllParticles;
    246246
    247     if((fUsePTSum && sumDBeta > fPTSumMax) || (!fUsePTSum && ratioDBeta > fPTRatioMax)) continue;
     247    if((fUsePTSum && sumRhoCorr > fPTSumMax) || (!fUsePTSum && ratioRhoCorr > fPTRatioMax)) continue;
    248248    fOutputArray->Add(candidate);
    249249  }
Note: See TracChangeset for help on using the changeset viewer.