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

Inherits o2::framework::Task.

Public Member Functions

 ImpactParameterStudy (std::shared_ptr< DataRequest > dr, std::shared_ptr< o2::base::GRPGeomRequest > gr, mask_t src, bool useMC)
 
 ~ImpactParameterStudy () final=default
 
void init (InitContext &ic) final
 
void run (ProcessingContext &) final
 
void endOfStream (EndOfStreamContext &) final
 This is invoked whenever we have an EndOfStream event.
 
void finaliseCCDB (ConcreteDataMatcher &, void *) final
 
void process (o2::globaltracking::RecoContainer &)
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 
virtual void stop ()
 This is invoked on stop.
 

Detailed Description

Definition at line 63 of file ImpactParameter.cxx.

Constructor & Destructor Documentation

◆ ImpactParameterStudy()

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

Definition at line 66 of file ImpactParameter.cxx.

◆ ~ImpactParameterStudy()

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

Member Function Documentation

◆ endOfStream()

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

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 519 of file ImpactParameter.cxx.

◆ finaliseCCDB()

void o2::its::study::ImpactParameterStudy::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 528 of file ImpactParameter.cxx.

◆ init()

void o2::its::study::ImpactParameterStudy::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 141 of file ImpactParameter.cxx.

◆ process()

void o2::its::study::ImpactParameterStudy::process ( o2::globaltracking::RecoContainer recoData)

this track contributed to the PV fit: let's do the refit without it

remove the track from the PV refitting

restore the track for the next PV refitting

Definition at line 242 of file ImpactParameter.cxx.

◆ run()

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

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

Implements o2::framework::Task.

Definition at line 233 of file ImpactParameter.cxx.


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