--- DarthVader/CalorimeterLevel2/inc/CaloLevel0.h 2013/11/05 14:02:05 1.13 +++ DarthVader/CalorimeterLevel2/inc/CaloLevel0.h 2014/06/06 14:18:11 1.14 @@ -165,6 +165,7 @@ 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 FillTrkVar(TClonesArray *tcl, Int_t nutrk); ///< copy track-related variables from structure to class using TClonesArray, needed for extended tracking algorithm void RunClose(); ///< clear variables which could change from one run to another void SetCrossTalk(Bool_t ct); void SetCrossTalkType(Bool_t ct); @@ -185,7 +186,7 @@ // ~CaloLevel0();///< destructor // - ClassDef(CaloLevel0,5); + ClassDef(CaloLevel0,6); }; #endif