Project
Loading...
Searching...
No Matches
o2::fdd::RecPointReader Class Reference

#include <RecPointReaderSpec.h>

Inherits o2::framework::Task.

Public Member Functions

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

Detailed Description

Definition at line 31 of file RecPointReaderSpec.h.

Constructor & Destructor Documentation

◆ RecPointReader()

o2::fdd::RecPointReader::RecPointReader ( bool  useMC = true)

Definition at line 32 of file RecPointReaderSpec.cxx.

◆ ~RecPointReader()

o2::fdd::RecPointReader::~RecPointReader ( )
overridedefault

Member Function Documentation

◆ init()

void o2::fdd::RecPointReader::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 40 of file RecPointReaderSpec.cxx.

◆ run()

void o2::fdd::RecPointReader::run ( ProcessingContext context)
finalvirtual

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

Implements o2::framework::Task.

Definition at line 47 of file RecPointReaderSpec.cxx.


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