Base class for event management and navigation.
virtual void AddNewEventCommand(const TString &cmd)
Register a command to be executed on each new event.
virtual void ClearNewEventCommands()
Clear the list of commands to be executed on each new event.
TEveEventManager(const char *n="TEveEventManager", const char *t="")
Constructor.
virtual void AfterNewEventLoaded()
Virtual function to be called after a new event is loaded.
virtual void RemoveNewEventCommand(const TString &cmd)
Remove the first command equal to cmd.
std::vector< TString > fNewEventCommands