![]() |
Project
|
#include <TrackerSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
TrackerDPL (std::shared_ptr< o2::base::GRPGeomRequest > gr, bool isMC, gpu::GPUDataTypes::DeviceType dType=gpu::GPUDataTypes::DeviceType::CPU) | |
~TrackerDPL () override=default | |
void | init (framework::InitContext &ic) final |
void | run (framework::ProcessingContext &pc) final |
void | endOfStream (framework::EndOfStreamContext &ec) final |
This is invoked whenever we have an EndOfStream event. | |
void | stop () final |
This is invoked on stop. | |
![]() | |
virtual | ~Task () |
virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
Definition at line 31 of file TrackerSpec.h.
o2::trk::TrackerDPL::TrackerDPL | ( | std::shared_ptr< o2::base::GRPGeomRequest > | gr, |
bool | isMC, | ||
gpu::GPUDataTypes::DeviceType | dType = gpu::GPUDataTypes::DeviceType::CPU |
||
) |
Definition at line 26 of file TrackerSpec.cxx.
|
overridedefault |
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 65 of file TrackerSpec.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 33 of file TrackerSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 49 of file TrackerSpec.cxx.
|
finalvirtual |
This is invoked on stop.
Reimplemented from o2::framework::Task.
Definition at line 44 of file TrackerSpec.cxx.