1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/mcmd/McmdRecord.h,v $ |
* $Source: /home/cvsmanager/yoda/event/mcmd/McmdRecord.h,v $ |
3 |
* $Id: McmdRecord.h,v 1.1.1.1 2004/07/06 12:20:23 kusanagi Exp $ |
* $Id: McmdRecord.h,v 2.0 2004/09/21 20:50:13 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the McmdRecord class. |
* Header file for the McmdRecord class. |
8 |
#ifndef MCMD_RECORD_H |
#ifndef MCMD_RECORD_H |
9 |
#define MCMD_RECORD_H |
#define MCMD_RECORD_H |
10 |
|
|
11 |
#define UINT32 unsigned int |
#include "event/SubPacket.h" |
|
#define UINT16 unsigned short |
|
|
#define BYTE unsigned char |
|
|
|
|
|
#include <TObject.h> |
|
12 |
#include <TArrayC.h> |
#include <TArrayC.h> |
13 |
|
|
|
|
|
14 |
namespace pamela { |
namespace pamela { |
15 |
/** |
/** |
16 |
* McmdRecord data Wrapper |
* McmdRecord data Wrapper |