/[PAMELA software]/DarthVader/GLTables/inc/GLTablesStruct.h
ViewVC logotype

Contents of /DarthVader/GLTables/inc/GLTablesStruct.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Mon Sep 4 15:43:46 2006 UTC (18 years, 3 months ago) by mocchiut
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
FILE REMOVED
THIS VERSION IS NOT COMPILING, start the adapting to the new profiler

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_reg_phys_from;
12 Int_t ev_reg_phys_to;
13 Int_t ev_reg_runheader;
14 Int_t ev_reg_runtrailer;
15 Int_t trk_calib_used;
16 Int_t eff_wrk_schedule;
17 Int_t prh_var_trg_mode_a;
18 Int_t prh_var_trg_mode_b;
19 Int_t acq_build_info;
20 Int_t acq_var_info;
21
22 void InitcGLRun(){
23 id = 0;
24 id_reg_run = 0;
25 id_reg_run_l2 = 0;
26 runheader_time = 0;
27 runtrailer_time = 0;
28 ev_reg_phys_from = 0;
29 ev_reg_phys_to = 0;
30 ev_reg_runheader = 0;
31 ev_reg_runtrailer = 0;
32 trk_calib_used = 0;
33 eff_wrk_schedule = 0;
34 prh_var_trg_mode_a = 0;
35 prh_var_trg_mode_b = 0;
36 acq_build_info = 0;
37 acq_var_info = 0;
38 }
39 };
40
41 #endif

  ViewVC Help
Powered by ViewVC 1.1.23