|
void | configure (std::string, const boost::property_tree::ptree &) override |
| Configuration of a post-processing task. Configuration of a post-processing task. Can be overridden if user wants to retrieve the configuration of the task. More...
|
|
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. More...
|
|
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 caused the update and a service registry with singleton interfaces. More...
|
|
void | finalize (quality_control::postprocessing::Trigger, framework::ServiceRegistry &) override |
| Finalization of a post-processing task. Finalization of a post-processing task. User receives a Trigger which caused the finalization and a service registry with singleton interfaces. More...
|
|
void | setObjectsManager (std::shared_ptr< core::ObjectsManager > objectsManager) |
|
void | setName (const std::string &name) |
|
std::string | getName () const |
|
void o2::quality_control_modules::test::TestTask::configure |
( |
std::string |
name, |
|
|
const boost::property_tree::ptree & |
config |
|
) |
| |
|
inlineoverridevirtual |
Configuration of a post-processing task. Configuration of a post-processing task. Can be overridden if user wants to retrieve the configuration of the task.
- Parameters
-
name | Name of the task |
config | ConfigurationInterface with prefix set to "" |
Reimplemented from o2::quality_control::postprocessing::PostProcessingInterface.
Finalization of a post-processing task. Finalization of a post-processing task. User receives a Trigger which caused the finalization and a service registry with singleton interfaces.
- Parameters
-
trigger | Trigger which caused the initialization, for example Trigger::EOR |
services | Interface containing optional interfaces, for example DatabaseInterface |
Implements o2::quality_control::postprocessing::PostProcessingInterface.
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.
- Parameters
-
trigger | Trigger which caused the initialization, for example Trigger::SOR |
services | Interface containing optional interfaces, for example DatabaseInterface |
Implements o2::quality_control::postprocessing::PostProcessingInterface.
Update of a post-processing task. Update of a post-processing task. User receives a Trigger which caused the update and a service registry with singleton interfaces.
- Parameters
-
trigger | Trigger which caused the initialization, for example Trigger::Period |
services | Interface containing optional interfaces, for example DatabaseInterface |
Implements o2::quality_control::postprocessing::PostProcessingInterface.
The documentation for this class was generated from the following file: