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
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
}
14
15
TSData::~TSData
(){
16
Clear
();
17
}
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
}
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