Parent Directory
|
Revision Log
|
Patch
revision 1.7 by mocchiut, Mon Sep 3 08:42:11 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 72 struct FlCaLevel2 { | Line 73 struct FlCaLevel2 { |
73 | Int_t selfdelay[4][7]; | 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 |