![]() |
Project
|
#include <ClustererSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
ClustererDPL (const std::shared_ptr< o2::base::GRPGeomRequest > &gr, bool useMC) | |
void | init (InitContext &ic) final |
void | run (ProcessingContext &pc) final |
void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) final |
void | endOfStream (o2::framework::EndOfStreamContext &ec) final |
This is invoked whenever we have an EndOfStream event. | |
![]() | |
virtual | ~Task () |
virtual void | stop () |
This is invoked on stop. | |
Definition at line 28 of file ClustererSpec.h.
|
inline |
Definition at line 31 of file ClustererSpec.h.
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 166 of file ClustererSpec.cxx.
|
finalvirtual |
|
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 ClustererSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 49 of file ClustererSpec.cxx.