![]() |
Project
|
#include <StandaloneAODProducerSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
StandaloneAODProducerSpec () | |
~StandaloneAODProducerSpec () override=default | |
void | run (o2::framework::ProcessingContext &pc) final |
void | init (o2::framework::InitContext &ic) final |
void | endOfStream (o2::framework::EndOfStreamContext &ec) final |
This is invoked whenever we have an EndOfStream event. | |
![]() | |
virtual | ~Task () |
virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
virtual void | stop () |
This is invoked on stop. | |
Static Public Member Functions | |
static const char * | getCellBinding () |
static const char * | getCellTriggerRecordBinding () |
Definition at line 30 of file StandaloneAODProducerSpec.h.
o2::emcal::StandaloneAODProducerSpec::StandaloneAODProducerSpec | ( | ) |
Definition at line 30 of file StandaloneAODProducerSpec.cxx.
|
overridedefault |
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 145 of file StandaloneAODProducerSpec.cxx.
|
inlinestatic |
Definition at line 39 of file StandaloneAODProducerSpec.h.
|
inlinestatic |
Definition at line 40 of file StandaloneAODProducerSpec.h.
|
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 36 of file StandaloneAODProducerSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 46 of file StandaloneAODProducerSpec.cxx.