10 std::atomic<bool> L1CaloSrcIdMap::s_useSWROD =
false;
19 eformat::SubDetector subdet)
const
24 moduleId |= (0x1<<12);
26 eformat::helper::SourceIdentifier helpID(subdet, moduleId);
41 eformat::helper::SourceIdentifier
id(rob_id);
42 eformat::helper::SourceIdentifier
id2(
id.subdetector_id(), 0);
50 eformat::helper::SourceIdentifier
id(ros_id);
51 eformat::helper::SourceIdentifier
id2(
id.subdetector_id(), 0);
59 eformat::helper::SourceIdentifier
id(
code);
60 return id.module_id() & 0xf;
67 eformat::helper::SourceIdentifier
id(
code);
68 return (
id.module_id() >> 7) & 0x1;
75 eformat::helper::SourceIdentifier
id(
code);
76 return (
id.module_id() >> 4) & 0x3;
90 eformat::helper::SourceIdentifier
id(
code);
91 return id.subdetector_id();