Parent Directory
|
Revision Log
|
Patch
| revision 1.1 by mocchiut, Fri May 19 13:15:49 2006 UTC | revision 1.4 by mocchiut, Wed Jan 17 09:58:04 2007 UTC | |
|---|---|---|
| # | Line 12 struct FlCaLevel1 { | Line 12 struct FlCaLevel1 { |
| 12 | Float_t yalig; | Float_t yalig; |
| 13 | Float_t zalig; | Float_t zalig; |
| 14 | Float_t emin; | Float_t emin; |
| 15 | Float_t riginput; | |
| 16 | Int_t hzn; | |
| 17 | }; | }; |
| 18 | ||
| 19 | struct FlCaLevel2 { | struct FlCaLevel2 { |
| 20 | Float_t wartrig; | |
| 21 | Float_t trigty; | Float_t trigty; |
| 22 | Int_t good; | Int_t good; |
| 23 | Int_t perr[4]; | Int_t perr[4]; |
| # | Line 65 struct FlCaLevel2 { | Line 68 struct FlCaLevel2 { |
| 68 | Float_t selen; | Float_t selen; |
| 69 | }; | }; |
| 70 | ||
| 71 | extern int CaloCore(ULong64_t run, TFile *file, TSQLServer *dbc, Int_t calargc, char *calargv[]); | extern int CaloCore(UInt_t run, TFile *file, TSQLServer *dbc, Int_t calargc, char *calargv[]); |
| 72 | ||
| 73 | #endif | #endif |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |