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 |
+ |
void SetIntRadius(Double_t dr) { fIntRadius = dr; } |
68 |
|
|
69 |
|
enum EMuIdType { |
70 |
|
kIdUndef = 0, //not defined |
135 |
|
const BeamSpotCol *fBeamSpot; //!beamspot branch |
136 |
|
const TrackCol *fTracks; //!track branch |
137 |
|
const PFCandidateCol *fPFCandidates; //!pfcandidate branch |
138 |
+ |
Double_t fIntRadius; //!min IntRadius cut in pf isolation |
139 |
|
MuonCol *fNonIsolatedMuons; //!pointer to old muon collection |
140 |
|
ElectronCol *fNonIsolatedElectrons;//!pointer to old electron collection |
141 |
|
TString fPileupEnergyDensityName; |