/[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.0 by kusanagi, Mon Aug 29 09:45:48 2005 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 4.4 2005/05/28 10:44:08 kusanagi Exp $
4   * $Author: nagni $   * $Author: kusanagi $
5   *   *
6   * Header file for the Algorithm class.   * Header file for the Algorithm class.
7   */   */
# Line 11  Line 11 
11  #include <string>  #include <string>
12  #include <map>  #include <map>
13  #include <list>  #include <list>
 //#include <root/TObject.h>  
14  #include <TObject.h> //Substituted by Maurizio 05 Feb 2004  #include <TObject.h> //Substituted by Maurizio 05 Feb 2004
15  #include "event/PamelaRun.h"  #include "event/PamelaRun.h"
16    
17    
18  namespace pamela {  namespace pamela {
19    class PamelaRun;    class PamelaRun;
20    
# Line 35  namespace pamela { Line 35  namespace pamela {
35       */       */
36      std::string AlgorithmName;      std::string AlgorithmName;
37    public:    public:
38        
39      Algorithm(const pamela::PacketType*, std::string);      Algorithm(const pamela::PacketType*, std::string);
40      /**      /**
41       * Get the name of the algorithm.       * Get the name of the algorithm.

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

  ViewVC Help
Powered by ViewVC 1.1.23