Definition: Triggers.h:42
Skeleton of a post-processing task.
Definition: PostProcessingInterface.h:35
Post processing to rearrange TOF information at the level of the crate (maybe we should do the opposi...
Definition: PostProcessDiagnosticPerCrate.h:37
void initialize(quality_control::postprocessing::Trigger, framework::ServiceRegistry &) override
Initialization of a post-processing task. Initialization of a post-processing task. User receives a Trigger which caused the initialization and a service registry with singleton interfaces.
Definition: PostProcessDiagnosticPerCrate.cxx:40
void finalize(quality_control::postprocessing::Trigger, framework::ServiceRegistry &) override
Finalization of a post-processing task. Finalization of a post-processing task. User receives a Trigg...
Definition: PostProcessDiagnosticPerCrate.cxx:86
void update(quality_control::postprocessing::Trigger, framework::ServiceRegistry &) override
Update of a post-processing task. Update of a post-processing task. User receives a Trigger which cau...
Definition: PostProcessDiagnosticPerCrate.cxx:54
PostProcessDiagnosticPerCrate()=default
Constructor.
~PostProcessDiagnosticPerCrate() override
Destructor.
Definition: PostProcessDiagnosticPerCrate.cxx:36