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

Public Member Functions

def __init__ (self)
 

Public Attributes

 LAR
 
 TTEM
 
 TTHEC
 
 TILE
 
 FCALEM
 
 FCALHAD
 

Detailed Description

Definition at line 5 of file RingerConstants.py.

Constructor & Destructor Documentation

◆ __init__()

def python.RingerConstants.DETIDClass.__init__ (   self)

Definition at line 6 of file RingerConstants.py.

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 

Member Data Documentation

◆ FCALEM

python.RingerConstants.DETIDClass.FCALEM

Definition at line 11 of file RingerConstants.py.

◆ FCALHAD

python.RingerConstants.DETIDClass.FCALHAD

Definition at line 12 of file RingerConstants.py.

◆ LAR

python.RingerConstants.DETIDClass.LAR

Definition at line 7 of file RingerConstants.py.

◆ TILE

python.RingerConstants.DETIDClass.TILE

Definition at line 10 of file RingerConstants.py.

◆ TTEM

python.RingerConstants.DETIDClass.TTEM

Definition at line 8 of file RingerConstants.py.

◆ TTHEC

python.RingerConstants.DETIDClass.TTHEC

Definition at line 9 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