/[PAMELA software]/chewbacca/PamOffLineSW/techmodel/EventReader.h
ViewVC logotype

Diff of /chewbacca/PamOffLineSW/techmodel/EventReader.h

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

revision 1.1 by mocchiut, Tue Sep 23 07:20:24 2008 UTC revision 1.2 by mocchiut, Thu Feb 11 09:02:11 2010 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Author: messineo $   * $Author: mocchiut $
3   * $Date: 2008-03-03 15:37:16 $   * $Date: 2008/09/23 07:20:24 $
4   * $Revision: 1.10 $   * $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 38  namespace pamela { Line 38  namespace pamela {
38          //The event header          //The event header
39             EventHeader* Header;             EventHeader* Header;
40             void PKT_UnpackPscuHeader(char* buff);             void PKT_UnpackPscuHeader(char* buff);
41                                 TObject *GetPtr(TString name="");
42             //Distructor               //Distructor  
43             virtual ~EventReader(void);             virtual ~EventReader(void);
44             EventReader(void);             EventReader(void);
# Line 50  namespace pamela { Line 50  namespace pamela {
50    
51        virtual std::string GetVersionInfo(void) const;        virtual std::string GetVersionInfo(void) const;
52                
53        ClassDef(EventReader, 1)        ClassDef(EventReader, 2)
54      };      };
55    }    }
56  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23