Project
Loading...
Searching...
No Matches
o2::mch::io::impl::DigitSamplerV0 Class Reference

#include <DigitIOV0.h>

Inherits o2::mch::io::impl::DigitSamplerImpl.

Public Member Functions

void count (std::istream &in, size_t &ntfs, size_t &nrofs, size_t &ndigits) override
 
bool read (std::istream &in, std::vector< Digit > &digits, std::vector< ROFRecord > &rofs) override
 
void rewind (std::istream &in)
 
- Public Member Functions inherited from o2::mch::io::impl::DigitSamplerImpl
virtual ~DigitSamplerImpl ()=default
 
void rewind (std::istream &in)
 

Detailed Description

Reader for digit file format 0

Definition at line 30 of file DigitIOV0.h.

Member Function Documentation

◆ count()

void o2::mch::io::impl::DigitSamplerV0::count ( std::istream &  in,
size_t &  ntfs,
size_t &  nrofs,
size_t &  ndigits 
)
overridevirtual

Implements o2::mch::io::impl::DigitSamplerImpl.

Definition at line 31 of file DigitIOV0.cxx.

◆ read()

bool o2::mch::io::impl::DigitSamplerV0::read ( std::istream &  in,
std::vector< Digit > &  digits,
std::vector< ROFRecord > &  rofs 
)
overridevirtual

Implements o2::mch::io::impl::DigitSamplerImpl.

Definition at line 48 of file DigitIOV0.cxx.

◆ rewind()

void o2::mch::io::impl::DigitSamplerV0::rewind ( std::istream &  in)

Definition at line 70 of file DigitIOV0.cxx.


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