![]() |
Project
|
#include <DeadMapBuilderSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
| ITSMFTDeadMapBuilder (std::string datasource, bool doMFT) | |
| ~ITSMFTDeadMapBuilder () override | |
| void | init (InitContext &ic) final |
| void | run (ProcessingContext &pc) final |
| void | endOfStream (EndOfStreamContext &ec) final |
| This is invoked whenever we have an EndOfStream event. | |
| void | stop () final |
| This is invoked on stop. | |
Public Member Functions inherited from o2::framework::Task | |
| virtual | ~Task () |
| virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
Definition at line 67 of file DeadMapBuilderSpec.h.
| o2::itsmft::ITSMFTDeadMapBuilder::ITSMFTDeadMapBuilder | ( | std::string | datasource, |
| bool | doMFT | ||
| ) |
Definition at line 28 of file DeadMapBuilderSpec.cxx.
|
override |
Definition at line 37 of file DeadMapBuilderSpec.cxx.
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 367 of file DeadMapBuilderSpec.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 44 of file DeadMapBuilderSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 180 of file DeadMapBuilderSpec.cxx.
|
finalvirtual |
This is invoked on stop.
Reimplemented from o2::framework::Task.
Definition at line 385 of file DeadMapBuilderSpec.cxx.