--- yoda/event/CalibTrkBothEvent.h 2004/09/21 20:49:57 2.0 +++ yoda/event/CalibTrkBothEvent.h 2006/05/30 19:10:02 6.2 @@ -1,7 +1,8 @@ -#ifndef CALIBTRKBOTH_EVENT_H -#define CALIBTRKBOTH_EVENT_H +#ifndef CALIB_TRK_BOTH_EVENT_H +#define CALIB_TRK_BOTH_EVENT_H #include "SubPacket.h" +#include namespace pamela { /** @@ -11,11 +12,16 @@ private: public: + /** + * An array of chars containing the CalibTrkBoth data area. + */ + TArrayC *calibTrkBothData; + CalibTrkBothEvent(void); ClassDef(CalibTrkBothEvent, 1) }; } -#endif /* CALIBTRKBOTH_EVENT_H */ +#endif /* CALIB_TRK_BOTH_ALARM_EVENT_H */