ATLAS Offline Software
Loading...
Searching...
No Matches
RPCofflineId.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef RPCOFFLINEID_H
6#define RPCOFFLINEID_H
7
9 std::string stationName;
15 int gasGap;
17 int strip;
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