CMS 3D CMS Logo

List of all members | Public Member Functions | Private Attributes
DTROSChannelId Class Reference

Public Member Functions

int channelId () const
 
int dduId () const
 
 DTROSChannelId (int ddu, int ros, int channel)
 
int rosId () const
 

Private Attributes

int channel_id
 
int ddu_id
 
int ros_id
 

Detailed Description

See header file for a description of this class.

Date
2009/03/26 14:11:04
Revision
1.1
Author
Paolo Ronchese INFN Padova

Definition at line 30 of file DTCompactMapWriter.cc.

Constructor & Destructor Documentation

◆ DTROSChannelId()

DTROSChannelId::DTROSChannelId ( int  ddu,
int  ros,
int  channel 
)

Definition at line 43 of file DTCompactMapWriter.cc.

Member Function Documentation

◆ channelId()

int DTROSChannelId::channelId ( ) const

◆ dduId()

int DTROSChannelId::dduId ( ) const

◆ rosId()

int DTROSChannelId::rosId ( ) const

Member Data Documentation

◆ channel_id

int DTROSChannelId::channel_id
private

Definition at line 40 of file DTCompactMapWriter.cc.

Referenced by channelId().

◆ ddu_id

int DTROSChannelId::ddu_id
private

Definition at line 38 of file DTCompactMapWriter.cc.

Referenced by dduId().

◆ ros_id

int DTROSChannelId::ros_id
private

Definition at line 39 of file DTCompactMapWriter.cc.

Referenced by rosId().