![]() |
Project
|
#include <ThresholdCalibratorSpec.h>
Inherits o2::framework::Task.
Public Types | |
| using | ChipPixelData = o2::itsmft::ChipPixelData |
Public Member Functions | |
| ITSThresholdCalibrator (const ITSCalibInpConf &inpConf) | |
| ~ITSThresholdCalibrator () 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 | finalize () |
| void | stop () final |
| This is invoked on stop. | |
| void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) final |
Public Member Functions inherited from o2::framework::Task | |
| virtual | ~Task () |
Public Attributes | |
| o2::itsmft::ChipMappingITS | mp |
Definition at line 113 of file ThresholdCalibratorSpec.h.
Definition at line 119 of file ThresholdCalibratorSpec.h.
| o2::its::ITSThresholdCalibrator::ITSThresholdCalibrator | ( | const ITSCalibInpConf & | inpConf | ) |
Definition at line 42 of file ThresholdCalibratorSpec.cxx.
|
override |
Definition at line 50 of file ThresholdCalibratorSpec.cxx.
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 1983 of file ThresholdCalibratorSpec.cxx.
|
finalvirtual |
This is invoked whenever a new CCDB object associated to a given ConcreteDataMatcher is deserialised
Reimplemented from o2::framework::Task.
Definition at line 1616 of file ThresholdCalibratorSpec.cxx.
| void o2::its::ITSThresholdCalibrator::finalize | ( | ) |
Definition at line 1817 of file ThresholdCalibratorSpec.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 66 of file ThresholdCalibratorSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 1314 of file ThresholdCalibratorSpec.cxx.
|
finalvirtual |
This is invoked on stop.
Reimplemented from o2::framework::Task.
Definition at line 1998 of file ThresholdCalibratorSpec.cxx.
| o2::itsmft::ChipMappingITS o2::its::ITSThresholdCalibrator::mp |
Definition at line 120 of file ThresholdCalibratorSpec.h.