ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
python.RingerConstants.LayerClass Class Reference
Inheritance diagram for python.RingerConstants.LayerClass:
Collaboration diagram for python.RingerConstants.LayerClass:

Public Member Functions

def __init__ (self)
 

Public Attributes

 PreSamplerB
 
 EMB1
 
 EMB2
 
 EMB3
 
 PreSamplerE
 
 EME1
 
 EME2
 
 EME3
 
 HEC0
 
 HEC1
 
 HEC2
 
 HEC3
 
 TileBar0
 
 TileBar1
 
 TileBar2
 
 TileGap0
 
 TileGap1
 
 TileGap2
 
 TileExt0
 
 TileExt1
 
 TileExt2
 
 FCAL0
 
 FCAL1
 
 FCAL2
 
 Unknown
 

Detailed Description

Definition at line 14 of file RingerConstants.py.

Constructor & Destructor Documentation

◆ __init__()

def python.RingerConstants.LayerClass.__init__ (   self)

Definition at line 15 of file RingerConstants.py.

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 

Member Data Documentation

◆ EMB1

python.RingerConstants.LayerClass.EMB1

Definition at line 17 of file RingerConstants.py.

◆ EMB2

python.RingerConstants.LayerClass.EMB2

Definition at line 18 of file RingerConstants.py.

◆ EMB3

python.RingerConstants.LayerClass.EMB3

Definition at line 19 of file RingerConstants.py.

◆ EME1

python.RingerConstants.LayerClass.EME1

Definition at line 21 of file RingerConstants.py.

◆ EME2

python.RingerConstants.LayerClass.EME2

Definition at line 22 of file RingerConstants.py.

◆ EME3

python.RingerConstants.LayerClass.EME3

Definition at line 23 of file RingerConstants.py.

◆ FCAL0

python.RingerConstants.LayerClass.FCAL0

Definition at line 37 of file RingerConstants.py.

◆ FCAL1

python.RingerConstants.LayerClass.FCAL1

Definition at line 38 of file RingerConstants.py.

◆ FCAL2

python.RingerConstants.LayerClass.FCAL2

Definition at line 39 of file RingerConstants.py.

◆ HEC0

python.RingerConstants.LayerClass.HEC0

Definition at line 24 of file RingerConstants.py.

◆ HEC1

python.RingerConstants.LayerClass.HEC1

Definition at line 25 of file RingerConstants.py.

◆ HEC2

python.RingerConstants.LayerClass.HEC2

Definition at line 26 of file RingerConstants.py.

◆ HEC3

python.RingerConstants.LayerClass.HEC3

Definition at line 27 of file RingerConstants.py.

◆ PreSamplerB

python.RingerConstants.LayerClass.PreSamplerB

Definition at line 16 of file RingerConstants.py.

◆ PreSamplerE

python.RingerConstants.LayerClass.PreSamplerE

Definition at line 20 of file RingerConstants.py.

◆ TileBar0

python.RingerConstants.LayerClass.TileBar0

Definition at line 28 of file RingerConstants.py.

◆ TileBar1

python.RingerConstants.LayerClass.TileBar1

Definition at line 29 of file RingerConstants.py.

◆ TileBar2

python.RingerConstants.LayerClass.TileBar2

Definition at line 30 of file RingerConstants.py.

◆ TileExt0

python.RingerConstants.LayerClass.TileExt0

Definition at line 34 of file RingerConstants.py.

◆ TileExt1

python.RingerConstants.LayerClass.TileExt1

Definition at line 35 of file RingerConstants.py.

◆ TileExt2

python.RingerConstants.LayerClass.TileExt2

Definition at line 36 of file RingerConstants.py.

◆ TileGap0

python.RingerConstants.LayerClass.TileGap0

Definition at line 31 of file RingerConstants.py.

◆ TileGap1

python.RingerConstants.LayerClass.TileGap1

Definition at line 32 of file RingerConstants.py.

◆ TileGap2

python.RingerConstants.LayerClass.TileGap2

Definition at line 33 of file RingerConstants.py.

◆ Unknown

python.RingerConstants.LayerClass.Unknown

Definition at line 40 of file RingerConstants.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18