--- DarthVader/CalorimeterLevel2/inc/CaloProcessing.h 2006/11/14 14:08:49 1.4 +++ DarthVader/CalorimeterLevel2/inc/CaloProcessing.h 2006/11/22 08:31:09 1.5 @@ -14,6 +14,7 @@ #include // #include +#include #include /** @@ -115,7 +116,7 @@ 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 //