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. |
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 |
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; |