CMS 3D CMS Logo

Public Member Functions | Private Attributes

DTROSChannelId Class Reference

List of all members.

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:
2010/03/12 21:42:04
Revision:
1.2
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.

                                                             :
     ddu_id(     ddu ),
     ros_id(     ros ),
 channel_id( channel ) {
}

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

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

Definition at line 54 of file DTCompactMapWriter.cc.

References ros_id.

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

                                {
  return ros_id;
}

Member Data Documentation

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