/[PAMELA software]/DarthVader/CalorimeterLevel2/inc/CaloCore.h
ViewVC logotype

Annotation of /DarthVader/CalorimeterLevel2/inc/CaloCore.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Fri May 19 13:15:49 2006 UTC (18 years, 6 months ago) by mocchiut
Branch: DarthVader
CVS Tags: v0r01, v0r02, v1r01beta, start, v1r00, v1r01
Changes since 1.1: +0 -0 lines
File MIME type: text/plain
Imported sources

1 mocchiut 1.1 #ifndef l2calcore_h
2     #define l2calcore_h
3     #include <TSystem.h>
4     #include <TSQLServer.h>
5    
6     struct FlCaLevel1 {
7     Double_t al_p[5][2];
8     Float_t estrip[96][22][2];
9     Int_t good2;
10     Int_t trkchi2;
11     Float_t xalig;
12     Float_t yalig;
13     Float_t zalig;
14     Float_t emin;
15     };
16    
17     struct FlCaLevel2 {
18     Float_t trigty;
19     Int_t good;
20     Int_t perr[4];
21     Int_t swerr[4];
22     Int_t crc[4];
23     Int_t selftrigger;
24     Float_t nstrip;
25     Float_t qtot;
26     Float_t ncore;
27     Float_t qcore;
28     Float_t impx;
29     Float_t impy;
30     Float_t tanx;
31     Float_t tany;
32     Float_t noint;
33     Float_t ncyl;
34     Float_t qcyl;
35     Float_t qtrack;
36     Float_t qmax;
37     Float_t nx22;
38     Float_t qx22;
39     Float_t qq[4];
40     Float_t qtrackx;
41     Float_t qtracky;
42     Float_t dxtrack;
43     Float_t dytrack;
44     Float_t qlast;
45     Float_t nlast;
46     Float_t qpre;
47     Float_t npre;
48     Float_t qpresh;
49     Float_t npresh;
50     Float_t qlow;
51     Float_t nlow;
52     Float_t qtr;
53     Float_t ntr;
54     Float_t planetot;
55     Float_t qmean;
56     Int_t planemax[2];
57     Float_t dX0l;
58     Float_t varcfit[2];
59     Int_t npcfit[2];
60     Int_t cibar[22][2];
61     Int_t tibar[22][2];
62     Float_t cbar[22][2];
63     Float_t tbar[22][2];
64     Float_t elen;
65     Float_t selen;
66     };
67    
68     extern int CaloCore(ULong64_t run, TFile *file, TSQLServer *dbc, Int_t calargc, char *calargv[]);
69    
70     #endif

  ViewVC Help
Powered by ViewVC 1.1.23