--- yoda/event/arrDump/ArrDumpEvent.h 2004/09/21 20:50:04 2.0 +++ yoda/event/arrDump/ArrDumpEvent.h 2005/03/03 12:38:25 2.1 @@ -1,7 +1,6 @@ #ifndef ARRDUMP_EVENT_H #define ARRDUMP_EVENT_H -#include "event/SubPacket.h" #include "event/arrDump/ArrDumpRecord.h" #include @@ -21,7 +20,8 @@ * @return a string with the run name. */ TClonesArray* Records; - + UINT32 PARAMETER_STAMP; + ArrDumpEvent(void); ~ArrDumpEvent(void);