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.
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Functions
Variables
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerations
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerations
Enumerator
Files
File List
File Members
All
c
d
f
i
j
l
m
n
p
r
s
u
Functions
c
d
f
i
m
n
r
s
u
Variables
Typedefs
Macros
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
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
};
10
class
IEventFile
{
…
};
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