![]() |
Project
|
#include <TrackerSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
TrackerDPL (std::shared_ptr< o2::base::GRPGeomRequest > gr, bool isMC, int trgType, const TrackingMode &trMode=TrackingMode::Unset, const bool overrBeamEst=false, 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 | finaliseCCDB (framework::ConcreteDataMatcher &matcher, void *obj) final |
void | stop () final |
This is invoked on stop. | |
![]() | |
virtual | ~Task () |
Definition at line 36 of file TrackerSpec.h.
o2::its::TrackerDPL::TrackerDPL | ( | std::shared_ptr< o2::base::GRPGeomRequest > | gr, |
bool | isMC, | ||
int | trgType, | ||
const TrackingMode & | trMode = TrackingMode::Unset , |
||
const bool | overrBeamEst = false , |
||
gpu::GPUDataTypes::DeviceType | dType = gpu::GPUDataTypes::DeviceType::CPU |
||
) |
|
overridedefault |
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 71 of file TrackerSpec.cxx.
|
finalvirtual |
This is invoked whenever a new CCDB object associated to a given ConcreteDataMatcher is deserialised
Reimplemented from o2::framework::Task.
Definition at line 66 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 38 of file TrackerSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 55 of file TrackerSpec.cxx.
|
finalvirtual |
This is invoked on stop.
Reimplemented from o2::framework::Task.
Definition at line 50 of file TrackerSpec.cxx.