Project
Loading...
Searching...
No Matches
o2::fv0::ReconstructionDPL Class Reference

#include <ReconstructionSpec.h>

Inherits o2::framework::Task.

Public Member Functions

 ReconstructionDPL (bool useMC, const std::string ccdbpath)
 
 ~ReconstructionDPL () override=default
 
void init (InitContext &ic) final
 
void run (ProcessingContext &pc) final
 
void endOfStream (framework::EndOfStreamContext &ec) final
 This is invoked whenever we have an EndOfStream event.
 
void finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) final
 
- Public Member Functions inherited from o2::framework::Task
virtual ~Task ()
 
virtual void stop ()
 This is invoked on stop.
 

Detailed Description

Definition at line 32 of file ReconstructionSpec.h.

Constructor & Destructor Documentation

◆ ReconstructionDPL()

o2::fv0::ReconstructionDPL::ReconstructionDPL ( bool  useMC,
const std::string  ccdbpath 
)
inline

Definition at line 37 of file ReconstructionSpec.h.

◆ ~ReconstructionDPL()

o2::fv0::ReconstructionDPL::~ReconstructionDPL ( )
overridedefault

Member Function Documentation

◆ endOfStream()

void o2::fv0::ReconstructionDPL::endOfStream ( framework::EndOfStreamContext context)
finalvirtual

This is invoked whenever we have an EndOfStream event.

Reimplemented from o2::framework::Task.

Definition at line 85 of file ReconstructionSpec.cxx.

◆ finaliseCCDB()

void o2::fv0::ReconstructionDPL::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 77 of file ReconstructionSpec.cxx.

◆ init()

void o2::fv0::ReconstructionDPL::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 33 of file ReconstructionSpec.cxx.

◆ run()

void o2::fv0::ReconstructionDPL::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 40 of file ReconstructionSpec.cxx.


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