CMS 3D CMS Logo

Public Member Functions | Private Attributes

DTTDCChannelId Class Reference

List of all members.

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.

                                                    :
     tdc_id(     tdc ),
 channel_id( channel ) {
}

Member Function Documentation

int DTTDCChannelId::channelId ( ) const

Definition at line 159 of file DTCompactMapWriter.cc.

References channel_id.

Referenced by DTTDCChannelCompare::operator()().

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

Definition at line 155 of file DTCompactMapWriter.cc.

References tdc_id.

                                {
  return tdc_id;
}

Member Data Documentation

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