| 1 |
/** @file |
/** @file |
| 2 |
* $Source: /home/cvspamela/yoda/event/log/LogRecord.h,v $ |
* $Source: /home/cvsmanager/yoda/event/log/LogRecord.h,v $ |
| 3 |
* $Id: LogRecord.h,v 1.1 2004/03/26 15:22:54 nagni Exp $ |
* $Id: LogRecord.h,v 1.3 2004/08/19 15:24:16 kusanagi Exp $ |
| 4 |
* $Author: nagni $ |
* $Author: kusanagi $ |
| 5 |
* |
* |
| 6 |
* Header file for the LogRecord class. |
* Header file for the LogRecord class. |
| 7 |
*/ |
*/ |
| 8 |
#ifndef LOG_RECORD_H |
#ifndef LOG_RECORD_H |
| 9 |
#define LOG_RECORD_H |
#define LOG_RECORD_H |
| 10 |
#define UINT unsigned int |
|
| 11 |
|
#define UINT32 unsigned int |
| 12 |
|
#define UINT16 unsigned short |
| 13 |
|
#define UINT8 unsigned char |
| 14 |
|
|
| 15 |
#include <TObject.h> |
#include <TObject.h> |
| 16 |
|
|
| 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 |
UINT LG_RECORD_OBT; |
UINT32 RECORD_OBT; |
| 32 |
UINT LG_LINE; |
UINT8 MASKTYPE; |
| 33 |
UINT LG_INFO; |
UINT8 FILE_ID; |
| 34 |
UINT LG_FILE_ID; |
UINT16 LINE_NO; |
| 35 |
|
UINT32 INFO1; |
| 36 |
|
|
| 37 |
LogRecord(void); |
LogRecord(void); |
| 38 |
~LogRecord(void){}; |
~LogRecord(void){}; |