QwAnalysis
QwTrackingDataserver.h
Go to the documentation of this file.
1 #ifndef __QwTrackingDataserver_h__
2 #define __QwTrackingDataserver_h__
3 
4 // Inherits from
5 #include "VQwDataserver.h"
6 
7 // ROOT headers
8 #include "TROOT.h"
9 #include "TH1F.h"
10 
11 // Qweak headers
12 #include "QwEventBuffer.h"
13 #include "QwTrackingWorker.h"
14 
16 
17  private:
20 
21  public:
22  QwTrackingDataserver (const char*);
23  virtual ~QwTrackingDataserver();
24 
25  void NextEvent();
27 
28 };
29 
30 #endif // __QwTrackingDataserver_h__
QwHitContainer * GetHitList()
QwTrackingDataserver(const char *)
Controls all the routines involved in finding tracks in an event.
QwHitContainer * fHitList