CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
DTROBCardId Class Reference

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 74 of file DTCompactMapWriter.cc.

Constructor & Destructor Documentation

◆ DTROBCardId()

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

Member Function Documentation

◆ robId()

int DTROBCardId::robId ( ) const

Definition at line 98 of file DTCompactMapWriter.cc.

References rob_id.

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

98 { return rob_id; }

◆ sectorId()

int DTROBCardId::sectorId ( ) const

Definition at line 94 of file DTCompactMapWriter.cc.

References sector_id.

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

94 { return sector_id; }

◆ stationId()

int DTROBCardId::stationId ( ) const

Definition at line 96 of file DTCompactMapWriter.cc.

References station_id.

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

96 { return station_id; }

◆ wheelId()

int DTROBCardId::wheelId ( ) const

Definition at line 92 of file DTCompactMapWriter.cc.

References wheel_id.

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

92 { return wheel_id; }

Member Data Documentation

◆ rob_id

int DTROBCardId::rob_id
private

Definition at line 86 of file DTCompactMapWriter.cc.

Referenced by robId().

◆ sector_id

int DTROBCardId::sector_id
private

Definition at line 84 of file DTCompactMapWriter.cc.

Referenced by sectorId().

◆ station_id

int DTROBCardId::station_id
private

Definition at line 85 of file DTCompactMapWriter.cc.

Referenced by stationId().

◆ wheel_id

int DTROBCardId::wheel_id
private

Definition at line 83 of file DTCompactMapWriter.cc.

Referenced by wheelId().