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 |
See header file for a description of this class.
Definition at line 32 of file DTCompactMapWriter.cc.
DTROSChannelId::DTROSChannelId | ( | int | ddu, |
int | ros, | ||
int | channel | ||
) |
Definition at line 44 of file DTCompactMapWriter.cc.
int DTROSChannelId::channelId | ( | ) | const |
Definition at line 58 of file DTCompactMapWriter.cc.
References channel_id.
Referenced by DTCompactMapWriter::cloneROS(), DTCompactMapWriter::fillReadOutMap(), and DTROSChannelCompare::operator()().
int DTROSChannelId::dduId | ( | ) | const |
Definition at line 50 of file DTCompactMapWriter.cc.
References ddu_id.
Referenced by DTCompactMapWriter::cloneROS(), and DTCompactMapWriter::fillReadOutMap().
int DTROSChannelId::rosId | ( | ) | const |
Definition at line 54 of file DTCompactMapWriter.cc.
References ros_id.
Referenced by DTCompactMapWriter::cloneROS(), and DTCompactMapWriter::fillReadOutMap().
|
private |
Definition at line 41 of file DTCompactMapWriter.cc.
Referenced by channelId().
|
private |
Definition at line 39 of file DTCompactMapWriter.cc.
Referenced by dduId().
|
private |
Definition at line 40 of file DTCompactMapWriter.cc.
Referenced by rosId().