Parent Directory | Revision Log
Initial revision
1 | #ifndef GLTablesStruct_h |
2 | #define GLTablesStruct_h |
3 | |
4 | struct cGLRun { |
5 | |
6 | ULong64_t id; |
7 | ULong64_t id_reg_run; |
8 | ULong64_t id_reg_run_l2; |
9 | ULong64_t runheader_time; |
10 | ULong64_t runtrailer_time; |
11 | Int_t ev_from; |
12 | Int_t ev_to; |
13 | Int_t trk_calib_used; |
14 | Int_t eff_wrk_schedule; |
15 | Int_t prh_var_trg_mode_a; |
16 | Int_t prh_var_trg_mode_b; |
17 | Int_t acq_build_info; |
18 | Int_t acq_var_info; |
19 | |
20 | void InitcGLRun(){ |
21 | id = 0; |
22 | id_reg_run = 0; |
23 | id_reg_run_l2 = 0; |
24 | runheader_time = 0; |
25 | runtrailer_time = 0; |
26 | ev_from = 0; |
27 | ev_to = 0; |
28 | trk_calib_used = 0; |
29 | eff_wrk_schedule = 0; |
30 | prh_var_trg_mode_a = 0; |
31 | prh_var_trg_mode_b = 0; |
32 | acq_build_info = 0; |
33 | acq_var_info = 0; |
34 | } |
35 | }; |
36 | |
37 | #endif |
ViewVC Help | |
Powered by ViewVC 1.1.23 |