Go to the documentation of this file. 1 #ifndef HERD_UNBIASEDTRIGGERALGO_H_
2 #define HERD_UNBIASEDTRIGGERALGO_H_
5 #include "algorithm/Algorithm.h"
bool Finalize() override
Do nothing.
Definition: UnbiasedTriggerCut.cpp:71
Data structure with the fired triggers for each event.
Definition: TriggerPattern.h:15
UnbiasedTriggerCut(const std::string &name)
Constructor.
Definition: UnbiasedTriggerCut.cpp:11
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:22
EA::StorePtr m_evStore
Definition: UnbiasedTriggerCut.h:61
bool Initialize() override
Initialization of the algorithm. Retrieve data store.
Definition: UnbiasedTriggerCut.cpp:16
bool Process() override
Applies the trigger logic using the flags and sets // the corresponding trigger pattern for unbiased.
Definition: UnbiasedTriggerCut.cpp:31
An algorithm that reads the trigger flags for CaloPMT and applies the trigger logic for unbiased trig...
Definition: UnbiasedTriggerCut.h:30
TriggerPattern m_triggerPattern
Definition: UnbiasedTriggerCut.h:58