11 #include "TClonesArray.h"
12 #include "TEveManager.h"
13 #include "TEvePointSet.h"
14 #include "TEveTreeTools.h"
51 if(
fVerbose>1) { cout<<
"FairPointSetDraw::Init()" << endl; }
55 cout <<
"FairPointSetDraw::Init() branch " << GetName() <<
" Not found! Task will be deactivated "<< endl;
58 if(
fVerbose>2) { cout<<
"FairPointSetDraw::Init() get track list" <<
fPointList<< endl; }
60 if(
fVerbose>2) { cout<<
"FairPointSetDraw::Init() get instance of FairEventManager " << endl; }
72 TEvePointSet* q =
new TEvePointSet(GetName(),npoints, TEvePointSelectorConsumer::kTVT_XYZ);
75 q->SetMarkerSize(1.5);
78 for (Int_t i=0; i<npoints; ++i) {
82 q->SetNextPoint(vec.X(),vec.Y(), vec.Z());
87 gEve->Redraw3D(kFALSE);
95 return new TNamed(Form(
"Point %d", i),
"");