/[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 2.0 by kusanagi, Tue Sep 21 20:50:09 2004 UTC revision 4.0 by kusanagi, Sun Mar 6 04:33:01 2005 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.3 2004/08/19 15:24:16 kusanagi Exp $   * $Id: LogRecord.h,v 3.0 2005/03/04 15:54:11 kusanagi Exp $
4   * $Author: kusanagi $   * $Author: kusanagi $
5   *   *
6   * Header file for the LogRecord class.   * Header file for the LogRecord class.
# Line 8  Line 8 
8  #ifndef LOG_RECORD_H  #ifndef LOG_RECORD_H
9  #define LOG_RECORD_H  #define LOG_RECORD_H
10    
11  #define UINT32 unsigned int  #include "event/SubPacket.h"
 #define UINT16 unsigned short  
 #define UINT8  unsigned char  
   
 #include <TObject.h>  
   
   
12  namespace pamela {  namespace pamela {
13    /**    /**
14     * LogBlock data Wrapper     * LogBlock data Wrapper
# Line 25  namespace pamela { Line 19  namespace pamela {
19    public:    public:
20      /**      /**
21       * Get the run name according to a certain run number.       * Get the run name according to a certain run number.
22       * @param run Run number.      */
      * @return a string with the run name.  
      */  
23      UINT32  RECORD_OBT;      UINT32  RECORD_OBT;
24      UINT8   MASKTYPE;      UINT8   MASKTYPE;
25      UINT8   FILE_ID;      UINT8   FILE_ID;

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

  ViewVC Help
Powered by ViewVC 1.1.23