BmnRoot
Loading...
Searching...
No Matches
MpdHitDraw.cxx
Go to the documentation of this file.
1/*
2 * MpdHitDraw.cpp
3 *
4 * Created on: Apr 16, 2009
5 * Author: stockman
6 */
7
8#include "MpdHitDraw.h"
9
10#include "FairHit.h"
11
12
13TVector3 MpdHitDraw::GetVector(TObject* obj)
14{
15 FairHit* hit = static_cast<FairHit*>(obj);
16 return TVector3(hit->GetX(), hit->GetY(), hit->GetZ());
17}
TVector3 GetVector(TObject *obj)