5 |
#include "physics/neutronDetector/NeutronRecord.h" |
#include "physics/neutronDetector/NeutronRecord.h" |
6 |
|
|
7 |
namespace pamela { |
namespace pamela { |
8 |
|
class neutron::NeutronRecord; |
9 |
/** |
/** |
10 |
* Information events about the NdInit. |
* Information events about the NdInit. |
11 |
*/ |
*/ |
12 |
class NdInitEvent: public pamela::SubPacket, public pamela::neutron::NeutronRecord { |
class NdInitEvent: public pamela::SubPacket { |
13 |
private: |
private: |
14 |
|
|
15 |
public: |
public: |
16 |
NdInitEvent(void); |
NdInitEvent(void); |
17 |
|
pamela::neutron::NeutronRecord rec; |
18 |
ClassDef(NdInitEvent, 1) |
ClassDef(NdInitEvent, 1) |
19 |
}; |
}; |
20 |
} |
} |