--- DarthVader/CalorimeterLevel2/inc/CaloProcessing.h 2006/11/22 08:31:09 1.5 +++ DarthVader/CalorimeterLevel2/inc/CaloProcessing.h 2007/02/13 16:55:06 1.6 @@ -28,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 // @@ -119,6 +120,7 @@ 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 //