PandaRoot
PndSttMCPointDraw.h
Go to the documentation of this file.
1 
9 #ifndef PNDSTTMCPOINTDRAW_H_
10 #define PNDSTTMCPOINTDRAW_H_
11 
12 #include "FairMCPointDraw.h"
13 #include "FairDataSourceI.h"
14 #include "TVector3.h"
15 #include <TClonesArray.h>
16 #include <TObject.h>
17 
18 class PndSttMCPointDraw : public FairMCPointDraw {
19  public:
21  PndSttMCPointDraw(const char *name, FairDataSourceI *dataSource, Color_t color, Style_t mstyle, Int_t iVerbose = 1)
22  : FairMCPointDraw(name, dataSource, color, mstyle, iVerbose){}
23  virtual ~PndSttMCPointDraw();
24 
25  protected:
26  TVector3 GetVector(TObject *obj);
27 
29 };
30 
31 #endif /* PndSttMCPOINTDRAW_H_ */
ClassDef(PndSttMCPointDraw, 1)
TVector3 GetVector(TObject *obj)
PndSttMCPointDraw(const char *name, FairDataSourceI *dataSource, Color_t color, Style_t mstyle, Int_t iVerbose=1)
virtual ~PndSttMCPointDraw()