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

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 65 of file ConfigAccumulator.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 68 of file ConfigAccumulator.py.

68  def __init__ (self, origContainerName, variableName,
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__()

def 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

Definition at line 73 of file ConfigAccumulator.py.

◆ noSys

python.ConfigAccumulator.OutputConfig.noSys

Definition at line 72 of file ConfigAccumulator.py.

◆ origContainerName

python.ConfigAccumulator.OutputConfig.origContainerName

Definition at line 69 of file ConfigAccumulator.py.

◆ outputContainerName

python.ConfigAccumulator.OutputConfig.outputContainerName

Definition at line 70 of file ConfigAccumulator.py.

◆ variableName

python.ConfigAccumulator.OutputConfig.variableName

Definition at line 71 of file ConfigAccumulator.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZj_MiNNLO.ZZj_MiNNLO.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZj_MiNNLO.py:18