10#include <hlt/softwaretrigger/core/SoftwareTriggerObject.h>
11#include <hlt/softwaretrigger/calculations/SoftwareTriggerCalculation.h>
12#include <hlt/utilities/HLTPrefilter.h>
14namespace Belle2::SoftwareTrigger {
34 void doCalculation(SoftwareTriggerObject& calculationResult)
override;
Helper for EventsOfDoomBuster state.
Helper for TimingCut state.
void requireStoreArrays() override
Require the particle list. We do not need more here.
void doCalculation(SoftwareTriggerObject &calculationResult) override
Actually write out the variables into the map.
PrefilterCalculator()
Set the default names for the store object particle lists.
HLTPrefilter::EventsOfDoomBusterState m_eodbPrefilter
Helper instance for EventsOfDoom prefilter.
HLTPrefilter::TimingCutState m_timingPrefilter
Helper instance for timing based prefilter.
Base class for all calculation algorithms to be used when calculating the variables needed in the Sof...