--- yoda/event/CalibTrailerEvent.h 2004/07/29 16:18:54 1.1 +++ yoda/event/CalibTrailerEvent.h 2006/05/30 19:10:02 6.2 @@ -2,6 +2,7 @@ #define CALIBTRAILER_EVENT_H #include "SubPacket.h" +#include namespace pamela { /** @@ -11,10 +12,14 @@ private: public: - + /** + * An array of chars containing the CalibTrailer data area. + */ + + TArrayC *calibTrailerData; CalibTrailerEvent(void); - ClassDef(CalibTrailerEvent, 1) + ClassDef(CalibTrailerEvent, 2) }; }