ATLAS Offline Software
Loading...
Searching...
No Matches
L1TopoSrcIdMap.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef L1TOPOBYTESTREAM_L1TOPOSRCIDMAP_H
6#define L1TOPOBYTESTREAM_L1TOPOSRCIDMAP_H
7
8#include <cstdint>
9
18
19public:
23
26 uint32_t getRodID () const;
27
30 uint32_t getRodID ( int moduleId ) const;
31
34 uint32_t getRobID (uint32_t rod_id) const;
35
38 uint32_t getRosID (uint32_t rob_id) const;
39
42 uint32_t getDetID (uint32_t ros_id) const;
43
44};
45
46#endif // L1TOPOBYTESTREAM_L1TOPOSRCIDMAP_H
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