Public Member Functions | |
int | channelId () const |
DTTDCChannelId (int tdc, int channel) | |
int | tdcId () const |
Private Attributes | |
int | channel_id |
int | tdc_id |
Definition at line 140 of file DTCompactMapWriter.cc.
DTTDCChannelId::DTTDCChannelId | ( | int | tdc, |
int | channel | ||
) |
Definition at line 150 of file DTCompactMapWriter.cc.
: tdc_id( tdc ), channel_id( channel ) { }
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 |
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().