--- DarthVader/CalorimeterLevel2/inc/CaloLevel0.h 2009/09/28 17:06:39 1.12 +++ DarthVader/CalorimeterLevel2/inc/CaloLevel0.h 2013/11/05 14:02:05 1.13 @@ -162,6 +162,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(CaloLevel1 *c1); ///< copy common variables from structure to class, level1 only 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