/[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 6.1 by kusanagi, Wed Apr 5 07:30:54 2006 UTC revision 6.2 by kusanagi, Wed Aug 16 13:15:23 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: kusanagi $   * $Author: kusanagi $
3   * $Date: 2006/02/07 17:11:09 $   * $Date: 2006/04/05 07:30:54 $
4   * $Revision: 6.0 $   * $Revision: 6.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 35  namespace pamela { Line 35  namespace pamela {
35         */         */
36        TechmodelPamelaRun *Run; //!        TechmodelPamelaRun *Run; //!
37        void UnpackPscuHeader(void) throw (WrongCRCHeaderException, LengthException, BackwardCounterException);        void UnpackPscuHeader(void) throw (WrongCRCHeaderException, LengthException, BackwardCounterException);
38          void UnpackPscuHeader(unsigned char*) throw (WrongCRCHeaderException, LengthException, BackwardCounterException);
39        void UnpackPscuTrailer(void) throw (std::exception);        void UnpackPscuTrailer(void) throw (std::exception);
40    
41        /**        /**
# Line 58  namespace pamela { Line 59  namespace pamela {
59        virtual void Init(PamelaRun *);        virtual void Init(PamelaRun *);
60        virtual void RunEvent(int);        virtual void RunEvent(int);
61        virtual std::string GetVersionInfo(void) const;        virtual std::string GetVersionInfo(void) const;
62        virtual bool FindStart(void) throw (std::exception);        virtual bool FindStart(unsigned char*, long) throw (std::exception);
63        int archiveCorruptedPacket(long int, long int);        int archiveCorruptedPacket(long int, long int);
64        ClassDef(EventReader, 1)        ClassDef(EventReader, 1)
65      };      };

Legend:
Removed from v.6.1  
changed lines
  Added in v.6.2

  ViewVC Help
Powered by ViewVC 1.1.23