Project
Loading...
Searching...
No Matches
o2::checkresid::CheckResidSpec Class Reference

Inherits o2::framework::Task.

Public Member Functions

 CheckResidSpec (std::shared_ptr< DataRequest > dr, std::shared_ptr< o2::base::GRPGeomRequest > gr, GTrackID::mask_t src, bool useMC)
 
 ~CheckResidSpec () final=default
 
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 finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) final
 
void process ()
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 
virtual void stop ()
 This is invoked on stop.
 

Detailed Description

Definition at line 59 of file CheckResid.cxx.

Constructor & Destructor Documentation

◆ CheckResidSpec()

o2::checkresid::CheckResidSpec::CheckResidSpec ( std::shared_ptr< DataRequest dr,
std::shared_ptr< o2::base::GRPGeomRequest gr,
GTrackID::mask_t  src,
bool  useMC 
)
inline

Definition at line 62 of file CheckResid.cxx.

◆ ~CheckResidSpec()

o2::checkresid::CheckResidSpec::~CheckResidSpec ( )
finaldefault

Member Function Documentation

◆ endOfStream()

void o2::checkresid::CheckResidSpec::endOfStream ( EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 496 of file CheckResid.cxx.

◆ finaliseCCDB()

void o2::checkresid::CheckResidSpec::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 501 of file CheckResid.cxx.

◆ init()

void o2::checkresid::CheckResidSpec::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 98 of file CheckResid.cxx.

◆ process()

void o2::checkresid::CheckResidSpec::process ( )

Definition at line 168 of file CheckResid.cxx.

◆ run()

void o2::checkresid::CheckResidSpec::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 115 of file CheckResid.cxx.


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