| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /home/cvsmanager/yoda/event/Algorithm.h,v $ |
* $Source: /home/cvsmanager/yoda/event/Algorithm.h,v $ |
| 3 |
* $Id: Algorithm.h,v 4.4 2005/05/28 10:44:08 kusanagi Exp $ |
* $Id: Algorithm.h,v 5.0 2005/08/29 09:45:48 Maurizio Nagni Exp $ |
| 4 |
* $Author: kusanagi $ |
* $Author: Maurizio Nagni $ |
| 5 |
* |
* |
| 6 |
* Header file for the Algorithm class. |
* Header file for the Algorithm class. |
| 7 |
*/ |
*/ |
| 8 |
#ifndef ALGORITHM_H |
#ifndef ALGORITHM_H |
| 9 |
#define ALGORITHM_H |
#define ALGORITHM_H |
| 10 |
|
|
|
#include <string> |
|
|
#include <map> |
|
|
#include <list> |
|
| 11 |
#include <TObject.h> //Substituted by Maurizio 05 Feb 2004 |
#include <TObject.h> //Substituted by Maurizio 05 Feb 2004 |
| 12 |
#include "event/PamelaRun.h" |
#include "PacketType.h" |
| 13 |
|
|
| 14 |
|
|
| 15 |
namespace pamela { |
namespace pamela { |