1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvspamela/yoda/event/Algorithm.h,v $ |
* $Source: /home/cvsmanager/yoda/event/Algorithm.h,v $ |
3 |
* $Id: Algorithm.h,v 1.6 2004/03/16 10:18:28 nagni Exp $ |
* $Id: Algorithm.h,v 1.2 2004/09/21 20:23:37 kusanagi Exp $ |
4 |
* $Author: nagni $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the Algorithm class. |
* Header file for the Algorithm class. |
7 |
*/ |
*/ |
15 |
#include <TObject.h> //Substituted by Maurizio 05 Feb 2004 |
#include <TObject.h> //Substituted by Maurizio 05 Feb 2004 |
16 |
#include "event/PamelaRun.h" |
#include "event/PamelaRun.h" |
17 |
|
|
18 |
|
|
19 |
namespace pamela { |
namespace pamela { |
20 |
class PamelaRun; |
class PamelaRun; |
21 |
|
|
36 |
*/ |
*/ |
37 |
std::string AlgorithmName; |
std::string AlgorithmName; |
38 |
public: |
public: |
39 |
|
|
40 |
Algorithm(const pamela::PacketType*, std::string); |
Algorithm(const pamela::PacketType*, std::string); |
41 |
/** |
/** |
42 |
* Get the name of the algorithm. |
* Get the name of the algorithm. |