CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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

Definition at line 50 of file DTCompactMapWriter.cc.

References ddu_id.

Referenced by DTCompactMapWriter::cloneROS(), and DTCompactMapWriter::fillReadOutMap().

50  {
51  return ddu_id;
52 }
int DTROSChannelId::rosId ( ) const

Definition at line 54 of file DTCompactMapWriter.cc.

References ros_id.

Referenced by DTCompactMapWriter::cloneROS(), and DTCompactMapWriter::fillReadOutMap().

54  {
55  return ros_id;
56 }

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