ATLAS Offline Software
Loading...
Searching...
No Matches
python.EventSelectionConfig Namespace Reference

Classes

class  UnavailableFeatureError
class  InconsistentSettingsError
class  _ExprCollection
class  _ExprVariable
class  _ExprParser
class  EventSelectionMergerConfig
class  EventSelectionConfig

Functions

 EventSelection (seq)

Function Documentation

◆ EventSelection()

EventSelection ( seq)

Definition at line 1311 of file EventSelectionConfig.py.

1311def EventSelection(seq):
1312 seq.append(EventSelectionConfig())
1313 seq.append(EventCutFlowBlock())
1314 seq.append(EventSelectionMergerConfig())