select events according to given trigger types
Definition at line 48 of file beamBkgHitRates.py.
◆ event()
event processing
Definition at line 51 of file beamBkgHitRates.py.
52 ''' event processing '''
56 if not trg_summary.isValid():
57 basf2.B2ERROR(
'No TRGSummary available - event ignored')
60 for trgType
in trigTypes:
61 if trg_summary.getTimType() == trgType:
67 basf2.conditions.prepend_globaltag(global_tag)
a (simplified) python wrapper for StoreObjPtr.
The documentation for this class was generated from the following file: