FACT++  1.0
const void* Event::GetData ( ) const
inlinevirtual

Return a pointer to the data region.

Reimplemented from EventImp.

Definition at line 36 of file Event.h.

36 { return &*fData.begin(); }
std::vector< char > fData
A human readable description of the event.
Definition: Event.h:13