#include <MDT_Hid2RESrcID.h>
|
static uint32_t | getRobID (uint32_t rod_id) |
| Make a ROB Source ID from a ROD source ID. More...
|
|
static uint32_t | getRosID (uint32_t rob_id) |
| Make a ROS Source ID from a ROB source ID. More...
|
|
static uint32_t | getDetID (uint32_t ros_id) |
| Make a SubDetector ID from ROS source ID. More...
|
|
Definition at line 30 of file MDT_Hid2RESrcID.h.
◆ MDT_Hid2RESrcID()
MDT_Hid2RESrcID::MDT_Hid2RESrcID |
( |
| ) |
|
◆ getDetID()
uint32_t MDT_Hid2RESrcID::getDetID |
( |
uint32_t |
ros_id | ) |
|
|
static |
Make a SubDetector ID from ROS source ID.
mapping SrcID from ROS to Det
Definition at line 112 of file MDT_Hid2RESrcID.cxx.
115 SourceIdentifier
id(ros_id);
116 SourceIdentifier
id2(
id.subdetector_id(), 0);
◆ getRobID()
uint32_t MDT_Hid2RESrcID::getRobID |
( |
uint32_t |
rod_id | ) |
|
|
static |
Make a ROB Source ID from a ROD source ID.
mapping SrcID from ROD to ROB
Definition at line 88 of file MDT_Hid2RESrcID.cxx.
89 SourceIdentifier
id = SourceIdentifier(rod_id);
90 SourceIdentifier
id2 = SourceIdentifier(
id.subdetector_id(),
id.module_id());
◆ getRodID()
Definition at line 33 of file MDT_Hid2RESrcID.cxx.
39 log <<
MSG::DEBUG <<
"Getting RODId of the Station " << MSG::hex << offlineId << MSG::dec <<
endmsg;
45 log << MSG::ERROR <<
"Null pointer to the read conditions object" <<
endmsg;
50 log << MSG::ERROR <<
" Invalid identifier given " <<
endmsg;
56 log <<
MSG::DEBUG <<
"ROD Id of the Station " << MSG::hex <<
"0x" << offlineId <<
" not found" <<
endmsg;
63 eformat::SubDetector detid = (eformat::SubDetector)
cabling_data.subdetectorId;
◆ getRosID()
uint32_t MDT_Hid2RESrcID::getRosID |
( |
uint32_t |
rob_id | ) |
|
|
static |
Make a ROS Source ID from a ROB source ID.
mapping SrcID from ROB to ROS
Definition at line 102 of file MDT_Hid2RESrcID.cxx.
105 SourceIdentifier
id(rob_id);
106 SourceIdentifier
id2(
id.subdetector_id(), 0);
◆ set()
intialize the cabling service
Definition at line 26 of file MDT_Hid2RESrcID.cxx.
30 return StatusCode::SUCCESS;
◆ setSpecialROBNumber()
void MDT_Hid2RESrcID::setSpecialROBNumber |
( |
int |
specialROBNumber | ) |
|
|
inline |
◆ m_mdtIdHelper
◆ m_readKey
◆ m_specialROBNumber
int MDT_Hid2RESrcID::m_specialROBNumber |
|
private |
The documentation for this class was generated from the following files: