/[PAMELA software]/YodaProfiler/inc/GLTablesStruct.h
ViewVC logotype

Annotation of /YodaProfiler/inc/GLTablesStruct.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Wed Aug 30 11:18:13 2006 UTC (18 years, 3 months ago) by mocchiut
Branch: MAIN, YodaProfiler
CVS Tags: v0r00, v1r02, start, v3r04, v3r05, v5r00, v5r01, v3r00, v3r03, v2r06, v2r05, v2r04, v4r01, v4r00, v2r01, v2r00, v2r03, v2r02, HEAD
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Imported sources

1 mocchiut 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_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