AARE
Data analysis library for PSI hybrid detectors
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
aare::FileConfig Struct Reference

FileConfig structure to store the configuration of a file dtype: data type of the file rows: number of rows in the file cols: number of columns in the file geometry: geometry of the file. More...

#include <FileInterface.hpp>

Public Member Functions

bool operator== (const FileConfig &other) const
 
bool operator!= (const FileConfig &other) const
 

Data Fields

aare::DType dtype = aare::DType(typeid(uint16_t))
 
uint64_t rows
 
uint64_t cols
 
xy geometry {1, 1}
 

Detailed Description

FileConfig structure to store the configuration of a file dtype: data type of the file rows: number of rows in the file cols: number of columns in the file geometry: geometry of the file.

Member Function Documentation

◆ operator!=()

bool aare::FileConfig::operator!= ( const FileConfig other) const
inline

◆ operator==()

bool aare::FileConfig::operator== ( const FileConfig other) const
inline

Field Documentation

◆ cols

uint64_t aare::FileConfig::cols

◆ dtype

aare::DType aare::FileConfig::dtype = aare::DType(typeid(uint16_t))

◆ geometry

xy aare::FileConfig::geometry {1, 1}

◆ rows

uint64_t aare::FileConfig::rows

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