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

Comparing UserCode/MitPhysics/Mods/interface/MuonIDMod.h (file contents):
Revision 1.42 by ceballos, Sat Apr 28 19:10:00 2012 UTC vs.
Revision 1.43 by fabstoec, Wed May 2 16:33:50 2012 UTC

# Line 25 | Line 25
25   #include "MitPhysics/Utils/interface/IsolationTools.h"
26   #include "MitAna/DataTree/interface/PileupEnergyDensityCol.h"
27  
28 + #include "MitPhysics/Utils/interface/RhoUtilities.h"
29 +
30   namespace mithep
31   {
32    class MuonIDMod : public BaseMod
# Line 82 | Line 84 | namespace mithep
84        void               SetMuonMVAWeightsSubdet1Pt20ToInf(TString s)
85                           { fMuonMVAWeights_Subdet1Pt20ToInf = s; }
86  
87 +      void               SetRhoType(RhoUtilities::RhoType type)
88 +        { fTheRhoType = type; };
89 +
90        enum EMuIdType {
91          kIdUndef = 0,       //not defined
92          kWMuId,             //"WMuId"
# Line 174 | Line 179 | namespace mithep
179        TString             fMuonMVAWeights_Subdet0Pt20ToInf;
180        TString             fMuonMVAWeights_Subdet1Pt20ToInf;
181  
182 +      RhoUtilities::RhoType fTheRhoType;
183 +      
184      ClassDef(MuonIDMod, 1) // Muon identification module
185    };
186   }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines