ATLAS Offline Software
Loading...
Searching...
No Matches
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 */
11
12
13#ifndef LARBYTESTREAM_RODROBIDMAP_H
14#define LARBYTESTREAM_RODROBIDMAP_H
15
16
17#include <cstdint>
18
19
26{
27public:
30 uint32_t getRobID ( uint32_t rod_id) const;
31};
32
33#endif // not LARBYTESTREAM_RODROBIDMAP_H
This implements just the ROD->ROB conversion part of Hid2RESrcID.
Definition RodRobIdMap.h:26
uint32_t getRobID(uint32_t rod_id) const
Make a ROB Source ID from a ROD source ID.