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

Inherits o2::framework::Task.

Public Member Functions

 TrackCheckStudy (std::shared_ptr< DataRequest > dr, mask_t src, bool useMC, std::shared_ptr< o2::steer::MCKinematicsReader > kineReader, std::shared_ptr< o2::base::GRPGeomRequest > gr)
 
 ~TrackCheckStudy () 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 &, void *) final
 
void initialiseRun (o2::globaltracking::RecoContainer &)
 
void process ()
 
void setEfficiencyGraph (std::unique_ptr< TEfficiency > &, const char *, const char *, const int, const double, const double, const int, const double)
 
- 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 TrackCheck.cxx.

Constructor & Destructor Documentation

◆ TrackCheckStudy()

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

Definition at line 71 of file TrackCheck.cxx.

◆ ~TrackCheckStudy()

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

Member Function Documentation

◆ endOfStream()

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

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 879 of file TrackCheck.cxx.

◆ finaliseCCDB()

void o2::its::study::TrackCheckStudy::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 1352 of file TrackCheck.cxx.

◆ init()

void o2::its::study::TrackCheckStudy::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 215 of file TrackCheck.cxx.

◆ initialiseRun()

void o2::its::study::TrackCheckStudy::initialiseRun ( o2::globaltracking::RecoContainer recoData)

Definition at line 431 of file TrackCheck.cxx.

◆ process()

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

Definition at line 445 of file TrackCheck.cxx.

◆ run()

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

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

Implements o2::framework::Task.

Definition at line 421 of file TrackCheck.cxx.

◆ setEfficiencyGraph()

void o2::its::study::TrackCheckStudy::setEfficiencyGraph ( std::unique_ptr< TEfficiency > &  eff,
const char name,
const char title,
const int  color,
const double  alpha = 1,
const double  linew = 2,
const int  markerStyle = kFullCircle,
const double  markersize = 1.7 
)

Definition at line 854 of file TrackCheck.cxx.


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