/[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.1 by kusanagi, Thu Jul 8 12:31:25 2004 UTC revision 1.2 by kusanagi, Sat Jul 17 20:03:21 2004 UTC
# Line 22  namespace pamela { Line 22  namespace pamela {
22       * @return a string with the run name.       * @return a string with the run name.
23       */       */
24            
25           UINT8  Arr_ID;
26         UINT16 Arr_len;
27         UINT32 *Data;
28      ArrDumpRecord(void);      ArrDumpRecord(void);
29      ~ArrDumpRecord(void){};      ~ArrDumpRecord(void){};
30    
31      ClassDef(ArrDumpRecord, 1)      ClassDef(ArrDumpRecord, 1)
32    };    };
33  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.23