ATLAS Offline Software
Loading...
Searching...
No Matches
RingerConstants.py
Go to the documentation of this file.
1# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
2
3
4
6 def __init__(self):
7 self.LAR = 23
8 self.TTEM = 24
9 self.TTHEC = 25
10 self.TILE = 26
11 self.FCALEM = 31
12 self.FCALHAD= 32
13
15 def __init__(self):
16 self.PreSamplerB = 0
17 self.EMB1 = 1
18 self.EMB2 = 2
19 self.EMB3 = 3
20 self.PreSamplerE = 4
21 self.EME1 = 5
22 self.EME2 = 6
23 self.EME3 = 7
24 self.HEC0 = 8
25 self.HEC1 = 9
26 self.HEC2 = 10
27 self.HEC3 = 11
28 self.TileBar0 = 12
29 self.TileBar1 = 13
30 self.TileBar2 = 14
31 self.TileGap0 = 15
32 self.TileGap1 = 16
33 self.TileGap2 = 17
34 self.TileExt0 = 18
35 self.TileExt1 = 19
36 self.TileExt2 = 20
37 self.FCAL0 = 21
38 self.FCAL1 = 22
39 self.FCAL2 = 23
40 self.Unknown = 24
41
42Layer = LayerClass()
43DETID = DETIDClass()
44