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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by mocchiut, Wed Sep 6 11:03:29 2006 UTC revision 1.10 by mocchiut, Fri Dec 12 16:18:15 2008 UTC
# Line 2  Line 2 
2  #define l2calcore_h  #define l2calcore_h
3  #include <TSystem.h>  #include <TSystem.h>
4  #include <TSQLServer.h>  #include <TSQLServer.h>
5    #include <GLTables.h>
6    
7  struct FlCaLevel1 {  struct FlCaLevel1 {
8      Double_t al_p[5][2];      Double_t al_p[5][2];
# Line 12  struct FlCaLevel1 { Line 13  struct FlCaLevel1 {
13      Float_t yalig;      Float_t yalig;
14      Float_t zalig;      Float_t zalig;
15      Float_t emin;      Float_t emin;
16        Float_t riginput;
17        Int_t hzn;
18        Int_t npla;
19        Int_t reverse;
20  };  };
21    
22  struct FlCaLevel2 {  struct FlCaLevel2 {
23        Int_t fmode[2];
24        Float_t wartrig;
25      Float_t trigty;      Float_t trigty;
26      Int_t good;      Int_t good;
27      Int_t perr[4];      Int_t perr[4];
# Line 22  struct FlCaLevel2 { Line 29  struct FlCaLevel2 {
29      Int_t crc[4];      Int_t crc[4];
30      Int_t selftrigger;      Int_t selftrigger;
31      Float_t nstrip;      Float_t nstrip;
32        Float_t nsatstrip;
33      Float_t qtot;      Float_t qtot;
34      Float_t ncore;      Float_t ncore;
35      Float_t qcore;      Float_t qcore;
# Line 63  struct FlCaLevel2 { Line 71  struct FlCaLevel2 {
71      Float_t tbar[22][2];      Float_t tbar[22][2];
72      Float_t elen;      Float_t elen;
73      Float_t selen;      Float_t selen;
74        Int_t selfdelay[4][7];
75  };  };
76    
77  extern int CaloCore(UInt_t run, TFile *file, TSQLServer *dbc, Int_t calargc, char *calargv[]);  /* struct FlEventi{ */
78    /*     Float_t dexy[96][22][2]; */
79    /* }; */
80    
81    /* struct FlGruppo{ */
82    /*     Float_t clus[96][22][2]; */
83    /*     Int_t ncl[22][2]; */
84    /* }; */
85    
86    /* struct FlGruppo2{ */
87    /*     Float_t clus2[96][22][2]; */
88    /*     Int_t ncl2[22][2]; */
89    /* }; */
90    
91    /* struct FlGruppo4{ */
92    /*     Float_t clus4[96][22][2]; */
93    /*     Int_t ncl4[22][2]; */
94    /* }; */
95    
96    /* struct FlTaglioen{ */
97    /*     Float_t einf; */
98    /*     Float_t esup; */
99    /*     Float_t ener[2]; */
100    /* }; */
101    
102    /* struct FlAngolo{ */
103    /*     Float_t bar[22][2]; */
104    /*     Int_t ibar[22][2]; */
105    /* }; */
106    
107    /* struct FlWhere{ */
108    /*     Float_t cx; */
109    /*     Float_t cy; */
110    /*     Float_t piano[22]; */
111    /* }; */
112    
113    /* struct FlGeneral{ */
114    /*     Float_t rig; */
115    /*     Float_t rmass; */
116    /* }; */
117    
118    /* struct FlCh{ */
119    /*     Float_t check; */
120    /* }; */
121    
122    /* struct FlCalofit{ */
123    /*     Float_t varfit[2]; */
124    /*     Int_t npfit[2]; */
125    /*     Int_t iwpl[2]; */
126    /*     Int_t chtrack; */
127    /* }; */
128    
129    /* struct FlPawcd{ */
130    /*     Float_t hmemor[9000000]; */
131    /* }; */
132    
133    /* struct FlQuestd{ */
134    /*     Int_t iquest[100]; */
135    /* }; */
136    
137    extern int CaloCore(UInt_t run, TFile *file, GL_TABLES *glt, Int_t calargc, char *calargv[]);
138    
139  #endif  #endif

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.10

  ViewVC Help
Powered by ViewVC 1.1.23