![]() |
Project
|
#include <ZDCDataReaderDPLSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
| ZDCDataReaderDPLSpec ()=default | |
| ZDCDataReaderDPLSpec (const RawReaderZDC &rawReader) | |
| ~ZDCDataReaderDPLSpec () override=default | |
| void | init (InitContext &ic) final |
| void | run (ProcessingContext &pc) final |
| void | updateTimeDependentParams (ProcessingContext &pc) |
| void | finaliseCCDB (o2::framework::ConcreteDataMatcher &matcher, void *obj) final |
Public Member Functions inherited from o2::framework::Task | |
| virtual | ~Task () |
| virtual void | endOfStream (EndOfStreamContext &context) |
| This is invoked whenever we have an EndOfStream event. | |
| virtual void | stop () |
| This is invoked on stop. | |
Definition at line 46 of file ZDCDataReaderDPLSpec.h.
|
default |
| o2::zdc::ZDCDataReaderDPLSpec::ZDCDataReaderDPLSpec | ( | const RawReaderZDC & | rawReader | ) |
Definition at line 27 of file ZDCDataReaderDPLSpec.cxx.
|
overridedefault |
|
finalvirtual |
This is invoked whenever a new CCDB object associated to a given ConcreteDataMatcher is deserialised
Reimplemented from o2::framework::Task.
Definition at line 47 of file ZDCDataReaderDPLSpec.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 31 of file ZDCDataReaderDPLSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 55 of file ZDCDataReaderDPLSpec.cxx.
| void o2::zdc::ZDCDataReaderDPLSpec::updateTimeDependentParams | ( | ProcessingContext & | pc | ) |
Definition at line 41 of file ZDCDataReaderDPLSpec.cxx.