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 
)

Definition at line 89 of file DTCompactMapWriter.cc.

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

Member Function Documentation

◆ robId()

int DTROBCardId::robId ( ) const

Definition at line 98 of file DTCompactMapWriter.cc.

98 { return rob_id; }

References rob_id.

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

◆ sectorId()

int DTROBCardId::sectorId ( ) const

Definition at line 94 of file DTCompactMapWriter.cc.

94 { return sector_id; }

References sector_id.

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

◆ stationId()

int DTROBCardId::stationId ( ) const

Definition at line 96 of file DTCompactMapWriter.cc.

96 { return station_id; }

References station_id.

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

◆ wheelId()

int DTROBCardId::wheelId ( ) const

Definition at line 92 of file DTCompactMapWriter.cc.

92 { return wheel_id; }

References wheel_id.

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

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().

DTROBCardId::rob_id
int rob_id
Definition: DTCompactMapWriter.cc:86
relativeConstraints.station
station
Definition: relativeConstraints.py:67
DTROBCardId::wheel_id
int wheel_id
Definition: DTCompactMapWriter.cc:83
DTROBCardId::station_id
int station_id
Definition: DTCompactMapWriter.cc:85
makeMuonMisalignmentScenario.wheel
wheel
Definition: makeMuonMisalignmentScenario.py:319
DTROBCardId::sector_id
int sector_id
Definition: DTCompactMapWriter.cc:84