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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Fri Jul 21 11:01:01 2006 UTC (18 years, 4 months ago) by pam-fi
Branch: MAIN
CVS Tags: v1r01
File MIME type: text/plain
modified for C3PO

1 pam-fi 1.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