/[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 1.2 by kusanagi, Tue Sep 21 20:23:37 2004 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 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $
4   * $Author: nagni $   * $Author: kusanagi $
5   *   *
6   * Header file for the Algorithm class.   * Header file for the Algorithm class.
7   */   */
# Line 15  Line 15 
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    
# Line 35  namespace pamela { Line 36  namespace pamela {
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.

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

  ViewVC Help
Powered by ViewVC 1.1.23