11 #include "TEveManager.h"
13 #include "TClonesArray.h"
69 cout<<
"FairBoxSetDraw::Init()" << endl;
76 cout <<
"FairBoxSetDraw::Init() branch " << GetName() <<
" Not found! Task will be deactivated "<< endl;
81 cout<<
"FairBoxSetDraw::Init() get track list" <<
fList<< endl;
85 cout<<
"FairBoxSetDraw::Init() get instance of FairEventManager " << endl;
106 cout <<
"EventTime: " << eventTime <<
" TimeWindow: " <<
fStartTime <<
" - " << eventTime +
fTimeWindowPlus << std::endl;
114 std::cout << GetName() <<
" fList: " <<
fList->GetEntries() << std::endl;
116 for (Int_t i=0; i<
fList->GetEntriesFast(); ++i) {
125 gEve->Redraw3D(kFALSE);
132 set->AddBox(point.X(),point.Y(),point.Z());
135 cout<<
"FairBoxSetDraw::Init() Add point " << i <<
": " <<point.X()<<
" "<<point.Y()<<
" "<< point.Z()<<
" " << endl;
148 aBoxSet->Reset(FairBoxSet::kBT_AABoxFixedDim, kFALSE, 32);
149 aBoxSet->SetDefWidth(0.3);
150 aBoxSet->SetDefHeight(0.3);
151 aBoxSet->SetDefDepth(0.3);