PandaRoot
PndSTEDraw.h
Go to the documentation of this file.
1 
11 #ifndef PndSTEDraw_H_
12 #define PndSTEDraw_H_
13 
14 #include "PndRiemannTrack.h"
15 
16 class TClonesArray;
17 
18 class TEllipse;
19 class TCanvas;
20 class TH1F;
21 
22 class PndSTEDraw {
23  public:
26 
28  virtual ~PndSTEDraw(){
29 
30  };
31 
35  void DrawTrack(PndRiemannTrack inputRiemannTrack);
36 
37  private:
39  TEllipse *fEllipse;
40  TEllipse *fHitEllipse;
41  TCanvas *fCanvas;
42 
43  ClassDef(PndSTEDraw, 1);
44 };
45 
46 #endif /* PndSTEDraw_H_ */
virtual ~PndSTEDraw()
Definition: PndSTEDraw.h:28
void DrawTrack(PndRiemannTrack inputRiemannTrack)
Function to draw tracks together with its hits.