1 |
/** @file |
/** @file |
2 |
* $Source: /home/cvsmanager/yoda/event/mcmd/McmdEvent.h,v $ |
* $Source: /home/cvsmanager/yoda/event/mcmd/McmdEvent.h,v $ |
3 |
* $Id: McmdEvent.h,v 2.1 2004/12/03 22:04:30 kusanagi Exp $ |
* $Id: McmdEvent.h,v 5.2 2006/02/04 12:37:44 kusanagi Exp $ |
4 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
5 |
* |
* |
6 |
* Header file for the McmdEvent class. |
* Header file for the McmdEvent class. |
8 |
#ifndef MCMD_EVENT_H |
#ifndef MCMD_EVENT_H |
9 |
#define MCMD_EVENT_H |
#define MCMD_EVENT_H |
10 |
|
|
11 |
#include "event/SubPacket.h" |
#include "McmdRecord.h" |
|
#include "event/mcmd/McmdRecord.h" |
|
12 |
#include <TClonesArray.h> |
#include <TClonesArray.h> |
13 |
|
|
14 |
namespace pamela { |
namespace pamela { |
15 |
/** |
/** |
16 |
* McmdEvent data Wrapper |
* McmdEvent data Wrapper |
17 |
|
* |
18 |
|
* The McmdEvent represents the "McmdEvent" packet generated by the PAMELA CPU software. |
19 |
|
* Is the results of several read of the PAMELA TMTC board. |
20 |
*/ |
*/ |
21 |
class McmdEvent: public pamela::SubPacket { |
class McmdEvent: public pamela::SubPacket { |
22 |
private: |
private: |
23 |
static TClonesArray *fgRecords; |
static TClonesArray *fgRecords; |
24 |
|
|
25 |
public: |
public: |
26 |
|
/** |
27 |
|
* Contain multiple instances of pamela::McmdRecord type. |
28 |
|
*/ |
29 |
TClonesArray *Records; |
TClonesArray *Records; |
30 |
|
|
31 |
int Mcmd_crc_ok; |
int Mcmd_crc_ok; |
32 |
|
|
33 |
McmdEvent(void); |
McmdEvent(void); |