45 |
|
Double_t GetPtMin() const { return fMuonPtMin; } |
46 |
|
Double_t GetTrackIsoCut() const { return fTrackIsolationCut; } |
47 |
|
Bool_t PassMuonMVA_BDTG_IdIso(const Muon *mu, const Vertex *vertex, |
48 |
< |
Double_t Rho) const; |
48 |
> |
const PileupEnergyDensityCol *PileupEnergyDensity) const; |
49 |
|
void SetApplyD0Cut(Bool_t b) { fApplyD0Cut = b; } |
50 |
|
void SetApplyDZCut(Bool_t b) { fApplyDZCut = b; } |
51 |
|
void SetCaloIsoCut(Double_t cut) { fCaloIsolationCut = cut; } |
101 |
|
kTrackCaloSliding, //"TrackCaloSliding" |
102 |
|
kTrackCaloSlidingNoCorrection, //"TrackCaloSlidingNoCorrection" |
103 |
|
kCombinedRelativeConeAreaCorrected, //"CombinedRelativeConeAreaCorrected" |
104 |
+ |
kCombinedRelativeEffectiveAreaCorrected, |
105 |
|
kCustomIso, //"Custom" |
106 |
|
kPFIso, //"PFIso" |
107 |
|
kPFIsoEffectiveAreaCorrected, //"PFIso with EffectiveArea Pileup Correction" |