Selection Interface
The Selection Interface provides functionality for implementing selection criteria.
Overview
The SelectionTemplate class provides:
Event selection logic
Object selection criteria
Cut flow management
Core SelectionTemplate Class
File Location
Cython Implementation:
src/AnalysisG/core/selection_template.pyxCython Header:
src/AnalysisG/core/selection_template.pxd
Methods to Override
- apply()
Apply selection to events.
- passes()
Check if object passes selection.
See Also
../core/selection_template: Core SelectionTemplate implementation