![]() |
Project
|
#include <NoiseCalibratorSpec.h>
Inherits o2::framework::Task.
Public Types | |
enum | ProcessingMode { Full , Accumulate , Normalize } |
Public Member Functions | |
NoiseCalibratorSpec (ProcessingMode md=ProcessingMode::Full, bool useClusters=false, std::shared_ptr< o2::base::GRPGeomRequest > req={}) | |
~NoiseCalibratorSpec () override=default | |
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 | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) final |
void | setProcessingMode (ProcessingMode m) |
ProcessingMode | getProcessingMode () const |
![]() | |
virtual | ~Task () |
virtual void | stop () |
This is invoked on stop. | |
Definition at line 41 of file NoiseCalibratorSpec.h.
Enumerator | |
---|---|
Full | |
Accumulate | |
Normalize |
Definition at line 44 of file NoiseCalibratorSpec.h.
|
inline |
Definition at line 48 of file NoiseCalibratorSpec.h.
|
overridedefault |
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 200 of file NoiseCalibratorSpec.cxx.
|
finalvirtual |
|
inline |
Definition at line 59 of file NoiseCalibratorSpec.h.
|
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 37 of file NoiseCalibratorSpec.cxx.
|
finalvirtual |
This is invoked whenever a new InputRecord is demeed to be complete.
Implements o2::framework::Task.
Definition at line 55 of file NoiseCalibratorSpec.cxx.
|
inline |
Definition at line 58 of file NoiseCalibratorSpec.h.