![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
TrackExtensionStudy (std::shared_ptr< DataRequest > dr, mask_t src, std::shared_ptr< o2::steer::MCKinematicsReader > kineReader, std::shared_ptr< o2::base::GRPGeomRequest > gr) | |
~TrackExtensionStudy () final=default | |
void | init (InitContext &) final |
void | run (ProcessingContext &) final |
void | endOfStream (EndOfStreamContext &) final |
This is invoked whenever we have an EndOfStream event. | |
void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) final |
void | process () |
![]() | |
virtual | ~Task () |
virtual void | stop () |
This is invoked on stop. | |
Definition at line 43 of file TrackExtension.cxx.
|
inline |
Definition at line 70 of file TrackExtension.cxx.
|
finaldefault |
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 582 of file TrackExtension.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 624 of file TrackExtension.cxx.
|
finalvirtual |
The method which is called once to initialise the task. Derived classes can use this to save extra state.
Effiencies
DCA
Reimplemented from o2::framework::Task.
Definition at line 139 of file TrackExtension.cxx.
void o2::its::study::TrackExtensionStudy::process | ( | ) |
Definition at line 267 of file TrackExtension.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 247 of file TrackExtension.cxx.