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 |
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" |
179 |
|
TString fMuonMVAWeights_Subdet0Pt20ToInf; |
180 |
|
TString fMuonMVAWeights_Subdet1Pt20ToInf; |
181 |
|
|
182 |
+ |
RhoUtilities::RhoType fTheRhoType; |
183 |
+ |
|
184 |
|
ClassDef(MuonIDMod, 1) // Muon identification module |
185 |
|
}; |
186 |
|
} |