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

Constructor & Destructor Documentation

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

Definition at line 44 of file DTCompactMapWriter.cc.

44  :
45  ddu_id( ddu ),
46  ros_id( ros ),
47  channel_id( channel ) {
48 }

Member Function Documentation

int DTROSChannelId::channelId ( ) const
int DTROSChannelId::dduId ( ) const
int DTROSChannelId::rosId ( ) const

Member Data Documentation

int DTROSChannelId::channel_id
private

Definition at line 41 of file DTCompactMapWriter.cc.

Referenced by channelId().

int DTROSChannelId::ddu_id
private

Definition at line 39 of file DTCompactMapWriter.cc.

Referenced by dduId().

int DTROSChannelId::ros_id
private

Definition at line 40 of file DTCompactMapWriter.cc.

Referenced by rosId().