gaps-online-software
0.10
online software for the TOF system for the GAPS experiment
Loading...
Searching...
No Matches
tof_manifest.h
1
/***************************************************
2
* C++ bindings to access the GAPS-DB
3
*
4
*
5
*/
6
7
#ifndef TOFMANIFEST_H_INCLUDED
8
#define TOFMANIFEST_H_INCLUDED
9
10
struct
Paddle
{
11
u16 paddle_id;
12
u64 volume_id;
13
std::string pos_in_paddle;
14
f32 height;
15
f32 width;
16
f32 length;
17
std::string unit;
18
f32 global_pos_x_l0;
19
f32 global_pos_y_l0;
20
f32 global_pos_z_l0;
21
}
22
23
#endif
Paddle
Definition
tof_manifest.h:10
tof
dataclasses
C++
include
tof_manifest.h
Generated by
1.9.8