Definition: Triggers.h:42
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: SkeletonPostProcessing.cxx:43
Skeleton of a post-processing task.
Definition: PostProcessingInterface.h:35
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: SkeletonPostProcessing.cxx:37
Example Quality Control Postprocessing Task.
Definition: SkeletonPostProcessing.h:28
~SkeletonPostProcessing() override
Destructor.
Definition: SkeletonPostProcessing.cxx:26
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: SkeletonPostProcessing.cxx:31
SkeletonPostProcessing()=default
Constructor.