| 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 |
*/ |
*/ |
| 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 |
|
|
| 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 |
} |
} |