Definition: Triggers.h:42
virtual void update(Trigger trigger, framework::ServiceRegistry &services)=0
Update of a post-processing task. Update of a post-processing task. User receives a Trigger which cau...
Skeleton of a post-processing task.
Definition: PostProcessingInterface.h:35
virtual void finalize(Trigger trigger, framework::ServiceRegistry &services)=0
Finalization of a post-processing task. Finalization of a post-processing task. User receives a Trigg...
Definition: PostProcessingConfig.h:23
virtual void initialize(Trigger trigger, framework::ServiceRegistry &services)=0
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.
virtual void configure(std::string name, const boost::property_tree::ptree &config)
Configuration of a post-processing task. Configuration of a post-processing task. Can be overridden i...
Definition: PostProcessingInterface.cxx:28