Parent Directory
|
Revision Log
|
Patch
| revision 1.6 by mocchiut, Fri Jul 20 08:24:51 2007 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 69 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 |