6#include "eformat/SourceIdentifier.h"
10using eformat::helper::SourceIdentifier;
18 SourceIdentifier helpID( eformat::TDAQ_CALO_TOPO_PROC, moduleId );
23 SourceIdentifier helpID( eformat::TDAQ_CALO_TOPO_PROC, 0 );
34 SourceIdentifier
id = SourceIdentifier( rob_id );
35 SourceIdentifier
id2 = SourceIdentifier(
id.subdetector_id(), 0 );
40 SourceIdentifier
id = SourceIdentifier( ros_id );
41 SourceIdentifier
id2 = SourceIdentifier(
id.subdetector_id(), 0 );
uint32_t getDetID(uint32_t ros_id) const
Make a SubDetector ID from ROS source ID.
uint32_t getRodID() const
get a ROD Source ID (deprecated)
uint32_t getRobID(uint32_t rod_id) const
Make a ROB Source ID from a ROD source ID; note they are now the same.
uint32_t getRosID(uint32_t rob_id) const
Make a ROS Source ID from a ROB source ID.
L1TopoSrcIdMap()
constructor