Definition: Triggers.h:42
Skeleton of a post-processing task.
Definition: PostProcessingInterface.h:35
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: TreeReaderPostProcessing.cxx:58
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: TreeReaderPostProcessing.cxx:39
TreeReaderPostProcessing()=default
Constructor.
~TreeReaderPostProcessing() override
Destructor.
Definition: TreeReaderPostProcessing.cxx:28
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: TreeReaderPostProcessing.cxx:32
Definition: TreeReaderPostProcessing.h:27