#include <LCEventListener.h>
Public Member Functions | |
| virtual | ~LCEventListener () |
| Destructor. | |
| virtual void | processEvent (EVENT::LCEvent *evt)=0 |
| virtual void | modifyEvent (EVENT::LCEvent *evt)=0 |
Definition at line 24 of file LCEventListener.h.
|
|
Destructor.
Definition at line 28 of file LCEventListener.h. |
|
|
Call back for updating an LCEvent. Here all modifications are allowed. Only use this method if you need to remove a collection from the event or you need to modify (fix) exisiting data. |
|
|
Call back for analyzing an LCEvent. The access to the event is 'read only'. Adding new collections to the event is allowed wheras existing data collections and elements can not be modified. |
1.3.9.1