ATLAS Offline Software
AFP_ROBID.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef AFP_RAWEV_AFP_ROBID_H
6 #define AFP_RAWEV_AFP_ROBID_H
7 
8 #include <stdint.h>
9 
10 
12 class AFP_ROBID
13 {
14 public:
15  static constexpr unsigned int sideA = 0x00850001;
16  static constexpr unsigned int sideC = 0x00850002;
17  static constexpr unsigned int sideC_2016 = 0x00850000;
18 };
19 
20 #endif
AFP_ROBID::sideC
static constexpr unsigned int sideC
ROB ID of stations on C side.
Definition: AFP_ROBID.h:16
AFP_ROBID::sideA
static constexpr unsigned int sideA
ROB ID of stations on A side.
Definition: AFP_ROBID.h:15
AFP_ROBID::sideC_2016
static constexpr unsigned int sideC_2016
ROB ID of stations on C side in 2016.
Definition: AFP_ROBID.h:17
AFP_ROBID
This class contains static members encoding A and C side robs.
Definition: AFP_ROBID.h:13