/[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.0 by kusanagi, Tue Feb 7 17:11:09 2006 UTC revision 6.4 by mocchiut, Mon Nov 20 08:58:04 2006 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: kusanagi $   * $Author: pam-rm2 $
3   * $Date: 2006/02/04 12:37:45 $   * $Date: 2006/08/23 14:39:44 $
4   * $Revision: 5.1 $   * $Revision: 6.3 $
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 51  namespace pamela { Line 51  namespace pamela {
51        static unsigned int prevPckCounter;        static unsigned int prevPckCounter;
52        static unsigned int prevPckOBT;        static unsigned int prevPckOBT;
53        std::stringstream oss;        std::stringstream oss;
54          ofstream corruptedPacketFile;
55          unsigned int fPL;
56          bool jgood;
57          bool notfirst;
58    
59        public:        public:
60        //EventReader(void);        //EventReader(void);
61        EventReader(int);        EventReader(int);
# Line 58  namespace pamela { Line 63  namespace pamela {
63        virtual void RunEvent(int);        virtual void RunEvent(int);
64        virtual std::string GetVersionInfo(void) const;        virtual std::string GetVersionInfo(void) const;
65        virtual bool FindStart(void) throw (std::exception);        virtual bool FindStart(void) throw (std::exception);
66          int archiveCorruptedPacket(long int, long int);
67        ClassDef(EventReader, 1)        ClassDef(EventReader, 1)
68      };      };
69    }    }

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

  ViewVC Help
Powered by ViewVC 1.1.23