/[PAMELA software]/yoda/event/Algorithm.h
ViewVC logotype

Diff of /yoda/event/Algorithm.h

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

revision 1.1 by kusanagi, Tue Jul 6 12:20:23 2004 UTC revision 5.1 by kusanagi, Sat Feb 4 12:37:42 2006 UTC
# Line 1  Line 1 
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 5.0 2005/08/29 09:45:48 Maurizio Nagni Exp $
4   * $Author: nagni $   * $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>  
 //#include <root/TObject.h>  
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 {
16    class PamelaRun;    class PamelaRun;
# Line 35  namespace pamela { Line 32  namespace pamela {
32       */       */
33      std::string AlgorithmName;      std::string AlgorithmName;
34    public:    public:
35        
36      Algorithm(const pamela::PacketType*, std::string);      Algorithm(const pamela::PacketType*, std::string);
37      /**      /**
38       * Get the name of the algorithm.       * Get the name of the algorithm.

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

  ViewVC Help
Powered by ViewVC 1.1.23