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