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