Go to the source code of this file.
Definition at line 3 of file macro/detectors/mvd/Tobias/eventDisplay.C.
References fMan, fRun, MCFile, MvdPoints, rootlogon(), Track, and TString.
6 gROOT->LoadMacro(
"$VMCWORKDIR/gconfig/rootlogon.C");
8 gSystem->Load(
"libEve");
9 gSystem->Load(
"libEventDisplay");
11 gStyle->SetPalette(1);
14 FairRunAna *
fRun=
new FairRunAna();
26 fRun->SetInputFile(MCFile.Data());
32 fRun->SetOutputFile(
"test.root");
35 FairEventManager *
fMan=
new FairEventManager();
38 FairMCTracks *
Track =
new FairMCTracks (
"Monte-Carlo Tracks");
40 FairMCPointDraw *
MvdPoints =
new FairMCPointDraw (
"MVDPoint", kRed, kFullSquare);
58 fMan->AddTask(MvdPoints);
FairMCPointDraw * MvdPoints