Project
Loading...
Searching...
No Matches
o2::svstudy::SVStudySpec Class Reference

Inherits o2::framework::Task.

Public Member Functions

 SVStudySpec (std::shared_ptr< DataRequest > dr, std::shared_ptr< o2::base::GRPGeomRequest > gr, GTrackID::mask_t src, bool useTPCCl, bool useMC)
 
 ~SVStudySpec () 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)
 
o2::dataformats::V0Ext processV0 (int iv, 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 70 of file SVStudy.cxx.

Constructor & Destructor Documentation

◆ SVStudySpec()

o2::svstudy::SVStudySpec::SVStudySpec ( std::shared_ptr< DataRequest dr,
std::shared_ptr< o2::base::GRPGeomRequest gr,
GTrackID::mask_t  src,
bool  useTPCCl,
bool  useMC 
)
inline

Definition at line 73 of file SVStudy.cxx.

◆ ~SVStudySpec()

o2::svstudy::SVStudySpec::~SVStudySpec ( )
finaldefault

Member Function Documentation

◆ endOfStream()

void o2::svstudy::SVStudySpec::endOfStream ( EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 406 of file SVStudy.cxx.

◆ finaliseCCDB()

void o2::svstudy::SVStudySpec::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 411 of file SVStudy.cxx.

◆ init()

void o2::svstudy::SVStudySpec::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 106 of file SVStudy.cxx.

◆ process()

void o2::svstudy::SVStudySpec::process ( o2::globaltracking::RecoContainer recoData)

Definition at line 317 of file SVStudy.cxx.

◆ processV0()

o2::dataformats::V0Ext o2::svstudy::SVStudySpec::processV0 ( int  iv,
o2::globaltracking::RecoContainer recoData 
)

Definition at line 204 of file SVStudy.cxx.

◆ run()

void o2::svstudy::SVStudySpec::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 118 of file SVStudy.cxx.


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