| 67 |
Int_t istrip; ///< number of strip above threshold |
Int_t istrip; ///< number of strip above threshold |
| 68 |
Float_t svstrip[4224]; ///< saved calibrated energy |
Float_t svstrip[4224]; ///< saved calibrated energy |
| 69 |
// |
// |
|
// Empty structs to clear faster vectors and arrays |
|
|
// |
|
|
struct FlCaLevel1 *e_clevel1; ///< input structure |
|
|
struct FlCaLevel2 *e_clevel2; ///< output structure |
|
|
// |
|
| 70 |
// Variables needed to handle parameters files |
// Variables needed to handle parameters files |
| 71 |
// |
// |
| 72 |
Bool_t calopar1; ///< boolean, is true if parameter set number 1 has already been loaded |
Bool_t calopar1; ///< boolean, is true if parameter set number 1 has already been loaded |
| 119 |
// constructor |
// constructor |
| 120 |
// |
// |
| 121 |
CaloProcessing(); ///< contructor |
CaloProcessing(); ///< contructor |
| 122 |
void ProcessingInit(TSQLServer *dbc, ULong64_t hs, Int_t &sgnl, TTree *l0tree, Bool_t debug, Bool_t verbose); ///< initialize caloprocessing object |
void ProcessingInit(TSQLServer *dbc, ULong64_t hs, Int_t &sgnl, TTree *l0tree, Bool_t debug, Bool_t verbose); ///< initialize caloprocessing object |
| 123 |
// |
// |
| 124 |
// virtual destructor |
// virtual destructor |
| 125 |
// |
// |