/[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 1.1 by kusanagi, Tue Jul 6 12:20:23 2004 UTC revision 1.2 by kusanagi, Fri Aug 20 15:01:42 2004 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: nagni $   * $Author: kusanagi $
3   * $Date: 2004/03/16 10:18:28 $   * $Date: 2004/07/06 12:20:23 $
4   * $Revision: 1.6 $   * $Revision: 1.1.1.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 36  namespace pamela { Line 36  namespace pamela {
36        TechmodelPamelaRun *Run; //!        TechmodelPamelaRun *Run; //!
37        int  UnpackPscuHeader(void) throw (std::exception);        int  UnpackPscuHeader(void) throw (std::exception);
38        void UnpackPscuTrailer(void) throw (std::exception);        void UnpackPscuTrailer(void) throw (std::exception);
39          static unsigned int prevPckCounter;
40          static unsigned int prevPckOBT;
41      public:      public:
42        EventReader(void);        EventReader(void);
43        virtual void Init(PamelaRun *);        virtual void Init(PamelaRun *);

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

  ViewVC Help
Powered by ViewVC 1.1.23