CFEL - ASG Software Suite  2.5.0
CASS
Public Types | Public Attributes | List of all members
cass::MachineInfo Struct Reference

a struct combining the information needed to get machine values More...

+ Collaboration diagram for cass::MachineInfo:

Public Types

typedef tr1::shared_ptr< hdf5::Handlerh5handle_t
 define a pointer to the handler More...
 

Public Attributes

h5handle_t fh
 handler to the file containing the tile data More...
 
std::string hdf5DsetName
 name of the machine dataset in the hdf5 file More...
 
std::string cassname
 name of the machineData within the CASSEvent More...
 
std::string trainIdDsetName
 name of the train id dataset in the hdf5 file More...
 
map< uint64_t, size_t > idxToTrainId
 map the uinque id to an index within the array More...
 
vector< float > cache
 cache to store the data in More...
 
hdf5::shape_t shape
 shape of the cached data More...
 

Detailed Description

a struct combining the information needed to get machine values

Author
Lutz Foucar

Definition at line 113 of file xfel_hdf5_file_input.cpp.

Member Typedef Documentation

typedef tr1::shared_ptr<hdf5::Handler> cass::MachineInfo::h5handle_t

define a pointer to the handler

Definition at line 116 of file xfel_hdf5_file_input.cpp.

Member Data Documentation

vector<float> cass::MachineInfo::cache

cache to store the data in

Definition at line 134 of file xfel_hdf5_file_input.cpp.

std::string cass::MachineInfo::cassname

name of the machineData within the CASSEvent

Definition at line 125 of file xfel_hdf5_file_input.cpp.

Referenced by cass::XFELHDF5FileInput::runthis().

h5handle_t cass::MachineInfo::fh

handler to the file containing the tile data

Definition at line 119 of file xfel_hdf5_file_input.cpp.

Referenced by cass::XFELHDF5FileInput::runthis().

std::string cass::MachineInfo::hdf5DsetName

name of the machine dataset in the hdf5 file

Definition at line 122 of file xfel_hdf5_file_input.cpp.

Referenced by cass::XFELHDF5FileInput::runthis().

map<uint64_t, size_t> cass::MachineInfo::idxToTrainId

map the uinque id to an index within the array

Definition at line 131 of file xfel_hdf5_file_input.cpp.

hdf5::shape_t cass::MachineInfo::shape

shape of the cached data

Definition at line 137 of file xfel_hdf5_file_input.cpp.

std::string cass::MachineInfo::trainIdDsetName

name of the train id dataset in the hdf5 file

Definition at line 128 of file xfel_hdf5_file_input.cpp.

Referenced by cass::XFELHDF5FileInput::runthis().


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