![]() |
Project
|
Processor part of the EMCAL pedestal calibration workflow. More...
#include <PedestalProcessorDevice.h>
Inherits o2::framework::Task.
Public Member Functions | |
PedestalProcessorDevice ()=default | |
~PedestalProcessorDevice () final=default | |
void | init (framework::InitContext &ctx) final |
void | run (framework::ProcessingContext &ctx) final |
bool | isLostTimeframe (framework::ProcessingContext &ctx) const |
void | sendData (framework::ProcessingContext &ctx, const PedestalProcessorData &data) const |
Protected Member Functions | |
int | getCellAbsID (int supermoduleID, int column, int row) const |
int | geLEDMONAbsID (int supermoduleID, int moduleID) const |
Processor part of the EMCAL pedestal calibration workflow.
Definition at line 33 of file PedestalProcessorDevice.h.
|
default |
|
finaldefault |
Definition at line 173 of file PedestalProcessorDevice.cxx.
|
protected |
Definition at line 163 of file PedestalProcessorDevice.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 25 of file PedestalProcessorDevice.cxx.
bool PedestalProcessorDevice::isLostTimeframe | ( | framework::ProcessingContext & | ctx | ) | const |
Definition at line 181 of file PedestalProcessorDevice.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 43 of file PedestalProcessorDevice.cxx.
void PedestalProcessorDevice::sendData | ( | framework::ProcessingContext & | ctx, |
const PedestalProcessorData & | data | ||
) | const |
Definition at line 206 of file PedestalProcessorDevice.cxx.