LCIO  02.17
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
IO::LCRunListener Class Referenceabstract

Listener for the occurence of LCRunHeader when reading a stream. More...

#include <LCRunListener.h>

+ Inheritance diagram for IO::LCRunListener:

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...
 

Detailed Description

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.

Author
gaede
Version
Mar 11, 2003
See Also
LCRunHeader
LCReader

Definition at line 24 of file LCRunListener.h.

Constructor & Destructor Documentation

virtual IO::LCRunListener::~LCRunListener ( )
inlinevirtual

Destructor.

Definition at line 28 of file LCRunListener.h.

Member Function Documentation

virtual void IO::LCRunListener::modifyRunHeader ( EVENT::LCRunHeader rh)
pure virtual

Call back for modifying an existing LCRunHeader.

Implemented in BenchmarkListener.

virtual void IO::LCRunListener::processRunHeader ( EVENT::LCRunHeader rh)
pure virtual

Call back for processing an LCRunHeader.

Access is 'read only'.

Implemented in BenchmarkListener.


The documentation for this class was generated from the following file: