CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Private Attributes
DTTDCChannelId Class Reference

Public Member Functions

int channelId () const
 
 DTTDCChannelId (int tdc, int channel)
 
int tdcId () const
 

Private Attributes

int channel_id
 
int tdc_id
 

Detailed Description

Definition at line 140 of file DTCompactMapWriter.cc.

Constructor & Destructor Documentation

DTTDCChannelId::DTTDCChannelId ( int  tdc,
int  channel 
)

Definition at line 150 of file DTCompactMapWriter.cc.

150  :
151  tdc_id( tdc ),
152  channel_id( channel ) {
153 }

Member Function Documentation

int DTTDCChannelId::channelId ( ) const

Definition at line 159 of file DTCompactMapWriter.cc.

References channel_id.

Referenced by DTTDCChannelCompare::operator()().

159  {
160  return channel_id;
161 }
int DTTDCChannelId::tdcId ( ) const

Definition at line 155 of file DTCompactMapWriter.cc.

References tdc_id.

155  {
156  return tdc_id;
157 }

Member Data Documentation

int DTTDCChannelId::channel_id
private

Definition at line 147 of file DTCompactMapWriter.cc.

Referenced by channelId().

int DTTDCChannelId::tdc_id
private

Definition at line 146 of file DTCompactMapWriter.cc.

Referenced by tdcId().