/[PAMELA software]/root2paw/inc/trklev1struct.h
ViewVC logotype

Annotation of /root2paw/inc/trklev1struct.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Mon Dec 5 16:17:38 2005 UTC (18 years, 11 months ago) by mocchiut
Branch: MAIN
Branch point for: GroundDataConvert
File MIME type: text/plain
Initial revision

1 mocchiut 1.1 struct Trklev1 {
2     Bool_t good1;
3     Int_t nev1;
4     Int_t pkt_type1;
5     Int_t pkt_num1;
6     Int_t obt1;
7     Int_t which_calib1;
8     Int_t nclstr1;
9     Int_t view[500];
10     Int_t ladder[500];
11     Int_t maxs[500];
12     Int_t mult[500];
13     Float_t dedx[500];
14     Int_t indstart[500];
15     Int_t indmax[500];
16     Int_t totcllength;
17     Float_t clsignal[8500];
18     Float_t cnev[24][12];
19     Int_t ncl[2];
20     Float_t clp[500][3];
21     Float_t cls[500][2];
22     Float_t clz[500][2];
23     Float_t sigma_matrix[3072][12];
24     };
25    
26     struct Trklev2 {
27     UChar_t good1;
28     Int_t nev1;
29     Int_t nclstr1;
30     UChar_t view[500];
31     UChar_t ladder[500];
32     UShort_t maxs[500];
33     UChar_t mult[500];
34     Float_t dedx[500];
35     UShort_t indstart[500];
36     UShort_t indmax[500];
37     Int_t totcllength;
38     Float_t clsignal[8500];
39     Float_t cnev[24][12];
40     };
41    
42    
43    

  ViewVC Help
Powered by ViewVC 1.1.23