ATLAS Offline Software
Loading...
Searching...
No Matches
python.ConfigAccumulator.OutputConfig Class Reference
Collaboration diagram for python.ConfigAccumulator.OutputConfig:

Public Member Functions

 __init__ (self, origContainerName, variableName, *, noSys, enabled, auxType)
 __repr__ (self)

Public Attributes

 origContainerName = origContainerName
 outputContainerName = None
 variableName = variableName
 noSys = noSys
 enabled = enabled
 auxType = auxType

Detailed Description

all the data for a given variables in the output that has been registered

Definition at line 117 of file ConfigAccumulator.py.

Constructor & Destructor Documentation

◆ __init__()

python.ConfigAccumulator.OutputConfig.__init__ ( self,
origContainerName,
variableName,
* ,
noSys,
enabled,
auxType )

Definition at line 120 of file ConfigAccumulator.py.

121 *, noSys, enabled, auxType) :
122 self.origContainerName = origContainerName
123 self.outputContainerName = None
124 self.variableName = variableName
125 self.noSys = noSys
126 self.enabled = enabled
127 self.auxType = auxType
128

Member Function Documentation

◆ __repr__()

python.ConfigAccumulator.OutputConfig.__repr__ ( self)

Definition at line 129 of file ConfigAccumulator.py.

129 def __repr__ (self):
130 return f'OutputConfig("{self.outputContainerName}.{self.variableName}" [enabled={self.enabled}])'
131

Member Data Documentation

◆ auxType

python.ConfigAccumulator.OutputConfig.auxType = auxType

Definition at line 127 of file ConfigAccumulator.py.

◆ enabled

python.ConfigAccumulator.OutputConfig.enabled = enabled

Definition at line 126 of file ConfigAccumulator.py.

◆ noSys

python.ConfigAccumulator.OutputConfig.noSys = noSys

Definition at line 125 of file ConfigAccumulator.py.

◆ origContainerName

python.ConfigAccumulator.OutputConfig.origContainerName = origContainerName

Definition at line 122 of file ConfigAccumulator.py.

◆ outputContainerName

python.ConfigAccumulator.OutputConfig.outputContainerName = None

Definition at line 123 of file ConfigAccumulator.py.

◆ variableName

python.ConfigAccumulator.OutputConfig.variableName = variableName

Definition at line 124 of file ConfigAccumulator.py.


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