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