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

Inherits o2::framework::Task.

Public Member Functions

 AvgClusSizeStudy (std::shared_ptr< DataRequest > dr, std::shared_ptr< o2::base::GRPGeomRequest > gr, bool isMC, std::shared_ptr< o2::steer::MCKinematicsReader > kineReader)
 
 ~AvgClusSizeStudy () 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 setClusterDictionary (const o2::itsmft::TopologyDictionary *d)
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 
virtual void stop ()
 This is invoked on stop.
 

Detailed Description

Definition at line 67 of file AvgClusSize.cxx.

Constructor & Destructor Documentation

◆ AvgClusSizeStudy()

o2::its::study::AvgClusSizeStudy::AvgClusSizeStudy ( std::shared_ptr< DataRequest dr,
std::shared_ptr< o2::base::GRPGeomRequest gr,
bool  isMC,
std::shared_ptr< o2::steer::MCKinematicsReader kineReader 
)
inline

Definition at line 70 of file AvgClusSize.cxx.

◆ ~AvgClusSizeStudy()

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

Member Function Documentation

◆ endOfStream()

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

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 627 of file AvgClusSize.cxx.

◆ finaliseCCDB()

void o2::its::study::AvgClusSizeStudy::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 637 of file AvgClusSize.cxx.

◆ init()

void o2::its::study::AvgClusSizeStudy::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 161 of file AvgClusSize.cxx.

◆ run()

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

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

Implements o2::framework::Task.

Definition at line 288 of file AvgClusSize.cxx.

◆ setClusterDictionary()

void o2::its::study::AvgClusSizeStudy::setClusterDictionary ( const o2::itsmft::TopologyDictionary d)
inline

Definition at line 79 of file AvgClusSize.cxx.


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