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

Public Member Functions

def __init__ (self, origContainerName, variableName, *noSys, enabled)
 

Public Attributes

 origContainerName
 
 outputContainerName
 
 variableName
 
 noSys
 
 enabled
 

Detailed Description

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

Definition at line 34 of file ConfigAccumulator.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 37 of file ConfigAccumulator.py.

37  def __init__ (self, origContainerName, variableName,
38  *, noSys, enabled) :
39  self.origContainerName = origContainerName
40  self.outputContainerName = None
41  self.variableName = variableName
42  self.noSys = noSys
43  self.enabled = enabled
44 
45 
46 

Member Data Documentation

◆ enabled

python.ConfigAccumulator.OutputConfig.enabled

Definition at line 42 of file ConfigAccumulator.py.

◆ noSys

python.ConfigAccumulator.OutputConfig.noSys

Definition at line 41 of file ConfigAccumulator.py.

◆ origContainerName

python.ConfigAccumulator.OutputConfig.origContainerName

Definition at line 38 of file ConfigAccumulator.py.

◆ outputContainerName

python.ConfigAccumulator.OutputConfig.outputContainerName

Definition at line 39 of file ConfigAccumulator.py.

◆ variableName

python.ConfigAccumulator.OutputConfig.variableName

Definition at line 40 of file ConfigAccumulator.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