| 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]; |
| 29 |
Int_t crc[4]; |
Int_t crc[4]; |
| 30 |
Int_t selftrigger; |
Int_t selftrigger; |
| 31 |
Float_t nstrip; |
Float_t nstrip; |
| 32 |
|
Float_t nsatstrip; |
| 33 |
Float_t qtot; |
Float_t qtot; |
| 34 |
Float_t ncore; |
Float_t ncore; |
| 35 |
Float_t qcore; |
Float_t qcore; |
| 71 |
Float_t tbar[22][2]; |
Float_t tbar[22][2]; |
| 72 |
Float_t elen; |
Float_t elen; |
| 73 |
Float_t selen; |
Float_t selen; |
| 74 |
|
Int_t selfdelay[4][7]; |
| 75 |
}; |
}; |
| 76 |
|
|
| 77 |
extern int CaloCore(UInt_t run, TFile *file, TSQLServer *dbc, Int_t calargc, char *calargv[]); |
/* struct FlEventi{ */ |
| 78 |
|
/* Float_t dexy[96][22][2]; */ |
| 79 |
|
/* }; */ |
| 80 |
|
|
| 81 |
|
/* struct FlGruppo{ */ |
| 82 |
|
/* Float_t clus[96][22][2]; */ |
| 83 |
|
/* Int_t ncl[22][2]; */ |
| 84 |
|
/* }; */ |
| 85 |
|
|
| 86 |
|
/* struct FlGruppo2{ */ |
| 87 |
|
/* Float_t clus2[96][22][2]; */ |
| 88 |
|
/* Int_t ncl2[22][2]; */ |
| 89 |
|
/* }; */ |
| 90 |
|
|
| 91 |
|
/* struct FlGruppo4{ */ |
| 92 |
|
/* Float_t clus4[96][22][2]; */ |
| 93 |
|
/* Int_t ncl4[22][2]; */ |
| 94 |
|
/* }; */ |
| 95 |
|
|
| 96 |
|
/* struct FlTaglioen{ */ |
| 97 |
|
/* Float_t einf; */ |
| 98 |
|
/* Float_t esup; */ |
| 99 |
|
/* Float_t ener[2]; */ |
| 100 |
|
/* }; */ |
| 101 |
|
|
| 102 |
|
/* struct FlAngolo{ */ |
| 103 |
|
/* Float_t bar[22][2]; */ |
| 104 |
|
/* Int_t ibar[22][2]; */ |
| 105 |
|
/* }; */ |
| 106 |
|
|
| 107 |
|
/* struct FlWhere{ */ |
| 108 |
|
/* Float_t cx; */ |
| 109 |
|
/* Float_t cy; */ |
| 110 |
|
/* Float_t piano[22]; */ |
| 111 |
|
/* }; */ |
| 112 |
|
|
| 113 |
|
/* struct FlGeneral{ */ |
| 114 |
|
/* Float_t rig; */ |
| 115 |
|
/* Float_t rmass; */ |
| 116 |
|
/* }; */ |
| 117 |
|
|
| 118 |
|
/* struct FlCh{ */ |
| 119 |
|
/* Float_t check; */ |
| 120 |
|
/* }; */ |
| 121 |
|
|
| 122 |
|
/* struct FlCalofit{ */ |
| 123 |
|
/* Float_t varfit[2]; */ |
| 124 |
|
/* Int_t npfit[2]; */ |
| 125 |
|
/* Int_t iwpl[2]; */ |
| 126 |
|
/* Int_t chtrack; */ |
| 127 |
|
/* }; */ |
| 128 |
|
|
| 129 |
|
/* struct FlPawcd{ */ |
| 130 |
|
/* Float_t hmemor[9000000]; */ |
| 131 |
|
/* }; */ |
| 132 |
|
|
| 133 |
|
/* struct FlQuestd{ */ |
| 134 |
|
/* Int_t iquest[100]; */ |
| 135 |
|
/* }; */ |
| 136 |
|
|
| 137 |
|
extern int CaloCore(UInt_t run, TFile *file, GL_TABLES *glt, Int_t calargc, char *calargv[]); |
| 138 |
|
|
| 139 |
#endif |
#endif |