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
event
include
HpsEvent.h
Go to the documentation of this file.
1
#ifndef __HPS_EVENT_H_
2
#define __HPS_EVENT_H_
3
4
#include "
IEvent.h
"
5
#include "TClonesArray.h"
6
#include "TTree.h"
7
8
9
class
HpsEvent
:
public
IEvent
{
10
11
public
:
12
HpsEvent
();
13
virtual
void
add
(
const
std::string name, TObject*
object
){};
14
void
addCollection
(
const
std::string name, TClonesArray* collection);
15
void
setTree
(TTree* tree);
16
virtual
TTree*
getTree
(){
return
tree_
;}
17
18
private
:
19
TTree*
tree_
;
20
};
9
class
HpsEvent
:
public
IEvent
{
…
};
21
22
#endif
IEvent.h
HpsEvent
Definition
HpsEvent.h:9
HpsEvent::tree_
TTree * tree_
Definition
HpsEvent.h:19
HpsEvent::getTree
virtual TTree * getTree()
Definition
HpsEvent.h:16
HpsEvent::add
virtual void add(const std::string name, TObject *object)
Definition
HpsEvent.h:13
HpsEvent::setTree
void setTree(TTree *tree)
Definition
HpsEvent.cxx:6
HpsEvent::addCollection
void addCollection(const std::string name, TClonesArray *collection)
Definition
HpsEvent.cxx:5
HpsEvent::HpsEvent
HpsEvent()
Definition
HpsEvent.cxx:3
IEvent
Definition
IEvent.h:7
Generated by
1.9.8