select events according to given trigger types
Definition at line 34 of file makeBGOverlayFromData.py.
◆ event()
event processing
Definition at line 37 of file makeBGOverlayFromData.py.
38 ''' event processing '''
42 if not trg_summary.isValid():
43 basf2.B2ERROR(
'No TRGSummary available - event ignored')
46 for trgType
in trigTypes:
47 if trg_summary.getTimType() == trgType:
53 basf2.conditions.prepend_globaltag(globalTag)
a (simplified) python wrapper for StoreObjPtr.
The documentation for this class was generated from the following file: