ATLAS Offline Software
Loading...
Searching...
No Matches
python.ConfigAccumulator.SelectionConfig Class Reference
Collaboration diagram for python.ConfigAccumulator.SelectionConfig:

Public Member Functions

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

Public Attributes

 name = selectionName
 decoration = decoration
tuple preselection = preselection
 comesFrom = comesFrom
 writeToOutput = 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 97 of file ConfigAccumulator.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 103 of file ConfigAccumulator.py.

105 writeToOutput=True) :
106 self.name = selectionName
107 self.decoration = decoration
108 if preselection is not None :
109 self.preselection = preselection
110 else :
111 self.preselection = (selectionName == '')
112 self.comesFrom = comesFrom
113 self.writeToOutput = writeToOutput
114
115
116

Member Data Documentation

◆ comesFrom

python.ConfigAccumulator.SelectionConfig.comesFrom = comesFrom

Definition at line 112 of file ConfigAccumulator.py.

◆ decoration

python.ConfigAccumulator.SelectionConfig.decoration = decoration

Definition at line 107 of file ConfigAccumulator.py.

◆ name

python.ConfigAccumulator.SelectionConfig.name = selectionName

Definition at line 106 of file ConfigAccumulator.py.

◆ preselection

tuple python.ConfigAccumulator.SelectionConfig.preselection = preselection

Definition at line 109 of file ConfigAccumulator.py.

◆ writeToOutput

python.ConfigAccumulator.SelectionConfig.writeToOutput = writeToOutput

Definition at line 113 of file ConfigAccumulator.py.


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