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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2.1 - (hide annotations) (download)
Sun Oct 17 12:28:20 2004 UTC (20 years, 1 month ago) by kusanagi
Branch: MAIN
Changes since 2.0: +2 -4 lines
File MIME type: text/plain
*** empty log message ***

1 kusanagi 1.1 /** @file
2 kusanagi 1.2 * $Source: /home/cvsmanager/yoda/event/log/LogRecord.h,v $
3 kusanagi 2.1 * $Id: LogRecord.h,v 2.0 2004/09/21 20:50:09 kusanagi Exp $
4 kusanagi 1.2 * $Author: kusanagi $
5 kusanagi 1.1 *
6     * Header file for the LogRecord class.
7     */
8     #ifndef LOG_RECORD_H
9     #define LOG_RECORD_H
10 kusanagi 1.2
11     #define UINT32 unsigned int
12     #define UINT16 unsigned short
13     #define UINT8 unsigned char
14 kusanagi 1.1
15     #include <TObject.h>
16    
17    
18     namespace pamela {
19     /**
20     * LogBlock data Wrapper
21     */
22     class LogRecord: public TObject {
23     private:
24    
25     public:
26     /**
27     * Get the run name according to a certain run number.
28 kusanagi 2.1 */
29 kusanagi 1.3 UINT32 RECORD_OBT;
30     UINT8 MASKTYPE;
31     UINT8 FILE_ID;
32     UINT16 LINE_NO;
33     UINT32 INFO1;
34 kusanagi 1.1
35     LogRecord(void);
36     ~LogRecord(void){};
37     ClassDef(LogRecord, 1)
38     };
39     }
40    
41     #endif /* LOG_RECORD_H */
42    

  ViewVC Help
Powered by ViewVC 1.1.23