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

Public Member Functions

def __init__ (self, selectionName, decoration, *bits=0, preselection=None, comesFrom='', writeToOutput=True)
 

Public Attributes

 name
 
 decoration
 
 preselection
 
 comesFrom
 
 writeToOutput
 

Detailed Description

all the data for a given selection that has been registered

the bits argument is for backward compatibility, does nothing, and will be
removed in the future.

Definition at line 14 of file ConfigAccumulator.py.

Constructor & Destructor Documentation

◆ __init__()

def python.ConfigAccumulator.SelectionConfig.__init__ (   self,
  selectionName,
  decoration,
bits = 0,
  preselection = None,
  comesFrom = '',
  writeToOutput = True 
)

Definition at line 20 of file ConfigAccumulator.py.

20  def __init__ (self, selectionName, decoration,
21  *, bits=0, preselection=None, comesFrom = '',
22  writeToOutput=True) :
23  self.name = selectionName
24  self.decoration = decoration
25  if preselection is not None :
26  self.preselection = preselection
27  else :
28  self.preselection = (selectionName == '')
29  self.comesFrom = comesFrom
30  self.writeToOutput = writeToOutput
31 
32 
33 

Member Data Documentation

◆ comesFrom

python.ConfigAccumulator.SelectionConfig.comesFrom

Definition at line 27 of file ConfigAccumulator.py.

◆ decoration

python.ConfigAccumulator.SelectionConfig.decoration

Definition at line 22 of file ConfigAccumulator.py.

◆ name

python.ConfigAccumulator.SelectionConfig.name

Definition at line 21 of file ConfigAccumulator.py.

◆ preselection

python.ConfigAccumulator.SelectionConfig.preselection

Definition at line 24 of file ConfigAccumulator.py.

◆ writeToOutput

python.ConfigAccumulator.SelectionConfig.writeToOutput

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