mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-23 06:50:02 +02:00
slsReceiverSoftware: removed hdf5 static cpp file
This commit is contained in:
parent
9af0ec74b6
commit
f5a86bbfe1
@ -1,37 +0,0 @@
|
||||
/************************************************
|
||||
* @file HDF5File.cpp
|
||||
* @short sets/gets properties for the HDF5 file,
|
||||
* creates/closes the file and writes data to it
|
||||
***********************************************/
|
||||
#include "HDF5FileStatic.h"
|
||||
|
||||
const char * const HDF5FileStatic::ParameterNames[] = {
|
||||
"frameNumber",
|
||||
"expLength",
|
||||
"packetNumber",
|
||||
"bunchId",
|
||||
"timestamp",
|
||||
"modId",
|
||||
"xCoord",
|
||||
"yCoord",
|
||||
"zCoord",
|
||||
"debug",
|
||||
"roundRNumber",
|
||||
"detType",
|
||||
"version"};
|
||||
const DataType HDF5FileStatic::ParameterDataTypes[] = {
|
||||
PredType::STD_U64LE,
|
||||
PredType::STD_U32LE,
|
||||
PredType::STD_U32LE,
|
||||
PredType::STD_U64LE,
|
||||
PredType::STD_U64LE,
|
||||
PredType::STD_U16LE,
|
||||
PredType::STD_U16LE,
|
||||
PredType::STD_U16LE,
|
||||
PredType::STD_U16LE,
|
||||
PredType::STD_U32LE,
|
||||
PredType::STD_U16LE,
|
||||
PredType::STD_U8LE,
|
||||
PredType::STD_U8LE};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user