Project
Loading...
Searching...
No Matches
o2::focal::PadPedestalCalibDevice Class Reference

#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.
 

Detailed Description

Definition at line 29 of file PadPedestalCalibDevice.h.

Member Enumeration Documentation

◆ Method_t

Enumerator
MAX 
MEAN 
FIT 

Definition at line 32 of file PadPedestalCalibDevice.h.

Constructor & Destructor Documentation

◆ PadPedestalCalibDevice()

PadPedestalCalibDevice::PadPedestalCalibDevice ( bool  updateCCDB,
const std::string &  path,
bool  debugMode 
)

Definition at line 33 of file PadPedestalCalibDevice.cxx.

◆ ~PadPedestalCalibDevice()

o2::focal::PadPedestalCalibDevice::~PadPedestalCalibDevice ( )
finaldefault

Member Function Documentation

◆ endOfStream()

void PadPedestalCalibDevice::endOfStream ( o2::framework::EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 104 of file PadPedestalCalibDevice.cxx.

◆ init()

void PadPedestalCalibDevice::init ( framework::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 35 of file PadPedestalCalibDevice.cxx.

◆ run()

void PadPedestalCalibDevice::run ( framework::ProcessingContext context)
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.


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