--- DarthVader/CalorimeterLevel2/inc/CaloLevel2.h 2006/09/06 11:03:29 1.7 +++ DarthVader/CalorimeterLevel2/inc/CaloLevel2.h 2006/11/09 17:05:43 1.8 @@ -59,9 +59,10 @@ */ CaloTrkVar(const CaloTrkVar &trkvar); ///< copy values from trkvar to this // + void Clear(); ///< clear variables CaloTrkVar* GetCaloTrkVar(){return this;}; ///< returns pointer to this object // - ClassDef(CaloTrkVar,1); + ClassDef(CaloTrkVar,2); // };