2 |
#define NDINIT_EVENT_H |
#define NDINIT_EVENT_H |
3 |
|
|
4 |
#include "SubPacket.h" |
#include "SubPacket.h" |
5 |
#include "physics/neutronDetector/NeutronRecord.h" |
#include <TArrayC.h> |
6 |
|
|
7 |
namespace pamela { |
namespace pamela { |
|
class neutron::NeutronRecord; |
|
8 |
/** |
/** |
9 |
* Information events about the NdInit. |
* Information events about the NdInit. |
10 |
*/ |
*/ |
12 |
private: |
private: |
13 |
|
|
14 |
public: |
public: |
15 |
|
/** |
16 |
|
* An array of chars containing the NdInit data area. |
17 |
|
*/ |
18 |
|
TArrayC *ndInitData; |
19 |
NdInitEvent(void); |
NdInitEvent(void); |
20 |
pamela::neutron::NeutronRecord rec; |
ClassDef(NdInitEvent, 2) |
|
ClassDef(NdInitEvent, 1) |
|
21 |
}; |
}; |
22 |
} |
} |
23 |
|
|