Project
Loading...
Searching...
No Matches
o2::its::study::TrackExtensionStudy Class Reference

Inherits o2::framework::Task.

Public Member Functions

 TrackExtensionStudy (std::shared_ptr< DataRequest > dr, mask_t src, std::shared_ptr< o2::steer::MCKinematicsReader > kineReader, std::shared_ptr< o2::base::GRPGeomRequest > gr)
 
 ~TrackExtensionStudy () final=default
 
void init (InitContext &) final
 
void run (ProcessingContext &) final
 
void endOfStream (EndOfStreamContext &) 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 43 of file TrackExtension.cxx.

Constructor & Destructor Documentation

◆ TrackExtensionStudy()

o2::its::study::TrackExtensionStudy::TrackExtensionStudy ( std::shared_ptr< DataRequest dr,
mask_t  src,
std::shared_ptr< o2::steer::MCKinematicsReader kineReader,
std::shared_ptr< o2::base::GRPGeomRequest gr 
)
inline

Definition at line 70 of file TrackExtension.cxx.

◆ ~TrackExtensionStudy()

o2::its::study::TrackExtensionStudy::~TrackExtensionStudy ( )
finaldefault

Member Function Documentation

◆ endOfStream()

void o2::its::study::TrackExtensionStudy::endOfStream ( EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 582 of file TrackExtension.cxx.

◆ finaliseCCDB()

void o2::its::study::TrackExtensionStudy::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 624 of file TrackExtension.cxx.

◆ init()

void o2::its::study::TrackExtensionStudy::init ( InitContext context)
finalvirtual

The method which is called once to initialise the task. Derived classes can use this to save extra state.

Effiencies

DCA

Reimplemented from o2::framework::Task.

Definition at line 139 of file TrackExtension.cxx.

◆ process()

void o2::its::study::TrackExtensionStudy::process ( )

Definition at line 267 of file TrackExtension.cxx.

◆ run()

void o2::its::study::TrackExtensionStudy::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 247 of file TrackExtension.cxx.


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