LCIO
02.17
|
Listener for the occurence of LCRunHeader when reading a stream. More...
#include <LCRunListener.h>
Public Member Functions | |
virtual | ~LCRunListener () |
Destructor. More... | |
virtual void | processRunHeader (EVENT::LCRunHeader *rh)=0 |
Call back for processing an LCRunHeader. More... | |
virtual void | modifyRunHeader (EVENT::LCRunHeader *rh)=0 |
Call back for modifying an existing LCRunHeader. More... | |
Listener for the occurence of LCRunHeader when reading a stream.
User classes should implement this interface for their analysis code and then register the listener with LCReader.
Definition at line 24 of file LCRunListener.h.
|
inlinevirtual |
Destructor.
Definition at line 28 of file LCRunListener.h.
|
pure virtual |
Call back for modifying an existing LCRunHeader.
Implemented in BenchmarkListener.
|
pure virtual |