Go to the documentation of this file. 1 #ifndef HERD_LOWENERGYGAMMATRIGGERALGO_H_
2 #define HERD_LOWENERGYGAMMATRIGGERALGO_H_
5 #include "algorithm/Algorithm.h"
EA::StorePtr m_evStore
Definition: LowEnergyGammaTriggerCut.h:63
Data structure with the fired triggers for each event.
Definition: TriggerPattern.h:15
LowEnergyGammaTriggerCut(const std::string &name)
Constructor.
Definition: LowEnergyGammaTriggerCut.cpp:13
bool Process() override
Applies the trigger logic using the flags and sets // the corresponding trigger pattern for unbiased.
Definition: LowEnergyGammaTriggerCut.cpp:34
CssGeoParams.h CssGeoParams class declaration.
Definition: CaloPDCalibrationAlgo.h:22
bool Initialize() override
Initialization of the algorithm. Retrieve data store.
Definition: LowEnergyGammaTriggerCut.cpp:19
An algorithm that reads the trigger flags for CaloPMT and Psd, and applies the trigger logic for LEG ...
Definition: LowEnergyGammaTriggerCut.h:31
TriggerPattern m_triggerPattern
Definition: LowEnergyGammaTriggerCut.h:60
bool Finalize() override
Do nothing.
Definition: LowEnergyGammaTriggerCut.cpp:78