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

#include <ClustererSpec.h>

Inherits o2::framework::Task.

Public Member Functions

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

Detailed Description

Definition at line 36 of file ClustererSpec.h.

Constructor & Destructor Documentation

◆ ClustererDPL()

o2::its::ClustererDPL::ClustererDPL ( std::shared_ptr< o2::base::GRPGeomRequest gr,
bool  useMC 
)
inline

Definition at line 39 of file ClustererSpec.h.

◆ ~ClustererDPL()

o2::its::ClustererDPL::~ClustererDPL ( )
overridedefault

Member Function Documentation

◆ endOfStream()

void o2::its::ClustererDPL::endOfStream ( o2::framework::EndOfStreamContext ec)
finalvirtual

Reimplemented from o2::framework::Task.

Definition at line 212 of file ClustererSpec.cxx.

◆ finaliseCCDB()

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

Reimplemented from o2::framework::Task.

Definition at line 146 of file ClustererSpec.cxx.

◆ init()

void o2::its::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 42 of file ClustererSpec.cxx.

◆ run()

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

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

Implements o2::framework::Task.

Definition at line 53 of file ClustererSpec.cxx.


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