/[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.3 - (hide annotations) (download)
Tue Nov 14 14:08:48 2006 UTC (18 years ago) by mocchiut
Branch: MAIN
CVS Tags: v2r01
Changes since 1.2: +2 -0 lines
File MIME type: text/plain
Major calorimeter release, some news in DarthVader main

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 mocchiut 1.3 Float_t riginput;
16     Int_t hzn;
17 mocchiut 1.1 };
18    
19     struct FlCaLevel2 {
20     Float_t trigty;
21     Int_t good;
22     Int_t perr[4];
23     Int_t swerr[4];
24     Int_t crc[4];
25     Int_t selftrigger;
26     Float_t nstrip;
27     Float_t qtot;
28     Float_t ncore;
29     Float_t qcore;
30     Float_t impx;
31     Float_t impy;
32     Float_t tanx;
33     Float_t tany;
34     Float_t noint;
35     Float_t ncyl;
36     Float_t qcyl;
37     Float_t qtrack;
38     Float_t qmax;
39     Float_t nx22;
40     Float_t qx22;
41     Float_t qq[4];
42     Float_t qtrackx;
43     Float_t qtracky;
44     Float_t dxtrack;
45     Float_t dytrack;
46     Float_t qlast;
47     Float_t nlast;
48     Float_t qpre;
49     Float_t npre;
50     Float_t qpresh;
51     Float_t npresh;
52     Float_t qlow;
53     Float_t nlow;
54     Float_t qtr;
55     Float_t ntr;
56     Float_t planetot;
57     Float_t qmean;
58     Int_t planemax[2];
59     Float_t dX0l;
60     Float_t varcfit[2];
61     Int_t npcfit[2];
62     Int_t cibar[22][2];
63     Int_t tibar[22][2];
64     Float_t cbar[22][2];
65     Float_t tbar[22][2];
66     Float_t elen;
67     Float_t selen;
68     };
69    
70 mocchiut 1.2 extern int CaloCore(UInt_t run, TFile *file, TSQLServer *dbc, Int_t calargc, char *calargv[]);
71 mocchiut 1.1
72     #endif

  ViewVC Help
Powered by ViewVC 1.1.23