![]() |
ATLAS Offline Software
|
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 | |
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 45 of file ConfigAccumulator.py.
| python.ConfigAccumulator.SelectionConfig.__init__ | ( | self, | |
| selectionName, | |||
| decoration, | |||
| * | , | ||
| bits = 0, | |||
| preselection = None, | |||
| comesFrom = '', | |||
| writeToOutput = True ) |
Definition at line 51 of file ConfigAccumulator.py.
| python.ConfigAccumulator.SelectionConfig.comesFrom = comesFrom |
Definition at line 60 of file ConfigAccumulator.py.
| python.ConfigAccumulator.SelectionConfig.decoration = decoration |
Definition at line 55 of file ConfigAccumulator.py.
| python.ConfigAccumulator.SelectionConfig.name = selectionName |
Definition at line 54 of file ConfigAccumulator.py.
| tuple python.ConfigAccumulator.SelectionConfig.preselection = preselection |
Definition at line 57 of file ConfigAccumulator.py.
| python.ConfigAccumulator.SelectionConfig.writeToOutput = writeToOutput |
Definition at line 61 of file ConfigAccumulator.py.