ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Utils/interface/ElectronTools.h
(Generate patch)

Comparing UserCode/MitPhysics/Utils/interface/ElectronTools.h (file contents):
Revision 1.22 by sixie, Fri Oct 7 14:04:12 2011 UTC vs.
Revision 1.29 by anlevin, Fri May 18 14:57:57 2012 UTC

# Line 40 | Line 40 | namespace mithep {
40          kVBTFWorkingPoint80Id,
41          kVBTFWorkingPointLowPtId,
42          kVBTFWorkingPoint70Id,
43 <        kMVA_BDTG_NoIPInfo,
44 <        kMVA_BDTG_WithIPInfo
43 >        kMVAID_BDTG_NoIPInfo,
44 >        kMVAID_BDTG_WithIPInfo,
45 >        kMVAID_BDTG_IDIsoCombined,
46 >        kHggLeptonTagId,
47 >        kMVAID_BDTG_IDHWW2012TrigV0
48        };
49  
50        enum EElIsoType {
# Line 61 | Line 64 | namespace mithep {
64          kVBTFWorkingPoint90Iso,
65          kVBTFWorkingPoint85Iso,
66          kVBTFWorkingPoint80Iso,
67 <        kVBTFWorkingPoint70Iso
67 >        kVBTFWorkingPoint70Iso,
68 >        kMVAIso_BDTG_IDIsoCombined,
69 >        kPFIso_HWW2012TrigV0
70 >      };
71 >
72 >      enum EElectronEffectiveAreaType {
73 >        kEleChargedIso03,
74 >        kEleNeutralHadronIso03,
75 >        kEleGammaIso03,
76 >        kEleGammaIsoVetoEtaStrip03,
77 >        kEleChargedIso04,
78 >        kEleNeutralHadronIso04,
79 >        kEleGammaIso04,
80 >        kEleGammaIsoVetoEtaStrip04,
81 >        kEleNeutralHadronIso007,
82 >        kEleNeutralIso04,
83 >        kEleHoverE,
84 >        kEleHcalDepth1OverEcal,
85 >        kEleHcalDepth2OverEcal,
86 >        kEleGammaIsoDR0p0To0p1,
87 >        kEleGammaIsoDR0p1To0p2,
88 >        kEleGammaIsoDR0p2To0p3,
89 >        kEleGammaIsoDR0p3To0p4,
90 >        kEleGammaIsoDR0p4To0p5,
91 >        kEleNeutralHadronIsoDR0p0To0p1,
92 >        kEleNeutralHadronIsoDR0p1To0p2,
93 >        kEleNeutralHadronIsoDR0p2To0p3,
94 >        kEleNeutralHadronIsoDR0p3To0p4,
95 >        kEleNeutralHadronIsoDR0p4To0p5
96 >      };
97 >      
98 >      enum EElectronEffectiveAreaTarget {
99 >        kEleEANoCorr,
100 >        kEleEAData2011,
101 >                                kEleEAData2012,
102 >        kEleEASummer11MC,
103 >        kEleEAFall11MC
104        };
105  
106        static Bool_t       PassChargeFilter(const Electron *el);
# Line 82 | Line 121 | namespace mithep {
121                                        Double_t beta = 1.0);
122        static bool         compute_cut(double x, double et, double cut_min, double cut_max, bool gtn=false);
123        static Double_t     Likelihood(ElectronLikelihood *LH, const Electron *ele);
124 +      static Double_t     ElectronEffectiveArea(EElectronEffectiveAreaType type, Double_t Eta,
125 +                                                EElectronEffectiveAreaTarget EffectiveAreaTarget = kEleEAData2011);
126 +
127 +      static Bool_t       PassHggLeptonTagID(const Electron *el);
128  
129      ClassDef(ElectronTools, 0) // Muon tools
130    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines