Project
Loading...
Searching...
No Matches
o2::its3::ClustererDPL Class Reference

#include <ClustererSpec.h>

Inherits o2::framework::Task.

Public Member Functions

 ClustererDPL (const std::shared_ptr< o2::base::GRPGeomRequest > &gr, bool useMC)
 
void init (InitContext &ic) final
 
void run (ProcessingContext &pc) final
 
void finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) final
 
void endOfStream (o2::framework::EndOfStreamContext &ec) final
 This is invoked whenever we have an EndOfStream event.
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 
virtual void stop ()
 This is invoked on stop.
 

Detailed Description

Definition at line 28 of file ClustererSpec.h.

Constructor & Destructor Documentation

◆ ClustererDPL()

o2::its3::ClustererDPL::ClustererDPL ( const std::shared_ptr< o2::base::GRPGeomRequest > &  gr,
bool  useMC 
)
inline

Definition at line 31 of file ClustererSpec.h.

Member Function Documentation

◆ endOfStream()

void o2::its3::ClustererDPL::endOfStream ( o2::framework::EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 166 of file ClustererSpec.cxx.

◆ finaliseCCDB()

void o2::its3::ClustererDPL::finaliseCCDB ( ConcreteDataMatcher matcher,
void obj 
)
finalvirtual

Reimplemented from o2::framework::Task.

Definition at line 139 of file ClustererSpec.cxx.

◆ init()

void o2::its3::ClustererDPL::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 38 of file ClustererSpec.cxx.

◆ run()

void o2::its3::ClustererDPL::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 49 of file ClustererSpec.cxx.


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