ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitPhysics/Mods/interface/MuonIDMod.h
Revision: 1.35
Committed: Fri Jul 22 14:36:29 2011 UTC (13 years, 9 months ago) by sixie
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_024b, Mit_025pre1, Mit_024a, Mit_024
Changes since 1.34: +17 -12 lines
Log Message:
update VBTF80 and re-organizeisolation code

File Contents

# User Rev Content
1 loizides 1.1 //--------------------------------------------------------------------------------------------------
2 sixie 1.35 // $Id: MuonIDMod.h,v 1.34 2011/06/10 10:42:36 ceballos Exp $
3 loizides 1.1 //
4     // MuonIDMod
5     //
6 loizides 1.6 // This module applies muon identification criteria and exports a pointer to a collection
7 loizides 1.7 // of "good muons" according to the specified ID scheme.
8 loizides 1.1 //
9 loizides 1.16 // See http://indico.cern.ch/contributionDisplay.py?contribId=1&confId=45945
10     // See http://indico.cern.ch/getFile.py/access?contribId=1&resId=0&materialId=slides&confId=42229
11     //
12 ceballos 1.15 // Authors: S.Xie
13 loizides 1.1 //--------------------------------------------------------------------------------------------------
14    
15 loizides 1.6 #ifndef MITPHYSICS_MODS_MUONIDMOD_H
16     #define MITPHYSICS_MODS_MUONIDMOD_H
17 loizides 1.1
18     #include "MitAna/TreeMod/interface/BaseMod.h"
19 loizides 1.22 #include "MitAna/DataTree/interface/MuonFwd.h"
20     #include "MitAna/DataTree/interface/VertexFwd.h"
21 ceballos 1.28 #include "MitAna/DataTree/interface/TrackFwd.h"
22     #include "MitAna/DataTree/interface/PFCandidateFwd.h"
23 ceballos 1.5 #include "MitPhysics/Utils/interface/MuonTools.h"
24 ceballos 1.28 #include "MitPhysics/Utils/interface/IsolationTools.h"
25 ceballos 1.31 #include "MitAna/DataTree/interface/PileupEnergyDensityCol.h"
26 loizides 1.1
27     namespace mithep
28     {
29     class MuonIDMod : public BaseMod
30     {
31     public:
32     MuonIDMod(const char *name="MuonIDMod",
33 loizides 1.6 const char *title="Muon identification module");
34    
35 loizides 1.11 Double_t GetCaloIsoCut() const { return fCaloIsolationCut; }
36     const char *GetClassType() const { return fMuonClassType; }
37     const char *GetCleanName() const { return GetCleanMuonsName(); }
38     const char *GetCleanMuonsName() const { return fCleanMuonsName; }
39     Double_t GetCombIsoCut() const { return fCombIsolationCut; }
40     const char *GetIDType() const { return fMuonIDType; }
41     const char *GetInputName() const { return fMuonBranchName; }
42     const char *GetIsoType() const { return fMuonIsoType; }
43     const char *GetOutputName() const { return GetCleanMuonsName(); }
44 ceballos 1.24 Double_t GetPtMin() const { return fMuonPtMin; }
45 loizides 1.11 Double_t GetTrackIsoCut() const { return fTrackIsolationCut; }
46 loizides 1.20 void SetApplyD0Cut(Bool_t b) { fApplyD0Cut = b; }
47 ceballos 1.32 void SetApplyDZCut(Bool_t b) { fApplyDZCut = b; }
48 loizides 1.11 void SetCaloIsoCut(Double_t cut) { fCaloIsolationCut = cut; }
49     void SetClassType(const char *type) { fMuonClassType = type; }
50 loizides 1.18 void SetCleanMuonsName(const char *name) { fCleanMuonsName = name; }
51 sixie 1.35 void SetOldMuonsName(const char *n) { fNonIsolatedMuonsName = n; }
52     void SetOldElectronsName(const char *n) { fNonIsolatedElectronsName = n; }
53 loizides 1.11 void SetCleanName(const char *name) { SetCleanMuonsName(name); }
54 loizides 1.18 void SetCombIsoCut(Double_t cut) { fCombIsolationCut = cut; }
55 sixie 1.35 void SetCombRelativeIsoCut(Double_t cut) { fCombRelativeIsolationCut = cut; }
56     void SetPFIsoCut(Double_t cut) { fPFIsolationCut = cut; }
57 loizides 1.20 void SetD0Cut(Double_t cut) { fD0Cut = cut; }
58 ceballos 1.32 void SetDZCut(Double_t cut) { fDZCut = cut; }
59     void SetWhichVertex(Int_t d) { fWhichVertex = d; }
60 ceballos 1.25 void SetEtaCut(Double_t cut) { fEtaCut = cut; }
61 loizides 1.11 void SetIDType(const char *type) { fMuonIDType = type; }
62     void SetInputName(const char *name) { fMuonBranchName = name; }
63     void SetIsoType(const char *type) { fMuonIsoType = type; }
64     void SetOutputName(const char *name) { SetCleanMuonsName(name); }
65     void SetPtMin(Double_t pt) { fMuonPtMin = pt; }
66     void SetTrackIsoCut(Double_t cut) { fTrackIsolationCut = cut; }
67 loizides 1.6
68     enum EMuIdType {
69     kIdUndef = 0, //not defined
70 ceballos 1.26 kWMuId, //"WMuId"
71     kZMuId, //"ZMuId"
72 loizides 1.6 kTight, //"Tight"
73     kLoose, //"Loose"
74 ceballos 1.34 kWWMuIdV1, //"WWMuIdV1"
75     kWWMuIdV2, //"WWMuIdV2"
76 loizides 1.12 kNoId, //"NoId"
77 loizides 1.6 kCustomId //"Custom"
78     };
79     enum EMuIsoType {
80 sixie 1.35 kIsoUndef = 0, //"not defined"
81     kTrackCalo, //"TrackCalo"
82     kTrackCaloCombined, //"TrackCaloCombined"
83     kTrackCaloSliding, //"TrackCaloSliding"
84     kTrackCaloSlidingNoCorrection, //"TrackCaloSlidingNoCorrection"
85     kCombinedRelativeConeAreaCorrected, //"CombinedRelativeConeAreaCorrected"
86     kCustomIso, //"Custom"
87     kPFIso, //"PFIso"
88     kPFIsoNoL, //"PFIsoNoL"
89     kNoIso //"NoIso"
90 loizides 1.6 };
91     enum EMuClassType {
92     kClassUndef = 0, //not defined
93     kAll, //"All"
94     kGlobal, //"Global"
95 ceballos 1.34 kGlobalTracker, //"GlobalTracker"
96 loizides 1.6 kSta, //"Standalone"
97 loizides 1.23 kTrackerMuon, //"TrackerMuon"
98     kCaloMuon, //"CaloMuon"
99     kTrackerBased //"TrackerMuon or CaloMuon"
100 loizides 1.6 };
101    
102 loizides 1.1 protected:
103 loizides 1.11 void Process();
104     void SlaveBegin();
105 loizides 1.10
106 loizides 1.11 TString fMuonBranchName; //name of muon collection (input)
107     TString fCleanMuonsName; //name of exported "good muon" collection
108 ceballos 1.29 TString fNonIsolatedMuonsName; //name of imported "old muon" collection
109     TString fNonIsolatedElectronsName;//name of imported "old electron" collection
110 ceballos 1.15 TString fVertexName; //name of vertex collection
111 ceballos 1.32 TString fBeamSpotName; //name of beamspot collection
112 ceballos 1.28 TString fTrackName; //name of track collection
113     TString fPFCandidatesName; //name of pfcandidates collection
114 loizides 1.11 TString fMuonIDType; //type of muon id scheme we impose
115     TString fMuonIsoType; //type of muon isolations scheme we impose
116     TString fMuonClassType; //type of muon class we impose
117     Double_t fTrackIsolationCut; //cut value for track isolation
118     Double_t fCaloIsolationCut; //cut value for calo isolation
119     Double_t fCombIsolationCut; //cut value for combined isolation
120 sixie 1.35 Double_t fCombRelativeIsolationCut; //cut value for combined relative isolation
121     Double_t fPFIsolationCut; //cut value for combined isolation
122 loizides 1.11 Double_t fMuonPtMin; //min muon pt
123 loizides 1.20 Bool_t fApplyD0Cut; //=true then apply d0 cut (def=1)
124 ceballos 1.32 Bool_t fApplyDZCut; //=true then apply dz cut (def=1)
125 loizides 1.16 Double_t fD0Cut; //max d0
126 ceballos 1.32 Double_t fDZCut; //max dz
127     Int_t fWhichVertex; //vertex to use (-2: beamspot, -1: closest in Z)
128 ceballos 1.25 Double_t fEtaCut; //max eta, absolute value
129 loizides 1.11 EMuIdType fMuIDType; //!muon id type (imposed)
130     EMuIsoType fMuIsoType; //!muon iso type (imposed)
131     EMuClassType fMuClassType; //!muon class type (imposed)
132 loizides 1.16 const MuonCol *fMuons; //!muon collection
133     const VertexCol *fVertices; //!vertices branch
134 ceballos 1.32 const BeamSpotCol *fBeamSpot; //!beamspot branch
135 ceballos 1.28 const TrackCol *fTracks; //!track branch
136     const PFCandidateCol *fPFCandidates; //!pfcandidate branch
137 ceballos 1.29 MuonCol *fNonIsolatedMuons; //!pointer to old muon collection
138     ElectronCol *fNonIsolatedElectrons;//!pointer to old electron collection
139 ceballos 1.31 TString fPileupEnergyDensityName;
140     const PileupEnergyDensityCol *fPileupEnergyDensity;
141 ceballos 1.28
142 loizides 1.11 ClassDef(MuonIDMod, 1) // Muon identification module
143 loizides 1.1 };
144     }
145     #endif