/[PAMELA software]/yoda/event/log/LogRecord.h
ViewVC logotype

Diff of /yoda/event/log/LogRecord.h

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

revision 1.2 by kusanagi, Sat Jul 17 20:03:24 2004 UTC revision 2.0 by kusanagi, Tue Sep 21 20:50:09 2004 UTC
# Line 1  Line 1 
1  /** @file  /** @file
2   * $Source: /home/cvsmanager/yoda/event/log/LogRecord.h,v $   * $Source: /home/cvsmanager/yoda/event/log/LogRecord.h,v $
3   * $Id: LogRecord.h,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $   * $Id: LogRecord.h,v 1.3 2004/08/19 15:24:16 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the LogRecord class.   * Header file for the LogRecord class.
# Line 28  namespace pamela { Line 28  namespace pamela {
28       * @param run Run number.       * @param run Run number.
29       * @return a string with the run name.       * @return a string with the run name.
30       */       */
31      UINT32 LG_RECORD_OBT;      UINT32  RECORD_OBT;
32      UINT16 LG_LINE;      UINT8   MASKTYPE;
33      UINT16 LG_INFO;      UINT8   FILE_ID;
34      UINT8  LG_FILE_ID;      UINT16  LINE_NO;
35        UINT32  INFO1;
36                    
37      LogRecord(void);      LogRecord(void);
38      ~LogRecord(void){};      ~LogRecord(void){};

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

  ViewVC Help
Powered by ViewVC 1.1.23