![]() |
Project
|
#include <ZDCRawParserDPLSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
ZDCRawParserDPLSpec () | |
ZDCRawParserDPLSpec (const int verbosity) | |
~ZDCRawParserDPLSpec () override=default | |
void | init (o2::framework::InitContext &ic) final |
void | run (o2::framework::ProcessingContext &pc) 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. | |
Definition at line 32 of file ZDCRawParserDPLSpec.h.
o2::zdc::ZDCRawParserDPLSpec::ZDCRawParserDPLSpec | ( | ) |
Definition at line 52 of file ZDCRawParserDPLSpec.cxx.
o2::zdc::ZDCRawParserDPLSpec::ZDCRawParserDPLSpec | ( | const int | verbosity | ) |
Definition at line 58 of file ZDCRawParserDPLSpec.cxx.
|
overridedefault |
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 150 of file ZDCRawParserDPLSpec.cxx.
|
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 64 of file ZDCRawParserDPLSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 70 of file ZDCRawParserDPLSpec.cxx.