--- yoda/event/NdInitEvent.h 2005/08/29 09:45:48 5.0 +++ yoda/event/NdInitEvent.h 2006/02/07 17:11:07 6.0 @@ -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) }; }