PandaRoot
PndSTEDraw.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
23 #ifndef PndSTEDraw_H_
24 #define PndSTEDraw_H_
25 
26 #include "PndRiemannTrack.h"
27 
28 class TClonesArray;
29 
30 class TEllipse;
31 class TCanvas;
32 class TH1F;
33 
34 class PndSTEDraw {
35  public:
38 
40  virtual ~PndSTEDraw(){
41 
42  };
43 
47  void DrawTrack(PndRiemannTrack inputRiemannTrack);
48 
49  private:
51  TEllipse *fEllipse;
52  TEllipse *fHitEllipse;
53  TCanvas *fCanvas;
54 
55  ClassDef(PndSTEDraw, 1);
56 };
57 
58 #endif /* PndSTEDraw_H_ */
virtual ~PndSTEDraw()
Definition: PndSTEDraw.h:40
void DrawTrack(PndRiemannTrack inputRiemannTrack)
Function to draw tracks together with its hits.