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