CMS 3D CMS Logo

Public Member Functions | Private Attributes

DTROBCardId Class Reference

List of all members.

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

Detailed Description

Definition at line 81 of file DTCompactMapWriter.cc.


Constructor & Destructor Documentation

DTROBCardId::DTROBCardId ( int  wheel,
int  sector,
int  station,
int  rob 
)

Definition at line 95 of file DTCompactMapWriter.cc.

                                                                     :
   wheel_id(   wheel ),
  sector_id(  sector ),
 station_id( station ),
     rob_id(     rob ) {
}

Member Function Documentation

int DTROBCardId::robId ( ) const

Definition at line 114 of file DTCompactMapWriter.cc.

References rob_id.

Referenced by DTCompactMapWriter::fillReadOutMap().

                             {
  return rob_id;
}
int DTROBCardId::sectorId ( ) const

Definition at line 106 of file DTCompactMapWriter.cc.

References sector_id.

Referenced by DTCompactMapWriter::fillReadOutMap().

                                {
  return sector_id;
}
int DTROBCardId::stationId ( ) const

Definition at line 110 of file DTCompactMapWriter.cc.

References station_id.

Referenced by DTCompactMapWriter::fillReadOutMap(), and DTROBCardCompare::operator()().

                                 {
  return station_id;
}
int DTROBCardId::wheelId ( ) const

Definition at line 102 of file DTCompactMapWriter.cc.

References wheel_id.

Referenced by DTCompactMapWriter::fillReadOutMap().

                               {
  return wheel_id;
}

Member Data Documentation

int DTROBCardId::rob_id [private]

Definition at line 92 of file DTCompactMapWriter.cc.

Referenced by robId().

int DTROBCardId::sector_id [private]

Definition at line 90 of file DTCompactMapWriter.cc.

Referenced by sectorId().

int DTROBCardId::station_id [private]

Definition at line 91 of file DTCompactMapWriter.cc.

Referenced by stationId().

int DTROBCardId::wheel_id [private]

Definition at line 89 of file DTCompactMapWriter.cc.

Referenced by wheelId().