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)
 __repr__ (self)

Public Attributes

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

Detailed Description

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

Definition at line 65 of file ConfigAccumulator.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 68 of file ConfigAccumulator.py.

69 *, noSys, enabled) :
70 self.origContainerName = origContainerName
71 self.outputContainerName = None
72 self.variableName = variableName
73 self.noSys = noSys
74 self.enabled = enabled
75

Member Function Documentation

◆ __repr__()

python.ConfigAccumulator.OutputConfig.__repr__ ( self)

Definition at line 76 of file ConfigAccumulator.py.

76 def __repr__ (self):
77 return f'OutputConfig("{self.outputContainerName}.{self.variableName}" [enabled={self.enabled}])'
78

Member Data Documentation

◆ enabled

python.ConfigAccumulator.OutputConfig.enabled = enabled

Definition at line 74 of file ConfigAccumulator.py.

◆ noSys

python.ConfigAccumulator.OutputConfig.noSys = noSys

Definition at line 73 of file ConfigAccumulator.py.

◆ origContainerName

python.ConfigAccumulator.OutputConfig.origContainerName = origContainerName

Definition at line 70 of file ConfigAccumulator.py.

◆ outputContainerName

python.ConfigAccumulator.OutputConfig.outputContainerName = None

Definition at line 71 of file ConfigAccumulator.py.

◆ variableName

python.ConfigAccumulator.OutputConfig.variableName = variableName

Definition at line 72 of file ConfigAccumulator.py.


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