--- DarthVader/CalorimeterLevel2/inc/CaloProcessing.h 2006/11/14 14:08:49 1.4 +++ DarthVader/CalorimeterLevel2/inc/CaloProcessing.h 2007/02/13 16:55:06 1.6 @@ -14,6 +14,7 @@ #include // #include +#include #include /** @@ -27,6 +28,7 @@ private: Bool_t debug; ///< debugging flag Bool_t verbose; ///< verbose flag + Bool_t crosst; // // variables in which it is stored the calibration information for the four sections // @@ -115,9 +117,10 @@ void GetCommonVar(); ///< call fortran common variables program void GetTrkVar(); ///< call fortran track-related variables program void ClearStructs(); ///< clear input and output structures - void FillCommonVar(CaloLevel2 *ca); ///< copy common variables from structure to class + void FillCommonVar(CaloLevel1 *c1, CaloLevel2 *ca); ///< copy common variables from structure to class void FillTrkVar(CaloLevel2 *ca, Int_t nutrk); ///< copy track-related variables from structure to class void RunClose(); ///< clear variables which could change from one run to another + void SetCrossTalk(Bool_t ct); // // constructor //