48 |
|
void SetCleanName(const char *name) { SetCleanMuonsName(name); } |
49 |
|
void SetCombIsoCut(Double_t cut) { fCombIsolationCut = cut; } |
50 |
|
void SetD0Cut(Double_t cut) { fD0Cut = cut; } |
51 |
+ |
void SetEtaCut(Double_t cut) { fEtaCut = cut; } |
52 |
|
void SetIDType(const char *type) { fMuonIDType = type; } |
53 |
|
void SetInputName(const char *name) { fMuonBranchName = name; } |
54 |
|
void SetIsoType(const char *type) { fMuonIsoType = type; } |
100 |
|
Double_t fMuonPtMin; //min muon pt |
101 |
|
Bool_t fApplyD0Cut; //=true then apply d0 cut (def=1) |
102 |
|
Double_t fD0Cut; //max d0 |
103 |
+ |
Double_t fEtaCut; //max eta, absolute value |
104 |
|
Bool_t fReverseIsoCut; //apply reversion iso cut (default=0) |
105 |
|
Bool_t fReverseD0Cut; //apply reversion d0 cut (default=0) |
106 |
|
EMuIdType fMuIDType; //!muon id type (imposed) |