Project
Loading...
Searching...
No Matches
o2::emcal::DigitReader< InputType > Class Template Reference

DigitReader class for EMCAL. Loads cells/digits and feeds them to clusterizer. More...

#include <DigitReader.h>

Public Member Functions

 DigitReader ()=default
 
 ~DigitReader ()=default
 
void openInput (const std::string fileName)
 
bool readNextEntry ()
 
void clear ()
 
const std::vector< InputType > * getInputArray () const
 
const std::vector< TriggerRecord > * getTriggerArray () const
 

Detailed Description

template<class InputType>
class o2::emcal::DigitReader< InputType >

DigitReader class for EMCAL. Loads cells/digits and feeds them to clusterizer.

Author
Rudiger Haake (Yale)

Definition at line 32 of file DigitReader.h.

Constructor & Destructor Documentation

◆ DigitReader()

template<class InputType >
o2::emcal::DigitReader< InputType >::DigitReader ( )
default

◆ ~DigitReader()

template<class InputType >
o2::emcal::DigitReader< InputType >::~DigitReader ( )
default

Member Function Documentation

◆ clear()

template<class InputType >
void DigitReader::clear ( )

Definition at line 74 of file DigitReader.cxx.

◆ getInputArray()

template<class InputType >
const std::vector< InputType > * o2::emcal::DigitReader< InputType >::getInputArray ( ) const
inline

Definition at line 41 of file DigitReader.h.

◆ getTriggerArray()

template<class InputType >
const std::vector< TriggerRecord > * o2::emcal::DigitReader< InputType >::getTriggerArray ( ) const
inline

Definition at line 42 of file DigitReader.h.

◆ openInput()

template<class InputType >
void DigitReader::openInput ( const std::string  fileName)

Definition at line 25 of file DigitReader.cxx.

◆ readNextEntry()

template<class InputType >
bool DigitReader::readNextEntry ( )

Definition at line 59 of file DigitReader.cxx.


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