--- DarthVader/CalorimeterLevel2/inc/CaloProcessing.h 2006/05/19 13:15:49 1.1.1.1 +++ DarthVader/CalorimeterLevel2/inc/CaloProcessing.h 2006/08/04 10:31:25 1.2 @@ -67,11 +67,6 @@ Int_t istrip; ///< number of strip above threshold Float_t svstrip[4224]; ///< saved calibrated energy // - // Empty structs to clear faster vectors and arrays - // - struct FlCaLevel1 *e_clevel1; ///< input structure - struct FlCaLevel2 *e_clevel2; ///< output structure - // // Variables needed to handle parameters files // Bool_t calopar1; ///< boolean, is true if parameter set number 1 has already been loaded @@ -124,7 +119,7 @@ // constructor // CaloProcessing(); ///< contructor - 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 // // virtual destructor //