Definition at line 54 of file LArConditionsContainer.py.
◆ result
◆ __init__()
| python.LArConditionsContainer.LArConditionsContainer.__init__ |
( |
| self, |
|
|
| t ) |
Definition at line 55 of file LArConditionsContainer.py.
55 def __init__(self, t) :
56
57
59 self.typeName = t
60 t = cppyy.makeClass(t)
61 else :
62 self.typeName = t.type.__name__
63
64
65 self.type = t
66
67
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
◆ type
| python.LArConditionsContainer.LArConditionsContainer.type = t |
◆ typeName
| python.LArConditionsContainer.LArConditionsContainer.typeName = t |
The documentation for this class was generated from the following file: