ATLAS Offline Software
Loading...
Searching...
No Matches
RPCofflineId.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef RPCOFFLINEID_H
6#define RPCOFFLINEID_H
7
9 std::string stationName;
10 int stationEta = 0;
11 int stationPhi = 0;
12 int doubletR = 0;
13 int doubletZ = 0;
14 int doubletPhi = 0;
15 int gasGap = 0;
16 int measuresPhi = 0;
17 int strip = 0;
18 void init() {
19 stationEta = -99;
20 stationPhi = -99;
21 doubletR = -99;
22 doubletZ = -99;
23 doubletPhi = -99;
24 gasGap = -99;
25 measuresPhi = -99;
26 strip = -99;
27 }
28};
29
30#endif
std::string stationName
Definition RPCofflineId.h:9