Public Member Functions | |
DTROBCardId (int wheel, int sector, int station, int rob) | |
int | robId () const |
int | sectorId () const |
int | stationId () const |
int | wheelId () const |
Private Attributes | |
int | rob_id |
int | sector_id |
int | station_id |
int | wheel_id |
Definition at line 81 of file DTCompactMapWriter.cc.
DTROBCardId::DTROBCardId | ( | int | wheel, |
int | sector, | ||
int | station, | ||
int | rob | ||
) |
Definition at line 95 of file DTCompactMapWriter.cc.
int DTROBCardId::robId | ( | ) | const |
Definition at line 114 of file DTCompactMapWriter.cc.
References rob_id.
Referenced by DTCompactMapWriter::fillReadOutMap().
int DTROBCardId::sectorId | ( | ) | const |
Definition at line 106 of file DTCompactMapWriter.cc.
References sector_id.
Referenced by DTCompactMapWriter::fillReadOutMap().
int DTROBCardId::stationId | ( | ) | const |
Definition at line 110 of file DTCompactMapWriter.cc.
References station_id.
Referenced by DTCompactMapWriter::fillReadOutMap(), and DTROBCardCompare::operator()().
int DTROBCardId::wheelId | ( | ) | const |
Definition at line 102 of file DTCompactMapWriter.cc.
References wheel_id.
Referenced by DTCompactMapWriter::fillReadOutMap().
|
private |
Definition at line 92 of file DTCompactMapWriter.cc.
Referenced by robId().
|
private |
Definition at line 90 of file DTCompactMapWriter.cc.
Referenced by sectorId().
|
private |
Definition at line 91 of file DTCompactMapWriter.cc.
Referenced by stationId().
|
private |
Definition at line 89 of file DTCompactMapWriter.cc.
Referenced by wheelId().