Project
Loading...
Searching...
No Matches
o2::trd::TRDNoiseCalibSpec Class Reference

#include <NoiseCalibSpec.h>

Inherits o2::framework::Task.

Public Member Functions

 TRDNoiseCalibSpec (bool dummy)
 
void init (o2::framework::InitContext &ic) final
 
void run (o2::framework::ProcessingContext &pc) final
 
void sendOutput (DataAllocator &output)
 
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 33 of file NoiseCalibSpec.h.

Constructor & Destructor Documentation

◆ TRDNoiseCalibSpec()

o2::trd::TRDNoiseCalibSpec::TRDNoiseCalibSpec ( bool  dummy)
inline

Definition at line 36 of file NoiseCalibSpec.h.

Member Function Documentation

◆ endOfStream()

void o2::trd::TRDNoiseCalibSpec::endOfStream ( o2::framework::EndOfStreamContext context)
inlinefinalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 98 of file NoiseCalibSpec.h.

◆ init()

void o2::trd::TRDNoiseCalibSpec::init ( o2::framework::InitContext context)
inlinefinalvirtual

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 NoiseCalibSpec.h.

◆ run()

void o2::trd::TRDNoiseCalibSpec::run ( o2::framework::ProcessingContext context)
inlinefinalvirtual

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

Implements o2::framework::Task.

Definition at line 42 of file NoiseCalibSpec.h.

◆ sendOutput()

void o2::trd::TRDNoiseCalibSpec::sendOutput ( DataAllocator output)
inline

Definition at line 78 of file NoiseCalibSpec.h.


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