Project
Loading...
Searching...
No Matches
o2::mft::NoiseCalibratorSpec Class Reference

#include <NoiseCalibratorSpec.h>

Inherits o2::framework::Task.

Public Member Functions

 NoiseCalibratorSpec (bool digits=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
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 
virtual void stop ()
 This is invoked on stop.
 

Detailed Description

Definition at line 41 of file NoiseCalibratorSpec.h.

Constructor & Destructor Documentation

◆ NoiseCalibratorSpec()

o2::mft::NoiseCalibratorSpec::NoiseCalibratorSpec ( bool  digits = false,
std::shared_ptr< o2::base::GRPGeomRequest req = {} 
)

Definition at line 38 of file NoiseCalibratorSpec.cxx.

◆ ~NoiseCalibratorSpec()

o2::mft::NoiseCalibratorSpec::~NoiseCalibratorSpec ( )
overridedefault

Member Function Documentation

◆ endOfStream()

void o2::mft::NoiseCalibratorSpec::endOfStream ( EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 381 of file NoiseCalibratorSpec.cxx.

◆ finaliseCCDB()

void o2::mft::NoiseCalibratorSpec::finaliseCCDB ( ConcreteDataMatcher matcher,
void obj 
)
finalvirtual

Reimplemented from o2::framework::Task.

Definition at line 408 of file NoiseCalibratorSpec.cxx.

◆ init()

void o2::mft::NoiseCalibratorSpec::init ( InitContext context)
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 43 of file NoiseCalibratorSpec.cxx.

◆ run()

void o2::mft::NoiseCalibratorSpec::run ( ProcessingContext context)
finalvirtual

This is invoked whenever a new InputRecord is demeed to be complete.

Implements o2::framework::Task.

Definition at line 65 of file NoiseCalibratorSpec.cxx.


The documentation for this class was generated from the following files: