![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
void | process (o2::aod::Track const &) |
ATask (int state) | |
void | init (InitContext &ic) final |
void | run (ProcessingContext &pc) final |
void | init (InitContext &ic) |
void | run (ProcessingContext &pc) |
void | process (aod::Tracks const &tracks) |
![]() | |
virtual | ~Task () |
virtual void | endOfStream (EndOfStreamContext &context) |
This is invoked whenever we have an EndOfStream event. | |
virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
virtual void | stop () |
This is invoked on stop. | |
Public Attributes | |
Produces< aod::FooBars > | foobars |
Service< TimingInfo > | info |
Definition at line 72 of file test_AnalysisTask.cxx.
|
inline |
Definition at line 28 of file test_Task.cxx.
|
inlinevirtual |
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 28 of file o2AnalysisTaskExample.cxx.
|
inlinefinalvirtual |
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 30 of file test_Task.cxx.
|
inline |
Definition at line 36 of file o2AnalysisTaskExample.cxx.
|
inline |
Definition at line 75 of file test_AnalysisTask.cxx.
|
inlinevirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 32 of file o2AnalysisTaskExample.cxx.
|
inlinefinalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 34 of file test_Task.cxx.
Produces<aod::FooBars> ATask::foobars |
Definition at line 73 of file test_AnalysisTask.cxx.
Service<TimingInfo> ATask::info |
Definition at line 23 of file o2AnalysisTaskExample.cxx.