![]() |
Project
|
Inherits o2::framework::Task.
Public Member Functions | |
void | process (o2::aod::Collision const &, o2::soa::Join< o2::aod::Tracks, o2::aod::TracksExtra, o2::aod::TracksCov > const &, o2::aod::AmbiguousTracks const &, o2::aod::Calos const &, o2::aod::CaloTriggers const &) |
void | run (ProcessingContext &pc) final |
void | endOfStream (EndOfStreamContext &eos) final |
This is invoked whenever we have an EndOfStream event. | |
![]() | |
virtual | ~Task () |
virtual void | init (InitContext &context) |
virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
virtual void | stop () |
This is invoked on stop. | |
Definition at line 87 of file test_AnalysisTask.cxx.
|
inlinefinalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 59 of file test_Task.cxx.
|
inline |
Definition at line 88 of file test_AnalysisTask.cxx.
|
inlinefinalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 52 of file test_Task.cxx.