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

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 61 of file ConfigAccumulator.py.

61  def __init__ (self, origContainerName, variableName,
62  *, noSys, enabled) :
63  self.origContainerName = origContainerName
64  self.outputContainerName = None
65  self.variableName = variableName
66  self.noSys = noSys
67  self.enabled = enabled
68 

Member Function Documentation

◆ __repr__()

def python.ConfigAccumulator.OutputConfig.__repr__ (   self)

Definition at line 69 of file ConfigAccumulator.py.

69  def __repr__ (self):
70  return f'OutputConfig("{self.outputContainerName}.{self.variableName}" [enabled={self.enabled}])'
71 

Member Data Documentation

◆ enabled

python.ConfigAccumulator.OutputConfig.enabled

Definition at line 66 of file ConfigAccumulator.py.

◆ noSys

python.ConfigAccumulator.OutputConfig.noSys

Definition at line 65 of file ConfigAccumulator.py.

◆ origContainerName

python.ConfigAccumulator.OutputConfig.origContainerName

Definition at line 62 of file ConfigAccumulator.py.

◆ outputContainerName

python.ConfigAccumulator.OutputConfig.outputContainerName

Definition at line 63 of file ConfigAccumulator.py.

◆ variableName

python.ConfigAccumulator.OutputConfig.variableName

Definition at line 64 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