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
src
TSData.cxx
Go to the documentation of this file.
1
7
#include "
TSData.h
"
8
9
ClassImp
(
TSData
)
10
11
TSData::TSData
()
12
: TObject() {
13
}
9
ClassImp
(
TSData
) {
…
}
14
15
TSData::~TSData
(){
16
Clear
();
17
}
15
TSData::~TSData
() {
…
}
18
19
// TODO: Finish writing print method
20
void
TSData::print
(){
21
using namespace
std;
22
cout <<
"TSData::print()"
<< endl;
23
cout <<
"Event Number: "
<<
EN
<< endl;
24
cout <<
"Trigger Time: "
<<
T
<< endl;
25
}
20
void
TSData::print
() {
…
}
26
ClassImp
ClassImp(TSData) TSData
Definition
TSData.cxx:9
TSData.h
Class used to decode TS words.
TSData
Definition
TSData.h:23
TSData::T
unsigned long T
Definition
TSData.h:70
TSData::TSData
TSData()
TSData::print
void print()
Definition
TSData.cxx:20
TSData::~TSData
~TSData()
Definition
TSData.cxx:15
TSData::Clear
void Clear()
Definition
TSData.h:78
TSData::EN
unsigned long EN
Definition
TSData.h:69
Generated by
1.9.8