48 |
|
void SetCaloIsoCut(Double_t cut) { fCaloIsolationCut = cut; } |
49 |
|
void SetClassType(const char *type) { fMuonClassType = type; } |
50 |
|
void SetCleanMuonsName(const char *name) { fCleanMuonsName = name; } |
51 |
< |
void SetOldMuonsName(const char *n) { fOldMuonsName = n; } |
52 |
< |
void SetOldElectronsName(const char *n) { fOldElectronsName = n; } |
51 |
> |
void SetOldMuonsName(const char *n) { fNonIsolatedMuonsName = n; } |
52 |
> |
void SetOldElectronsName(const char *n) { fNonIsolatedElectronsName = n; } |
53 |
|
void SetCleanName(const char *name) { SetCleanMuonsName(name); } |
54 |
|
void SetCombIsoCut(Double_t cut) { fCombIsolationCut = cut; } |
55 |
|
void SetD0Cut(Double_t cut) { fD0Cut = cut; } |
99 |
|
|
100 |
|
TString fMuonBranchName; //name of muon collection (input) |
101 |
|
TString fCleanMuonsName; //name of exported "good muon" collection |
102 |
< |
TString fOldMuonsName; //name of imported "old muon" collection |
103 |
< |
TString fOldElectronsName; //name of imported "old electron" collection |
102 |
> |
TString fNonIsolatedMuonsName; //name of imported "old muon" collection |
103 |
> |
TString fNonIsolatedElectronsName;//name of imported "old electron" collection |
104 |
|
TString fVertexName; //name of vertex collection |
105 |
|
TString fTrackName; //name of track collection |
106 |
|
TString fPFCandidatesName; //name of pfcandidates collection |
123 |
|
const VertexCol *fVertices; //!vertices branch |
124 |
|
const TrackCol *fTracks; //!track branch |
125 |
|
const PFCandidateCol *fPFCandidates; //!pfcandidate branch |
126 |
< |
MuonCol *fOldMuons; //!pointer to old muon collection |
127 |
< |
ElectronCol *fOldElectrons; //!pointer to old electron collection |
126 |
> |
MuonCol *fNonIsolatedMuons; //!pointer to old muon collection |
127 |
> |
ElectronCol *fNonIsolatedElectrons;//!pointer to old electron collection |
128 |
|
|
129 |
|
ClassDef(MuonIDMod, 1) // Muon identification module |
130 |
|
}; |