EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairHitDraw.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FairHitDraw.h
1 /*
2  * FairHitDraw.h
3  *
4  * Created on: Apr 16, 2009
5  * Author: stockman
6  *
7  * Simple method to draw points derived from FairHit
8  */
9 
10 #ifndef FAIRHITDRAW_H_
11 #define FAIRHITDRAW_H_
12 
13 #include "FairBoxSetDraw.h"
14 
16 {
17  public:
18  FairHitDraw();
19 
24  FairHitDraw(const char* name, Int_t iVerbose = 1);
25 
26  protected:
27 
28  TVector3 GetVector(TObject* obj);
29 
31 };
32 
33 #endif /* FAIRHITDRAW_H_ */