FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
gROOT | Macro ("$VMCWORKDIR/gconfig/rootlogon.C") |
gSystem | Load ("libriemann") |
PndFileNameCreator | creator (MCFile.Data()) |
std::cout<< "DigiFile: " << DigiFile.Data()<< std::endl;std::cout << "RecoFile: " << RecoFile.Data()<< std::endl;std::cout << "TrackFinderFile: " << outFile.Data()<< std::endl;TStopwatch timer;timer.Start();FairRunAna *fRun=new FairRunAna();fRun-> | SetInputFile (RecoFile) |
fRun | SetOutputFile (outFile) |
parInput1 | open (parFile.Data(),"UPDATE") |
rtdb | setFirstInput (parInput1) |
mvdTrackFinder | SetVerbose (iVerbose) |
mvdTrackFinder | SetMaxDist (0.05) |
fRun | AddTask (mvdTrackFinder) |
rtdb | setOutput (parInput1) |
rtdb | print () |
fRun | Init () |
fRun | Run (0, nEvents) |
rtdb | saveOutput () |
timer | Stop () |
Variables | |
TString | MCFile = "Mvd_Test.root" |
TString | parFile = "Mvd_Params.root" |
TString | parOutFile = "Mvd_Params.root" |
Int_t | nEvents = 100 |
TString | DigiFile = creator.GetDigiFileName(false).c_str() |
TString | RecoFile = creator.GetRecoFileName(false).c_str() |
TString | outFile = creator.GetTrackFindingFileName(false).c_str() |
FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
FairParRootFileIo * | parInput1 = new FairParRootFileIo(kTRUE) |
Bool_t | kParameterMerged =kTRUE |
PndMvdRiemannTrackFinderTask * | mvdTrackFinder = new PndMvdRiemannTrackFinderTask() |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
fRun AddTask | ( | mvdTrackFinder | ) |
PndFileNameCreator creator | ( | MCFile. | Data() | ) |
fRun Init | ( | ) |
gSystem Load | ( | "libriemann" | ) |
gROOT Macro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) |
parInput1 open | ( | parFile. | Data(), |
"UPDATE" | |||
) |
rtdb saveOutput | ( | ) |
std::cout<< "DigiFile: " << DigiFile.Data()<< std::endl; std::cout << "RecoFile: " << RecoFile.Data()<< std::endl; std::cout << "TrackFinderFile: " << outFile.Data()<< std::endl; TStopwatch timer; timer.Start(); FairRunAna *fRun= new FairRunAna(); fRun-> SetInputFile | ( | RecoFile | ) |
mvdTrackFinder SetMaxDist | ( | 0. | 05 | ) |
mvdTrackFinder SetVerbose | ( | iVerbose | ) |
timer Stop | ( | ) |
Double_t ctime = timer.CpuTime() |
Definition at line 102 of file runMvdRiemannTrackFinder.C.
TString DigiFile = creator.GetDigiFileName(false).c_str() |
Definition at line 24 of file runMvdRiemannTrackFinder.C.
Bool_t kParameterMerged =kTRUE |
Definition at line 64 of file runMvdRiemannTrackFinder.C.
TString MCFile = "Mvd_Test.root" |
Definition at line 6 of file runMvdRiemannTrackFinder.C.
PndMvdRiemannTrackFinderTask* mvdTrackFinder = new PndMvdRiemannTrackFinderTask() |
Definition at line 77 of file runMvdRiemannTrackFinder.C.
Int_t nEvents = 100 |
Definition at line 12 of file runMvdRiemannTrackFinder.C.
TString outFile = creator.GetTrackFindingFileName(false).c_str() |
Definition at line 26 of file runMvdRiemannTrackFinder.C.
TString parFile = "Mvd_Params.root" |
Definition at line 8 of file runMvdRiemannTrackFinder.C.
FairParRootFileIo* parInput1 = new FairParRootFileIo(kTRUE) |
Definition at line 58 of file runMvdRiemannTrackFinder.C.
TString parOutFile = "Mvd_Params.root" |
Definition at line 10 of file runMvdRiemannTrackFinder.C.
TString RecoFile = creator.GetRecoFileName(false).c_str() |
Definition at line 25 of file runMvdRiemannTrackFinder.C.
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 56 of file runMvdRiemannTrackFinder.C.
Double_t rtime = timer.RealTime() |
Definition at line 101 of file runMvdRiemannTrackFinder.C.