DD4hep
1.30.0
Detector Description Toolkit for High Energy Physics
|
Event event consumer base class for DDEve: Interface class for event I/O. More...
#include <EventHandler.h>
Public Member Functions | |
EventConsumer ()=default | |
Standard constructor. More... | |
virtual | ~EventConsumer () |
Default destructor. More... | |
virtual void | OnNewEvent (EventHandler &)=0 |
Consumer event data callback. More... | |
virtual void | OnFileOpen (EventHandler &)=0 |
Consumer file open callback. More... | |
ClassDef (EventConsumer, 0) | |
Event event consumer base class for DDEve: Interface class for event I/O.
Definition at line 127 of file EventHandler.h.
|
default |
Standard constructor.
|
virtual |
Default destructor.
Definition at line 27 of file EventHandler.cpp.
dd4hep::EventConsumer::ClassDef | ( | EventConsumer | , |
0 | |||
) |
|
pure virtual |
Consumer file open callback.
Implemented in dd4hep::Display, and dd4hep::EventControl.
|
pure virtual |
Consumer event data callback.
Implemented in dd4hep::Display, and dd4hep::EventControl.