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.
Loading...
Searching...
No Matches
processing
include
IEventFile.h
Go to the documentation of this file.
1
#ifndef __IEVENT_FILE_H__
2
#define __IEVENT_FILE_H__
3
4
#include "
IEvent.h
"
5
10
class
IEventFile
{
11
12
public
:
14
virtual
~IEventFile
() {};
15
22
virtual
bool
nextEvent
() = 0;
23
29
virtual
void
setupEvent
(
IEvent
* ievent) = 0;
30
35
virtual
void
close
() = 0;
36
41
virtual
void
resetOutputFileDir
() = 0;
42
43
};
44
45
#endif
IEvent.h
IEventFile
description
Definition
IEventFile.h:10
IEventFile::nextEvent
virtual bool nextEvent()=0
description
IEventFile::resetOutputFileDir
virtual void resetOutputFileDir()=0
description
IEventFile::~IEventFile
virtual ~IEventFile()
Definition
IEventFile.h:14
IEventFile::setupEvent
virtual void setupEvent(IEvent *ievent)=0
description
IEventFile::close
virtual void close()=0
description
IEvent
Definition
IEvent.h:7
Generated by
1.9.8