ATLAS Offline Software
Loading...
Searching...
No Matches
python.LArConditionsContainer.LArConditionsContainer Class Reference
Inheritance diagram for python.LArConditionsContainer.LArConditionsContainer:
Collaboration diagram for python.LArConditionsContainer.LArConditionsContainer:

Public Types

typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type result

Public Member Functions

 __init__ (self, t)

Public Attributes

 typeName = t
 type = t

Detailed Description

Definition at line 54 of file LArConditionsContainer.py.

Member Typedef Documentation

◆ result

Definition at line 90 of file EDM_MasterSearch.h.

Constructor & Destructor Documentation

◆ __init__()

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 = t

Definition at line 65 of file LArConditionsContainer.py.

◆ typeName

python.LArConditionsContainer.LArConditionsContainer.typeName = t

Definition at line 59 of file LArConditionsContainer.py.


The documentation for this class was generated from the following file: