91 |
|
Double_t fCombIsolationCut; //cut value for combined isolation |
92 |
|
Double_t fMuonPtMin; //min muon pt |
93 |
|
Double_t fD0Cut; //max d0 |
94 |
+ |
Bool_t fReverseIsoCut; //apply reversion iso cut (default=0) |
95 |
|
EMuIdType fMuIDType; //!muon id type (imposed) |
96 |
|
EMuIsoType fMuIsoType; //!muon iso type (imposed) |
97 |
|
EMuClassType fMuClassType; //!muon class type (imposed) |
98 |
|
const MuonCol *fMuons; //!muon collection |
99 |
|
const VertexCol *fVertices; //!vertices branch |
100 |
|
MuonTools *fMuonTools; //!muon tool |
100 |
– |
Bool_t fReverseIsoCut; //!apply reversion iso cut |
101 |
|
|
102 |
|
ClassDef(MuonIDMod, 1) // Muon identification module |
103 |
|
}; |