# | Line 78 | Line 78 | namespace mithep { | |
---|---|---|
78 | //Cut Based | |
79 | Bool_t passCut(const PFJet *iJet,const Vertex *iVertex,const VertexCol *iVertices); | |
80 | ||
81 | + | Bool_t passPt(const PFJet *iJet, FactorizedJetCorrector *iJetCorrector=0, |
82 | + | const PileupEnergyDensityCol *iPileupEnergyDensity=0, |
83 | + | RhoUtilities::RhoType type=RhoUtilities::DEFAULT); |
84 | //UNcorrected Jets | |
85 | Bool_t pass(const PFJet *iJet,const Vertex *iVertex,const VertexCol *iVertices, | |
86 | FactorizedJetCorrector *iJetCorrector, |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |