ATLAS Offline Software
RodRobIdMap.h
Go to the documentation of this file.
1 // This file's extension implies that it's C, but it's really -*- C++ -*-.
2 /*
3  * Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration.
4  */
13 #ifndef LARBYTESTREAM_RODROBIDMAP_H
14 #define LARBYTESTREAM_RODROBIDMAP_H
15 
16 
17 #include <cstdint>
18 
19 
26 {
27 public:
30  uint32_t getRobID ( uint32_t rod_id) const;
31 };
32 
33 #endif // not LARBYTESTREAM_RODROBIDMAP_H
xAOD::uint32_t
setEventNumber uint32_t
Definition: EventInfo_v1.cxx:127
RodRobIdMap::getRobID
uint32_t getRobID(uint32_t rod_id) const
Make a ROB Source ID from a ROD source ID.
Definition: RodRobIdMap.cxx:18
RodRobIdMap
This implements just the ROD->ROB conversion part of Hid2RESrcID.
Definition: RodRobIdMap.h:26