/[PAMELA software]/yoda/techmodel/EventReader.h
ViewVC logotype

Diff of /yoda/techmodel/EventReader.h

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

revision 2.1 by kusanagi, Fri Dec 3 22:08:00 2004 UTC revision 2.2 by kusanagi, Wed Dec 22 11:38:35 2004 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: kusanagi $   * $Author: kusanagi $
3   * $Date: 2004/09/21 20:50:54 $   * $Date: 2004/12/03 22:08:00 $
4   * $Revision: 2.0 $   * $Revision: 2.1 $
5   *   *
6   * Header file for the algorithms used to read the techmodel data file.   * Header file for the algorithms used to read the techmodel data file.
7   */   */
# Line 58  namespace pamela { Line 58  namespace pamela {
58        virtual void Init(PamelaRun *);        virtual void Init(PamelaRun *);
59        virtual void RunEvent(int);        virtual void RunEvent(int);
60        virtual std::string GetVersionInfo(void) const;        virtual std::string GetVersionInfo(void) const;
61        virtual int FindStart(void) throw (std::exception);        virtual bool FindStart(void) throw (std::exception);
62        ClassDef(EventReader, 1)        ClassDef(EventReader, 1)
63      };      };
64    }    }

Legend:
Removed from v.2.1  
changed lines
  Added in v.2.2

  ViewVC Help
Powered by ViewVC 1.1.23