/[PAMELA software]/chewbacca/PamOffLineSW/techmodel/TechmodelAlgorithm.h
ViewVC logotype

Diff of /chewbacca/PamOffLineSW/techmodel/TechmodelAlgorithm.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by mocchiut, Tue Sep 23 07:20:25 2008 UTC revision 1.2 by mocchiut, Thu Feb 11 09:02:14 2010 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: messineo $   * $Author: mocchiut $
3   * $Date: 2008-03-05 17:00:16 $   * $Date: 2008/09/23 07:20:25 $
4   * $Revision: 1.12 $   * $Revision: 1.1.1.1 $
5   *   *
6   * Header file for the algorithms used to read the techmodel data file.   * Header file for the algorithms used to read the techmodel data file.
7   */   */
# Line 15  Line 15 
15    
16  #include "event/Algorithm.h"  #include "event/Algorithm.h"
17  #include "event/Exception.h"  #include "event/Exception.h"
18    #include <TString.h>
19  //my logger  //my logger
20  #include "../Logger.h"  #include "../Logger.h"
21    
# Line 35  namespace pamela { Line 35  namespace pamela {
35      protected:      protected:
36        TechmodelAlgorithm(const PacketType*, std::string);        TechmodelAlgorithm(const PacketType*, std::string);
37      public:      public:
38      virtual void Init(PamelaRun*);            virtual void Init(PamelaRun*);    
39       virtual void PKT_RunEvent(char*, long int = 0) throw (Exception){}        virtual void PKT_RunEvent(char*, long int = 0) throw (Exception){}
40       ClassDef(TechmodelAlgorithm, 1)        virtual TObject *GetPtr(TString=""){return this;};
41          ClassDef(TechmodelAlgorithm, 2)
42      };      };
43    }    }
44  }  }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

  ViewVC Help
Powered by ViewVC 1.1.23