Project
Loading...
Searching...
No Matches
o2::tof::DigitDataReader Class Reference

DigitDataReader class for TOF. Feeds the MC digits to the Cluster Finder. More...

#include <DataReader.h>

Inherits o2::tof::DataReader.

Public Member Functions

 DigitDataReader ()=default
 
void setDigitArray (const gsl::span< const o2::tof::Digit > *a)
 
void init () override
 
Bool_t getNextStripData (StripData &stripData) override
 
const gsl::span< const o2::tof::Digit > * getDigitArray () const
 
- Public Member Functions inherited from o2::tof::DataReader
 DataReader ()=default
 
 DataReader (const DataReader &cluster)=delete
 
virtual ~DataReader ()=default
 
DataReaderoperator= (const DataReader &src)=delete
 

Detailed Description

DigitDataReader class for TOF. Feeds the MC digits to the Cluster Finder.

Definition at line 59 of file DataReader.h.

Constructor & Destructor Documentation

◆ DigitDataReader()

o2::tof::DigitDataReader::DigitDataReader ( )
default

Member Function Documentation

◆ getDigitArray()

const gsl::span< const o2::tof::Digit > * o2::tof::DigitDataReader::getDigitArray ( ) const
inline

Definition at line 78 of file DataReader.h.

◆ getNextStripData()

Bool_t DigitDataReader::getNextStripData ( StripData stripData)
overridevirtual

Implements o2::tof::DataReader.

Definition at line 24 of file DataReader.cxx.

◆ init()

void o2::tof::DigitDataReader::init ( )
inlineoverridevirtual

Implements o2::tof::DataReader.

Definition at line 70 of file DataReader.h.

◆ setDigitArray()

void o2::tof::DigitDataReader::setDigitArray ( const gsl::span< const o2::tof::Digit > *  a)
inline

Definition at line 63 of file DataReader.h.


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