Post processing to rearrange TOF information at the level of the crate (maybe we should do the opposite..)
More...
|
| PostProcessDiagnosticPerCrate ()=default |
| Constructor.
|
|
| ~PostProcessDiagnosticPerCrate () override |
| Destructor.
|
|
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...
|
|
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 if user wants to retrieve the configuration of the task. More...
|
|
void | setObjectsManager (std::shared_ptr< core::ObjectsManager > objectsManager) |
|
void | setName (const std::string &name) |
|
std::string | getName () const |
|
Post processing to rearrange TOF information at the level of the crate (maybe we should do the opposite..)
- Author
- Nicolo' Jacazio and Francesca Ercolessi