hpstr
The Heavy Photon Search Toolkit for Reconstruction (hpstr) provides an interface to physics data from the HPS experiment saved in the LCIO format and converts it into an ROOT based format.
|
description More...
#include <IEventFile.h>
Public Member Functions | |
virtual | ~IEventFile () |
virtual bool | nextEvent ()=0 |
description | |
virtual void | setupEvent (IEvent *ievent)=0 |
description | |
virtual void | close ()=0 |
description | |
virtual void | resetOutputFileDir ()=0 |
description | |
description
Definition at line 10 of file IEventFile.h.
|
inlinevirtual |
Destructor
Definition at line 14 of file IEventFile.h.
|
pure virtual |
description
Implemented in EventFile, and HpsEventFile.
|
pure virtual |
|
pure virtual |
description
Implemented in EventFile, and HpsEventFile.
|
pure virtual |