#include <DataFormats/MuonDetId/interface/DTSectCollId.h>
Public Member Functions | |
DTSectCollId (const DTSectCollId &statId) | |
DTSectCollId (int wheel_id, int sector_id) | |
DTSectCollId () | |
bool | operator!= (const DTSectCollId &) const |
bool | operator< (const DTSectCollId &) const |
DTSectCollId & | operator= (const DTSectCollId &) |
bool | operator== (const DTSectCollId &) const |
int | sector () const |
int | wheel () const |
Private Attributes | |
int | _sector |
int | _wheel |
Definition at line 19 of file DTSectCollId.h.
DTSectCollId::DTSectCollId | ( | ) | [inline] |
DTSectCollId::DTSectCollId | ( | const DTSectCollId & | statId | ) | [inline] |
bool DTSectCollId::operator!= | ( | const DTSectCollId & | ) | const [inline] |
bool DTSectCollId::operator< | ( | const DTSectCollId & | ) | const [inline] |
DTSectCollId& DTSectCollId::operator= | ( | const DTSectCollId & | ) | [inline] |
bool DTSectCollId::operator== | ( | const DTSectCollId & | ) | const [inline] |
int DTSectCollId::sector | ( | ) | const [inline] |
Definition at line 42 of file DTSectCollId.h.
References _sector.
Referenced by DTTrig::createTUs(), DTConfigManager::getDTConfigSectColl(), DTTrig::SCUnit(), and DTTrig::triggerReco().
00042 { return _sector; }
int DTSectCollId::wheel | ( | ) | const [inline] |
Definition at line 41 of file DTSectCollId.h.
References _wheel.
Referenced by DTTrig::createTUs(), DTConfigManager::getDTConfigSectColl(), and DTTrig::SCUnit().
00041 { return _wheel; }
int DTSectCollId::_sector [private] |
int DTSectCollId::_wheel [private] |