DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
HDF5FileReader Class Reference

Public Member Functions

 HDF5FileReader (const std::string &path)
 
 ~HDF5FileReader ()
 

Private Attributes

std::unique_ptr< hdf5libs::HDF5RawDataFilem_file
 

Detailed Description

Definition at line 25 of file tapipe.cxx.

Constructor & Destructor Documentation

◆ HDF5FileReader()

HDF5FileReader::HDF5FileReader ( const std::string & path)

Definition at line 35 of file tapipe.cxx.

36{
37 m_file = std::make_unique<hdf5libs::HDF5RawDataFile>(path);
38}
std::unique_ptr< hdf5libs::HDF5RawDataFile > m_file
Definition tapipe.cxx:28

◆ ~HDF5FileReader()

HDF5FileReader::~HDF5FileReader ( )

Definition at line 40 of file tapipe.cxx.

41{
42}

Member Data Documentation

◆ m_file

std::unique_ptr<hdf5libs::HDF5RawDataFile> HDF5FileReader::m_file
private

Definition at line 28 of file tapipe.cxx.


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