FairRoot/PandaRoot
PndTPCRecoPointDraw.cxx
Go to the documentation of this file.
1 // -------------------------------------------------------------------------
2 // ----- FairTPCRecoPointDraw source file -----
3 // ----- Created 03/01/08 by M. Al-Turany -----
4 // -------------------------------------------------------------------------
5 
6 #include "PndTPCRecoPointDraw.h"
7 #include "PndTpcCluster.h"
8 #include <iostream>
9 
10 // -------------------------------------------------------------------------
11 TVector3 PndTPCRecoPointDraw::GetVector(TObject* obj)
12 {
13  PndTpcCluster* cluster = (PndTpcCluster*)obj;
14  return (cluster->pos());
15 }
16 
17 
19 
20 
virtual TVector3 GetVector(TObject *obj)
ClassImp(PndAnaContFact)