#include <EDepSimUserEventInformation.hh>
Public Member Functions | |
UserEventInformation () | |
virtual | ~UserEventInformation () |
virtual void | Print () const |
Print information about the event. More... | |
void | InitializeEvent (void) |
Definition at line 11 of file EDepSimUserEventInformation.hh.
EDepSim::UserEventInformation::UserEventInformation | ( | ) |
Definition at line 7 of file EDepSimUserEventInformation.cc.
|
virtual |
Definition at line 10 of file EDepSimUserEventInformation.cc.
void EDepSim::UserEventInformation::InitializeEvent | ( | void | ) |
Reset for a new event. This is needed since some event generators start creating an event, and then later decide to reject it. This allows the user information to be reset to the default values.
Definition at line 14 of file EDepSimUserEventInformation.cc.
|
virtual |
Print information about the event.
Definition at line 12 of file EDepSimUserEventInformation.cc.