Project
Loading...
Searching...
No Matches
o2::its::ITSThresholdCalibrator Class Reference

#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
 

Detailed Description

Definition at line 113 of file ThresholdCalibratorSpec.h.

Member Typedef Documentation

◆ ChipPixelData

Constructor & Destructor Documentation

◆ ITSThresholdCalibrator()

o2::its::ITSThresholdCalibrator::ITSThresholdCalibrator ( const ITSCalibInpConf inpConf)

Definition at line 42 of file ThresholdCalibratorSpec.cxx.

◆ ~ITSThresholdCalibrator()

o2::its::ITSThresholdCalibrator::~ITSThresholdCalibrator ( )
override

Definition at line 50 of file ThresholdCalibratorSpec.cxx.

Member Function Documentation

◆ endOfStream()

void o2::its::ITSThresholdCalibrator::endOfStream ( EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 1934 of file ThresholdCalibratorSpec.cxx.

◆ finaliseCCDB()

void o2::its::ITSThresholdCalibrator::finaliseCCDB ( ConcreteDataMatcher matcher,
void obj 
)
finalvirtual

This is invoked whenever a new CCDB object associated to a given ConcreteDataMatcher is deserialised

Reimplemented from o2::framework::Task.

Definition at line 1565 of file ThresholdCalibratorSpec.cxx.

◆ finalize()

void o2::its::ITSThresholdCalibrator::finalize ( )

Definition at line 1766 of file ThresholdCalibratorSpec.cxx.

◆ init()

void o2::its::ITSThresholdCalibrator::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 66 of file ThresholdCalibratorSpec.cxx.

◆ run()

void o2::its::ITSThresholdCalibrator::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 1298 of file ThresholdCalibratorSpec.cxx.

◆ stop()

void o2::its::ITSThresholdCalibrator::stop ( )
finalvirtual

This is invoked on stop.

Reimplemented from o2::framework::Task.

Definition at line 1949 of file ThresholdCalibratorSpec.cxx.

Member Data Documentation

◆ mp

o2::itsmft::ChipMappingITS o2::its::ITSThresholdCalibrator::mp

Definition at line 120 of file ThresholdCalibratorSpec.h.


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