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

Public Member Functions

def __init__ (self, t)
 

Public Attributes

 typeName
 
 type
 

Detailed Description

Definition at line 54 of file LArConditionsContainer.py.

Constructor & Destructor Documentation

◆ __init__()

def python.LArConditionsContainer.LArConditionsContainer.__init__ (   self,
  t 
)

Definition at line 55 of file LArConditionsContainer.py.

55  def __init__(self, t) :
56 
57  # t is either the class name or the class itself
58  if type(t) is str :
59  self.typeName = t
60  t = cppyy.makeClass(t)
61  else :
62  self.typeName = t.type.__name__
63 
64  # Save type
65  self.type = t
66 
67  # Add on iterators for the different containers
68  self.type.conditionsIter = conditionsIter
69  self.type.correctionsIter = correctionsIter
70  self.type.coolChannelIter = coolChannelIter
71  self.type.coolIOVIter = coolIOVIter
72 
73 
74 
75 
76 

Member Data Documentation

◆ type

python.LArConditionsContainer.LArConditionsContainer.type

Definition at line 65 of file LArConditionsContainer.py.

◆ typeName

python.LArConditionsContainer.LArConditionsContainer.typeName

Definition at line 59 of file LArConditionsContainer.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
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78