#include <TVEventChangeHandler.hxx>
Public Member Functions | |
TVEventChangeHandler () | |
virtual | ~TVEventChangeHandler () |
virtual void | Apply ()=0 |
A base class for handlers called by TEventChangeManager. The TEventChangeManager keeps a vector of possible handlers that are used everytime the event has changed (or needs to be reset). The handlers need to implement the XXX class, and should check to see if they are enabled using the GUI class.
Definition at line 15 of file TVEventChangeHandler.hxx.
|
inline |
Definition at line 17 of file TVEventChangeHandler.hxx.
|
inlinevirtual |
Definition at line 18 of file TVEventChangeHandler.hxx.
|
pure virtual |
Apply the change handler to the current event. This does all of the work.
Implemented in EDep::TG4HitChangeHandler, and EDep::TTrajectoryChangeHandler.