121 |
|
kClassUndef = 0, //not defined |
122 |
|
kAll, //"All" |
123 |
|
kGlobal, //"Global" |
124 |
+ |
kGlobalorTracker, //"Global or Tracker Muon" |
125 |
|
kGlobalTracker, //"GlobalTracker" |
126 |
|
kSta, //"Standalone" |
127 |
|
kTrackerMuon, //"TrackerMuon" |
164 |
|
EMuIdType fMuIDType; //!muon id type (imposed) |
165 |
|
EMuIsoType fMuIsoType; //!muon iso type (imposed) |
166 |
|
EMuClassType fMuClassType; //!muon class type (imposed) |
167 |
< |
const MuonCol *fMuons; //!muon collection |
167 |
> |
const MuonCol *fMuons; //!muon collection |
168 |
|
const VertexCol *fVertices; //!vertices branch |
169 |
|
const BeamSpotCol *fBeamSpot; //!beamspot branch |
170 |
|
const TrackCol *fTracks; //!track branch |