Project
Loading...
Searching...
No Matches
o2::globaltracking::TOFMatchChecker Class Reference

Inherits o2::framework::Task.

Public Member Functions

 TOFMatchChecker (std::shared_ptr< DataRequest > dr, std::shared_ptr< o2::base::GRPGeomRequest > gr, bool useMC)
 
 ~TOFMatchChecker () 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 checkMatching (GID gid)
 
void finaliseCCDB (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 55 of file TOFMatchChecker.cxx.

Constructor & Destructor Documentation

◆ TOFMatchChecker()

o2::globaltracking::TOFMatchChecker::TOFMatchChecker ( std::shared_ptr< DataRequest dr,
std::shared_ptr< o2::base::GRPGeomRequest gr,
bool  useMC 
)
inline

Definition at line 58 of file TOFMatchChecker.cxx.

◆ ~TOFMatchChecker()

o2::globaltracking::TOFMatchChecker::~TOFMatchChecker ( )
overridedefault

Member Function Documentation

◆ checkMatching()

void o2::globaltracking::TOFMatchChecker::checkMatching ( GID  gid)

Definition at line 81 of file TOFMatchChecker.cxx.

◆ endOfStream()

void o2::globaltracking::TOFMatchChecker::endOfStream ( framework::EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 215 of file TOFMatchChecker.cxx.

◆ finaliseCCDB()

void o2::globaltracking::TOFMatchChecker::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 221 of file TOFMatchChecker.cxx.

◆ init()

void o2::globaltracking::TOFMatchChecker::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 175 of file TOFMatchChecker.cxx.

◆ run()

void o2::globaltracking::TOFMatchChecker::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 182 of file TOFMatchChecker.cxx.


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