Go to the source code of this file.
Definition at line 1 of file detectors/gem/eventdisplay.C.
References fMan, fRun, outFile, parFile, simFile, Track, and TString.
    6   std::string 
simFile = 
"Gem_Test.root";;
 
    9   std::string 
outFile = 
"EVEout.root";
 
   12   FairRunAna *
fRun= 
new FairRunAna();
 
   13   fRun->SetInputFile(simFile.c_str());
 
   16   fRun->SetOutputFile(outFile.c_str());
 
   22   FairEventManager *
fMan= 
new FairEventManager();
 
   25   FairMCTracks *
Track =  
new FairMCTracks (
"Monte-Carlo Tracks");
 
   28   FairMCPointDraw *GemPoints =   
new FairMCPointDraw (
"GEMPoint",kBlue,  kFullSquare);
 
   40   fMan->AddTask(GemPoints);