Parent Directory
|
Revision Log
|
Patch
| revision 1.3 by mocchiut, Tue Nov 14 14:08:48 2006 UTC | revision 1.8 by mocchiut, Sun Sep 9 18:57:25 2007 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 14 struct FlCaLevel1 { | Line 15 struct FlCaLevel1 { |
| 15 | Float_t emin; | Float_t emin; |
| 16 | Float_t riginput; | Float_t riginput; |
| 17 | Int_t hzn; | 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 65 struct FlCaLevel2 { | Line 70 struct FlCaLevel2 { |
| 70 | Float_t tbar[22][2]; | Float_t tbar[22][2]; |
| 71 | Float_t elen; | Float_t elen; |
| 72 | Float_t selen; | Float_t selen; |
| 73 | Int_t selfdelay[4][7]; | |
| 74 | }; | }; |
| 75 | ||
| 76 | extern int CaloCore(UInt_t run, TFile *file, TSQLServer *dbc, Int_t calargc, char *calargv[]); | extern int CaloCore(UInt_t run, TFile *file, GL_TABLES *glt, Int_t calargc, char *calargv[]); |
| 77 | ||
| 78 | #endif | #endif |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |