--- yoda/event/varDump/VarDumpEvent.h 2004/07/08 12:31:39 1.1 +++ yoda/event/varDump/VarDumpEvent.h 2005/03/03 12:37:48 2.2 @@ -1,7 +1,6 @@ #ifndef VARDUMP_EVENT_H #define VARDUMP_EVENT_H -#include "event/SubPacket.h" #include "event/varDump/VarDumpRecord.h" #include @@ -20,8 +19,9 @@ * @param run Run number. * @return a string with the run name. */ - TClonesArray* Records; - + TClonesArray* Records; + UINT32 PARAMETER_STAMP; + VarDumpEvent(void); ~VarDumpEvent(void);