--- chewbacca/PamOffLineSW/techmodel/TechmodelAlgorithm.h 2008/09/23 07:20:25 1.1 +++ chewbacca/PamOffLineSW/techmodel/TechmodelAlgorithm.h 2010/02/11 09:02:14 1.2 @@ -1,7 +1,7 @@ /** @file - * $Author: messineo $ - * $Date: 2008-03-05 17:00:16 $ - * $Revision: 1.12 $ + * $Author: mocchiut $ + * $Date: 2008/09/23 07:20:25 $ + * $Revision: 1.1.1.1 $ * * Header file for the algorithms used to read the techmodel data file. */ @@ -15,7 +15,7 @@ #include "event/Algorithm.h" #include "event/Exception.h" - +#include //my logger #include "../Logger.h" @@ -35,9 +35,10 @@ protected: TechmodelAlgorithm(const PacketType*, std::string); public: - virtual void Init(PamelaRun*); - virtual void PKT_RunEvent(char*, long int = 0) throw (Exception){} - ClassDef(TechmodelAlgorithm, 1) + virtual void Init(PamelaRun*); + virtual void PKT_RunEvent(char*, long int = 0) throw (Exception){} + virtual TObject *GetPtr(TString=""){return this;}; + ClassDef(TechmodelAlgorithm, 2) }; } }