8#include <hlt/softwaretrigger/calculations/PrefilterCalculator.h>
9#include <framework/logging/Logger.h>
12using namespace SoftwareTrigger;
25 calculationResult[
"EventsOfDoom"] = 0;
26 calculationResult[
"InjectionStrip"] = 0;
30 calculationResult[
"EventsOfDoom"] = 1;
34 calculationResult[
"InjectionStrip"] = 1;
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.
Abstract base class for different kinds of events.