EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairMCPointDraw.cxx
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FairMCPointDraw.cxx
1 /*
2  * FairMCPointsDraw.cpp
3  *
4  * Created on: Apr 17, 2009
5  * Author: stockman
6  */
7 
8 #include "FairMCPointDraw.h"
9 #include "FairMCPoint.h"
10 
12 {
13  // TODO Auto-generated constructor stub
14 
15 }
16 
18 {
19  // TODO Auto-generated destructor stub
20 }
21 
23 {
24  FairMCPoint* p = (FairMCPoint*)obj;
25  return TVector3(p->GetX(), p->GetY(), p->GetZ());
26 }
27 
28