--- yoda/event/NdInitEvent.h 2004/10/17 12:28:15 2.2 +++ yoda/event/NdInitEvent.h 2006/02/04 12:37:43 5.1 @@ -2,10 +2,9 @@ #define NDINIT_EVENT_H #include "SubPacket.h" -#include "physics/neutronDetector/NeutronRecord.h" +#include namespace pamela { - class neutron::NeutronRecord; /** * Information events about the NdInit. */ @@ -13,9 +12,12 @@ private: public: + /** + * An array of chars containing the NdInit data area. + */ + TArrayC *ndInitData; NdInitEvent(void); - pamela::neutron::NeutronRecord rec; - ClassDef(NdInitEvent, 1) + ClassDef(NdInitEvent, 2) }; }