Parent Directory
|
Revision Log
|
Patch
| revision 1.4 by mocchiut, Wed Jan 17 09:58:04 2007 UTC | revision 1.7 by mocchiut, Mon Sep 3 08:42:11 2007 UTC | |
|---|---|---|
| # | Line 14 struct FlCaLevel1 { | Line 14 struct FlCaLevel1 { |
| 14 | Float_t emin; | Float_t emin; |
| 15 | Float_t riginput; | Float_t riginput; |
| 16 | Int_t hzn; | Int_t hzn; |
| 17 | Int_t npla; | |
| 18 | Int_t reverse; | |
| 19 | }; | }; |
| 20 | ||
| 21 | struct FlCaLevel2 { | struct FlCaLevel2 { |
| 22 | Int_t fmode[2]; | |
| 23 | Float_t wartrig; | Float_t wartrig; |
| 24 | Float_t trigty; | Float_t trigty; |
| 25 | Int_t good; | Int_t good; |
| # | Line 66 struct FlCaLevel2 { | Line 69 struct FlCaLevel2 { |
| 69 | Float_t tbar[22][2]; | Float_t tbar[22][2]; |
| 70 | Float_t elen; | Float_t elen; |
| 71 | Float_t selen; | Float_t selen; |
| 72 | Int_t selfdelay[4][7]; | |
| 73 | }; | }; |
| 74 | ||
| 75 | extern int CaloCore(UInt_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[]); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.23 |