![]() |
Project
|
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) |
![]() | |
virtual | ~Task () |
virtual void | stop () |
This is invoked on stop. | |
Definition at line 47 of file TrackCheck.cxx.
|
inline |
Definition at line 71 of file TrackCheck.cxx.
|
finaldefault |
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 879 of file TrackCheck.cxx.
|
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.
|
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.
void o2::its::study::TrackCheckStudy::initialiseRun | ( | o2::globaltracking::RecoContainer & | recoData | ) |
Definition at line 431 of file TrackCheck.cxx.
void o2::its::study::TrackCheckStudy::process | ( | ) |
Definition at line 445 of file TrackCheck.cxx.
|
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.
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.