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

Inherits o2::framework::Task.

Public Member Functions

 TRDTrackBasedCalibDevice (std::shared_ptr< DataRequest > dr, std::shared_ptr< o2::base::GRPGeomRequest > gr, bool vdexb, bool gain)
 
 ~TRDTrackBasedCalibDevice () override=default
 
void init (InitContext &ic) final
 
void run (ProcessingContext &pc) final
 
void finaliseCCDB (framework::ConcreteDataMatcher &matcher, void *obj) final
 
void endOfStream (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 stop ()
 This is invoked on stop.
 

Detailed Description

Definition at line 40 of file TrackBasedCalibSpec.cxx.

Constructor & Destructor Documentation

◆ TRDTrackBasedCalibDevice()

o2::trd::TRDTrackBasedCalibDevice::TRDTrackBasedCalibDevice ( std::shared_ptr< DataRequest dr,
std::shared_ptr< o2::base::GRPGeomRequest gr,
bool  vdexb,
bool  gain 
)
inline

Definition at line 43 of file TrackBasedCalibSpec.cxx.

◆ ~TRDTrackBasedCalibDevice()

o2::trd::TRDTrackBasedCalibDevice::~TRDTrackBasedCalibDevice ( )
overridedefault

Member Function Documentation

◆ endOfStream()

void o2::trd::TRDTrackBasedCalibDevice::endOfStream ( framework::EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 127 of file TrackBasedCalibSpec.cxx.

◆ finaliseCCDB()

void o2::trd::TRDTrackBasedCalibDevice::finaliseCCDB ( framework::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 110 of file TrackBasedCalibSpec.cxx.

◆ init()

void o2::trd::TRDTrackBasedCalibDevice::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 62 of file TrackBasedCalibSpec.cxx.

◆ run()

void o2::trd::TRDTrackBasedCalibDevice::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 73 of file TrackBasedCalibSpec.cxx.


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