select events according to given trigger types
Definition at line 26 of file makeBGOverlayFromData.py.
◆ event()
event processing
Definition at line 29 of file makeBGOverlayFromData.py.
30 ''' event processing '''
34 if not trg_summary.isValid():
35 basf2.B2ERROR(
'No TRGSummary available - event ignored')
38 for trgType
in trigTypes:
39 if trg_summary.getTimType() == trgType:
45 basf2.use_central_database(globalTag)
The documentation for this class was generated from the following file: