/[PAMELA software]/yoda/event/arrDump/ArrDumpRecord.h
ViewVC logotype

Diff of /yoda/event/arrDump/ArrDumpRecord.h

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

revision 1.2 by kusanagi, Sat Jul 17 20:03:21 2004 UTC revision 1.3 by kusanagi, Thu Aug 26 08:18:58 2004 UTC
# Line 6  Line 6 
6  #define UINT8  unsigned char  #define UINT8  unsigned char
7    
8  #include <TObject.h>  #include <TObject.h>
9    #include <TArrayI.h>
10    
11    
12  namespace pamela {  namespace pamela {
# Line 22  namespace pamela { Line 23  namespace pamela {
23       * @return a string with the run name.       * @return a string with the run name.
24       */       */
25            
26       UINT8  Arr_ID;       UINT8      Arr_ID;
27       UINT16 Arr_len;       UINT16     Arr_len;
28       UINT32 *Data;       TArrayI    *Data;
29      ArrDumpRecord(void);      ArrDumpRecord(void);
30      ~ArrDumpRecord(void){};      ~ArrDumpRecord(void){};
31    

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

  ViewVC Help
Powered by ViewVC 1.1.23