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

#include <TRDGlobalTrackingQCSpec.h>

Inherits o2::framework::Task.

Public Member Functions

 TRDGlobalTrackingQC (std::shared_ptr< DataRequest > dr, std::shared_ptr< o2::base::GRPGeomRequest > gr, bool tpcAvailable)
 
 ~TRDGlobalTrackingQC () override=default
 
void init (InitContext &ic) final
 
void run (ProcessingContext &pc) final
 
void endOfStream (framework::EndOfStreamContext &ec) final
 This is invoked whenever we have an EndOfStream event.
 
void finaliseCCDB (framework::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 47 of file TRDGlobalTrackingQCSpec.h.

Constructor & Destructor Documentation

◆ TRDGlobalTrackingQC()

o2::trd::TRDGlobalTrackingQC::TRDGlobalTrackingQC ( std::shared_ptr< DataRequest dr,
std::shared_ptr< o2::base::GRPGeomRequest gr,
bool  tpcAvailable 
)
inline

Definition at line 50 of file TRDGlobalTrackingQCSpec.h.

◆ ~TRDGlobalTrackingQC()

o2::trd::TRDGlobalTrackingQC::~TRDGlobalTrackingQC ( )
overridedefault

Member Function Documentation

◆ endOfStream()

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

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 73 of file TRDGlobalTrackingQCSpec.h.

◆ finaliseCCDB()

void o2::trd::TRDGlobalTrackingQC::finaliseCCDB ( framework::ConcreteDataMatcher matcher,
void obj 
)
inlinefinalvirtual

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

Reimplemented from o2::framework::Task.

Definition at line 74 of file TRDGlobalTrackingQCSpec.h.

◆ init()

void o2::trd::TRDGlobalTrackingQC::init ( 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 52 of file TRDGlobalTrackingQCSpec.h.

◆ run()

void o2::trd::TRDGlobalTrackingQC::run ( ProcessingContext context)
inlinefinalvirtual

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

Implements o2::framework::Task.

Definition at line 63 of file TRDGlobalTrackingQCSpec.h.


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