# | Line 42 | Line 42 | namespace mithep { | |
---|---|---|
42 | kVBTFWorkingPoint70Id, | |
43 | kMVAID_BDTG_NoIPInfo, | |
44 | kMVAID_BDTG_WithIPInfo, | |
45 | < | kMVAID_BDTG_IDIsoCombined |
45 | > | kMVAID_BDTG_IDIsoCombined, |
46 | > | kHggLeptonTagId |
47 | }; | |
48 | ||
49 | enum EElIsoType { | |
# | Line 119 | Line 120 | namespace mithep { | |
120 | static Double_t ElectronEffectiveArea(EElectronEffectiveAreaType type, Double_t Eta, | |
121 | EElectronEffectiveAreaTarget EffectiveAreaTarget = kEleEAData2011); | |
122 | ||
123 | + | static Bool_t PassHggLeptonTagID(const Electron *el); |
124 | + | |
125 | ClassDef(ElectronTools, 0) // Muon tools | |
126 | }; | |
127 | } |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |