Go to the source code of this file.
Definition at line 1 of file detectors/drc/reco.C.
References ctime, Double_t, fRun, hitFile, nEvents, outFile, parInput1, chigen::pythia::pdf, r1, r2, rtdb, rtime, simFile, timer, and verbose.
5 gSystem->Load(
"libSpectrum");
12 FairRunAna *
fRun=
new FairRunAna();
13 fRun->SetGenerateRunInfo(kFALSE);
32 FairRuntimeDb*
rtdb = fRun->GetRuntimeDb();
33 FairParRootFileIo*
parInput1 =
new FairParRootFileIo();
34 parInput1->open(parFile1.Data());
35 rtdb->setFirstInput(parInput1);
40 fRun->AddTask(lutreco);
51 cout <<
"Macro finished succesfully." << endl;
52 cout <<
"Output file is " <<
outFile << endl;
53 cout <<
"Parameter file is " << parFile1 << endl;
54 cout <<
"Real time " << rtime <<
" s, CPU time " << ctime <<
" s" << endl;
FairParRootFileIo * parInput1