1 |
#ifndef VARDUMP_EVENT_H |
#ifndef VARDUMP_EVENT_H |
2 |
#define VARDUMP_EVENT_H |
#define VARDUMP_EVENT_H |
3 |
|
|
|
#include "event/SubPacket.h" |
|
4 |
#include "event/varDump/VarDumpRecord.h" |
#include "event/varDump/VarDumpRecord.h" |
5 |
#include <TClonesArray.h> |
#include <TClonesArray.h> |
6 |
|
|
20 |
* @return a string with the run name. |
* @return a string with the run name. |
21 |
*/ |
*/ |
22 |
TClonesArray* Records; |
TClonesArray* Records; |
23 |
|
UINT32 PARAMETER_STAMP; |
24 |
|
|
25 |
VarDumpEvent(void); |
VarDumpEvent(void); |
26 |
~VarDumpEvent(void); |
~VarDumpEvent(void); |