ATLAS Offline Software
|
this class provides conversion between Lower level Source ID to higher level source ID for HLT ByteStream fragments. More...
#include <HLTSrcIdMap.h>
Public Member Functions | |
HLTSrcIdMap () | |
constrcutor More... | |
uint32_t | getRobID (uint32_t rod_id=0) const |
Make a ROB Source ID from a ROD source ID. More... | |
uint32_t | getRosID (uint32_t rob_id=0) const |
Make a ROS Source ID from a ROB source ID. More... | |
uint32_t | getDetID (uint32_t ros_id=0) const |
Make a SubDetector ID from ROS source ID. More... | |
void | setDetId (eformat::SubDetector detId) |
setter for the detector ID More... | |
Private Attributes | |
eformat::SubDetector | m_detId |
sub detector ID More... | |
this class provides conversion between Lower level Source ID to higher level source ID for HLT ByteStream fragments.
This is to be used in assembling the fragments from ROD fragments Hong Ma Oct 18, 2002
Definition at line 43 of file HLTSrcIdMap.h.
|
inline |
constrcutor
Definition at line 49 of file HLTSrcIdMap.h.
uint32_t HLT::HLTSrcIdMap::getDetID | ( | uint32_t | ros_id = 0 | ) | const |
Make a SubDetector ID from ROS source ID.
Definition at line 24 of file HLTSrcIdMap.cxx.
uint32_t HLT::HLTSrcIdMap::getRobID | ( | uint32_t | rod_id = 0 | ) | const |
uint32_t HLT::HLTSrcIdMap::getRosID | ( | uint32_t | rob_id = 0 | ) | const |
Make a ROS Source ID from a ROB source ID.
Definition at line 19 of file HLTSrcIdMap.cxx.
|
inline |
setter for the detector ID
Definition at line 63 of file HLTSrcIdMap.h.
|
private |
sub detector ID
Definition at line 67 of file HLTSrcIdMap.h.