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

Inherits o2::framework::Task.

Public Member Functions

 AnomalyStudy (std::shared_ptr< DataRequest > dr, std::shared_ptr< o2::base::GRPGeomRequest > gr, bool isMC)
 
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 prepareOutput ()
 
void updateTimeDependentParams (ProcessingContext &pc)
 
void process (o2::globaltracking::RecoContainer &recoData)
 
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 34 of file AnomalyStudy.cxx.

Constructor & Destructor Documentation

◆ AnomalyStudy()

o2::its::study::AnomalyStudy::AnomalyStudy ( std::shared_ptr< DataRequest dr,
std::shared_ptr< o2::base::GRPGeomRequest gr,
bool  isMC 
)
inline

Definition at line 39 of file AnomalyStudy.cxx.

Member Function Documentation

◆ endOfStream()

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

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 121 of file AnomalyStudy.cxx.

◆ finaliseCCDB()

void o2::its::study::AnomalyStudy::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 181 of file AnomalyStudy.cxx.

◆ init()

void o2::its::study::AnomalyStudy::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 86 of file AnomalyStudy.cxx.

◆ prepareOutput()

void o2::its::study::AnomalyStudy::prepareOutput ( )

Definition at line 239 of file AnomalyStudy.cxx.

◆ process()

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

Definition at line 193 of file AnomalyStudy.cxx.

◆ run()

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

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

Implements o2::framework::Task.

Definition at line 113 of file AnomalyStudy.cxx.

◆ setClusterDictionary()

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

Definition at line 51 of file AnomalyStudy.cxx.

◆ updateTimeDependentParams()

void o2::its::study::AnomalyStudy::updateTimeDependentParams ( ProcessingContext pc)

Definition at line 75 of file AnomalyStudy.cxx.


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