![]() |
Project
|
#include <CATrackerSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
| CATrackerDPL (std::shared_ptr< o2::base::GRPGeomRequest > gr, WorkflowOptions options) | |
| ~CATrackerDPL () override=default | |
| void | init (framework::InitContext &ic) final |
| void | run (framework::ProcessingContext &pc) final |
| void | finaliseCCDB (framework::ConcreteDataMatcher &matcher, void *obj) final |
Public Member Functions inherited from o2::framework::Task | |
| virtual | ~Task () |
| virtual void | endOfStream (EndOfStreamContext &context) |
| This is invoked whenever we have an EndOfStream event. | |
| virtual void | stop () |
| This is invoked on stop. | |
ITS common-CA tracker DPL task. Owns the TimeFrame and composes the workflow input/timing/publication edge with Tracker.
Definition at line 50 of file CATrackerSpec.h.
| o2::its::ca::CATrackerDPL::CATrackerDPL | ( | std::shared_ptr< o2::base::GRPGeomRequest > | gr, |
| WorkflowOptions | options | ||
| ) |
Definition at line 233 of file CATrackerSpec.cxx.
|
overridedefault |
|
finalvirtual |
This is invoked whenever a new CCDB object associated to a given ConcreteDataMatcher is deserialised
Reimplemented from o2::framework::Task.
Definition at line 453 of file CATrackerSpec.cxx.
|
finalvirtual |
The method which is called once to initialise the task. Derived classes can use this to save extra state.
Reimplemented from o2::framework::Task.
Definition at line 369 of file CATrackerSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 374 of file CATrackerSpec.cxx.