/[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 6.0 by kusanagi, Tue Feb 7 17:11:09 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: kusanagi $   * $Author: kusanagi $
3   * $Date: 2004/09/21 20:50:54 $   * $Date: 2006/02/04 12:37:45 $
4   * $Revision: 2.0 $   * $Revision: 5.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   */   */
8    
9  #include "TechmodelPamelaRun.h"  #include "TechmodelPamelaRun.h"
10  #include "TechmodelAlgorithm.h"  #include "TechmodelAlgorithm.h"
 #include "Exception.h"  
11    
12  namespace pamela {  namespace pamela {
13    namespace techmodel {    namespace techmodel {
# Line 35  namespace pamela { Line 34  namespace pamela {
34         * The Run that is processed.         * The Run that is processed.
35         */         */
36        TechmodelPamelaRun *Run; //!        TechmodelPamelaRun *Run; //!
37        void UnpackPscuHeader(void) throw (WrongCRCException, LengthException);        void UnpackPscuHeader(void) throw (WrongCRCHeaderException, LengthException, BackwardCounterException);
38        void UnpackPscuTrailer(void) throw (std::exception);        void UnpackPscuTrailer(void) throw (std::exception);
39    
40        /**        /**
# Line 58  namespace pamela { Line 57  namespace pamela {
57        virtual void Init(PamelaRun *);        virtual void Init(PamelaRun *);
58        virtual void RunEvent(int);        virtual void RunEvent(int);
59        virtual std::string GetVersionInfo(void) const;        virtual std::string GetVersionInfo(void) const;
60        virtual int FindStart(void) throw (std::exception);        virtual bool FindStart(void) throw (std::exception);
61        ClassDef(EventReader, 1)        ClassDef(EventReader, 1)
62      };      };
63    }    }

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

  ViewVC Help
Powered by ViewVC 1.1.23