EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
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
11
FairMCPointDraw::FairMCPointDraw
()
12
{
13
// TODO Auto-generated constructor stub
14
15
}
16
17
FairMCPointDraw::~FairMCPointDraw
()
18
{
19
// TODO Auto-generated destructor stub
20
}
21
22
TVector3
FairMCPointDraw::GetVector
(
TObject
* obj)
23
{
24
FairMCPoint
*
p
= (
FairMCPoint
*)obj;
25
return
TVector3(p->
GetX
(), p->
GetY
(), p->
GetZ
());
26
}
27
28
29
ClassImp
(
FairMCPointDraw
)
EicRoot
blob
master
eventdisplay
FairMCPointDraw.cxx
Built by
Jin Huang
. updated:
Mon Jan 22 2024 12:43:35
using
1.8.2 with
EIC GitHub integration