EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairHitPointSetDraw.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FairHitPointSetDraw.h
1 /*
2  * FairMCPointsDraw.h
3  *
4  * Created on: Sep. 30, 2009
5  * Author: stockman
6  */
7 
8 #ifndef FAIRHITPOINTSETDRAW_H_
9 #define FAIRHITPOINTSETDRAW_H_
10 
11 #include "FairPointSetDraw.h"
12 
13 class TVector3;
14 
16 {
17  public:
19  FairHitPointSetDraw(const char* name, Color_t color ,Style_t mstyle, Int_t iVerbose = 1):FairPointSetDraw(name, color, mstyle, iVerbose) {};
20  virtual ~FairHitPointSetDraw();
21 
22  protected:
23  TVector3 GetVector(TObject* obj);
24 
26 };
27 
28 #endif /* FAIRHITPOINTSETDRAW_H_ */