CMS 3D CMS Logo

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

Constructor & Destructor Documentation

◆ DTTDCChannelId()

DTTDCChannelId::DTTDCChannelId ( int  tdc,
int  channel 
)

Definition at line 138 of file DTCompactMapWriter.cc.

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

Member Function Documentation

◆ channelId()

int DTTDCChannelId::channelId ( ) const

Definition at line 142 of file DTCompactMapWriter.cc.

References channel_id.

Referenced by DTTDCChannelCompare::operator()().

142 { return channel_id; }

◆ tdcId()

int DTTDCChannelId::tdcId ( ) const

Definition at line 140 of file DTCompactMapWriter.cc.

References tdc_id.

Referenced by DTTDCChannelCompare::operator()().

140 { return tdc_id; }

Member Data Documentation

◆ channel_id

int DTTDCChannelId::channel_id
private

Definition at line 135 of file DTCompactMapWriter.cc.

Referenced by channelId().

◆ tdc_id

int DTTDCChannelId::tdc_id
private

Definition at line 134 of file DTCompactMapWriter.cc.

Referenced by tdcId().