ATLAS Offline Software
Loading...
Searching...
No Matches
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
13{
14public:
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
This class contains static members encoding A and C side robs.
Definition AFP_ROBID.h:13
static constexpr unsigned int sideC_2016
ROB ID of stations on C side in 2016.
Definition AFP_ROBID.h:17
static constexpr unsigned int sideC
ROB ID of stations on C side.
Definition AFP_ROBID.h:16
static constexpr unsigned int sideA
ROB ID of stations on A side.
Definition AFP_ROBID.h:15