Project
Loading...
Searching...
No Matches
o2::trackstudy::TrackingStudySpec Class Reference

Inherits o2::framework::Task.

Public Member Functions

 TrackingStudySpec (std::shared_ptr< DataRequest > dr, std::shared_ptr< o2::base::GRPGeomRequest > gr, GTrackID::mask_t src, bool useMC, const o2::tpc::CorrectionMapsLoaderGloOpts &sclOpts)
 
 ~TrackingStudySpec () 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 (o2::globaltracking::RecoContainer &recoData)
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 
virtual void stop ()
 This is invoked on stop.
 

Detailed Description

Definition at line 69 of file TrackingStudy.cxx.

Constructor & Destructor Documentation

◆ TrackingStudySpec()

o2::trackstudy::TrackingStudySpec::TrackingStudySpec ( std::shared_ptr< DataRequest dr,
std::shared_ptr< o2::base::GRPGeomRequest gr,
GTrackID::mask_t  src,
bool  useMC,
const o2::tpc::CorrectionMapsLoaderGloOpts sclOpts 
)
inline

Definition at line 72 of file TrackingStudy.cxx.

◆ ~TrackingStudySpec()

o2::trackstudy::TrackingStudySpec::~TrackingStudySpec ( )
finaldefault

Member Function Documentation

◆ endOfStream()

void o2::trackstudy::TrackingStudySpec::endOfStream ( EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 688 of file TrackingStudy.cxx.

◆ finaliseCCDB()

void o2::trackstudy::TrackingStudySpec::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 694 of file TrackingStudy.cxx.

◆ init()

void o2::trackstudy::TrackingStudySpec::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 122 of file TrackingStudy.cxx.

◆ process()

void o2::trackstudy::TrackingStudySpec::process ( o2::globaltracking::RecoContainer recoData)

Definition at line 261 of file TrackingStudy.cxx.

◆ run()

void o2::trackstudy::TrackingStudySpec::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 150 of file TrackingStudy.cxx.


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