Go to the source code of this file.
Definition at line 3 of file macro/detectors/mvd/eventDisplay.C.
References creator, digiFile, fMan, fRun, Geane, MvdPoints, parInput1, recoFile, rootlogon(), rtdb, Track, and TString.
    7   TString  InputFile     =
"Mvd_Test.root";
 
    8   TString  ParFile       =
"Mvd_Params.root";
 
   13   gROOT->LoadMacro(
"$VMCWORKDIR/gconfig/rootlogon.C");
 
   15   gSystem->Load(
"libEve");
 
   16   gSystem->Load(
"libEventDisplay");
 
   17   gSystem->Load(
"libPndEventDisplay");
 
   25   FairRunAna *
fRun= 
new FairRunAna();
 
   26   fRun->SetInputFile(InputFile.Data());
 
   27   fRun->AddFriend(recoFile.Data());
 
   28   fRun->AddFriend(digiFile.Data());
 
   29   fRun->AddFriend(trackF.Data());
 
   30   fRun->SetOutputFile(
"tst.root");
 
   32    FairRuntimeDb* 
rtdb = fRun->GetRuntimeDb();
 
   33   FairParRootFileIo* 
parInput1 = 
new FairParRootFileIo();
 
   34   parInput1->open(ParFile.Data());
 
   35   rtdb->setFirstInput(parInput1);
 
   36   FairEventManager *
fMan= 
new FairEventManager();
 
   38   FairGeane *
Geane = 
new FairGeane();
 
   46   FairMCTracks *
Track =  
new FairMCTracks (
"Monte-Carlo Tracks");
 
   47   FairMCPointDraw *
MvdPoints =   
new FairMCPointDraw (
"MVDPoint",kBlue,  kFullSquare);
 
   65   FairHitDraw *MvdRecoHit =   
new FairHitDraw (
"MVDHitsPixel");
 
   66   FairHitDraw *MvdRecoStrip = 
new FairHitDraw (
"MVDHitsStrip");
 
   68   fMan->AddTask(MvdPoints);
 
   82   fMan->AddTask(MvdRecoHit);
 
   83   fMan->AddTask(MvdRecoStrip);
 
   85   fMan->AddTask(RiemannCand);
 
   86   fMan->AddTask(PndTrackRiemann);
 
A simple class which adds the corresponding file extensions to a given base class. 
FairMCPointDraw * MvdPoints
FairParRootFileIo * parInput1
PndMvdCreateDefaultApvMap * creator