QwAnalysis
QwTrackingDataserver.cc
Go to the documentation of this file.
1 #include "QwTrackingDataserver.h"
2 
3 // Qweak Tracking headers
4 #include "QwTypes.h"
5 #include "QwTrackingTreeRegion.h"
6 
7 // Qweak hit container
8 #include "QwHitContainer.h"
9 
11 {
12  // Initialize QwHitContainer
14 
15  // Instantiate hit list
17 }
18 
20 {
21  delete fHitList;
22 }
23 
25 {
26  // get next event
28 
29  // this will load the QwHitContainer from set of hits read from ASCII file qweak.event
30  fHitList->clear();
31 
32  //fEventBuffer.GetHitList (*fHitList);
33  // sort the array
34  fHitList->sort();
35  // now we decode our QwHitContainer list and piece together with the
36  // rcTreeRegion multi-dimension array.
37  //fEventBuffer.ProcessHitContainer(*fHitList);
38 }
39 
41 {
42  return fHitList;
43 }
QwHitContainer * GetHitList()
QwTrackingDataserver(const char *)
Int_t OpenDataFile(UInt_t current_run, Short_t seg)
QwHitContainer * fHitList