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.19 by sixie, Fri Jul 22 14:36:29 2011 UTC vs.
Revision 1.20 by sixie, Sun Sep 25 10:08:11 2011 UTC

# Line 17 | Line 17
17   #include "MitAna/DataTree/interface/BeamSpotCol.h"
18   #include "MitAna/DataTree/interface/TriggerObjectCol.h"
19   #include "MitCommon/MathTools/interface/MathUtils.h"
20 + #include "MitPhysics/ElectronLikelihood/interface/ElectronLikelihood.h"
21  
22   namespace mithep {
23    class ElectronTools {
# Line 38 | Line 39 | namespace mithep {
39          kVBTFWorkingPoint85Id,
40          kVBTFWorkingPoint80Id,
41          kVBTFWorkingPointLowPtId,
42 <        kVBTFWorkingPoint70Id
42 >        kVBTFWorkingPoint70Id,
43 >        kMVA_BDTG_V3
44        };
45  
46        enum EElIsoType {
# Line 78 | Line 80 | namespace mithep {
80                                        const DecayParticleCol *conversions, const Int_t typeCuts,
81                                        Double_t beta = 1.0);
82        static bool         compute_cut(double x, double et, double cut_min, double cut_max, bool gtn=false);
83 +      static Double_t     Likelihood(ElectronLikelihood *LH, const Electron *ele);
84  
85      ClassDef(ElectronTools, 0) // Muon tools
86    };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines