![]() |
Project
|
#include <PadPedestalCalibDevice.h>
Inherits o2::framework::Task.
Public Types | |
| enum | Method_t { MAX , MEAN , FIT } |
Public Member Functions | |
| PadPedestalCalibDevice (bool updateCCDB, const std::string &path, bool debugMode) | |
| ~PadPedestalCalibDevice () final=default | |
| void | init (framework::InitContext &ctx) final |
| void | run (framework::ProcessingContext &ctx) final |
| void | endOfStream (o2::framework::EndOfStreamContext &ec) final |
| This is invoked whenever we have an EndOfStream event. | |
Public Member Functions inherited from o2::framework::Task | |
| virtual | ~Task () |
| virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
| virtual void | stop () |
| This is invoked on stop. | |
Definition at line 29 of file PadPedestalCalibDevice.h.
| Enumerator | |
|---|---|
| MAX | |
| MEAN | |
| FIT | |
Definition at line 32 of file PadPedestalCalibDevice.h.
| PadPedestalCalibDevice::PadPedestalCalibDevice | ( | bool | updateCCDB, |
| const std::string & | path, | ||
| bool | debugMode | ||
| ) |
Definition at line 33 of file PadPedestalCalibDevice.cxx.
|
finaldefault |
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 104 of file PadPedestalCalibDevice.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 35 of file PadPedestalCalibDevice.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 56 of file PadPedestalCalibDevice.cxx.