![]() |
Project
|
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 |
DigitReader class for EMCAL. Loads cells/digits and feeds them to clusterizer.
Definition at line 32 of file DigitReader.h.
|
default |
|
default |
Definition at line 74 of file DigitReader.cxx.
|
inline |
Definition at line 41 of file DigitReader.h.
|
inline |
Definition at line 42 of file DigitReader.h.
Definition at line 25 of file DigitReader.cxx.
| bool DigitReader::readNextEntry | ( | ) |
Definition at line 59 of file DigitReader.cxx.