FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
gROOT | LoadMacro ("$VMCWORKDIR/gconfig/rootlogon.C") |
rootlogon () | |
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 (MCFile) |
fRun | AddFriend (DigiFile) |
fRun | AddFriend (RecoFile) |
fRun | SetOutputFile (outFile) |
parInput1 | open (parFile.Data(),"UPDATE") |
rtdb | setFirstInput (parInput1) |
trackMS | SetTpcMode (2) |
trackMS | SetMvdMode (2) |
trackMS | SetVerbose (3) |
fRun | AddTask (trackMS) |
fRun | AddTask (trackFinder) |
fRun | AddTask (trackFitter) |
pidMaker | SetGeanePro (kFALSE) |
pidMaker | SetDebugMode (kTRUE) |
fRun | AddTask (pidMaker) |
rtdb | setOutput (parInput1) |
rtdb | print () |
fRun | Init () |
fRun | Run (0, nEvents) |
rtdb | saveOutput () |
timer | Stop () |
Variables | |
TString | MCFile = "Mvd_D+D-_10G.root" |
TString | parFile = "MvdParams.root" |
TString | parOutFile = "MvdParams.root" |
Int_t | nEvents = 1000 |
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 |
PndLheHitsMaker * | trackMS = new PndLheHitsMaker("Tracking routine") |
PndLheTrackFinder * | trackFinder = new PndLheTrackFinder() |
PndLheTrackFitter * | trackFitter = new PndLheTrackFitter("fitting") |
PndLhePidMaker * | pidMaker = new PndLhePidMaker("pid") |
PndMvdGeoPar * | geoPar = (PndMvdGeoPar*)(rtdb->getContainer("PndMvdGeoPar")) |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
fRun AddTask | ( | trackFinder | ) |
fRun AddTask | ( | trackFitter | ) |
PndFileNameCreator creator | ( | MCFile. | Data() | ) |
fRun Init | ( | ) |
gSystem Load | ( | "libriemann" | ) |
gROOT LoadMacro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) |
gROOT Macro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) |
parInput1 open | ( | parFile. | Data(), |
"UPDATE" | |||
) |
rootlogon | ( | ) |
Definition at line 1 of file outdated/mpiTools/macros/emc/rootlogon.C.
rtdb saveOutput | ( | ) |
pidMaker SetDebugMode | ( | kTRUE | ) |
pidMaker SetGeanePro | ( | kFALSE | ) |
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 | ( | MCFile | ) |
trackMS SetMvdMode | ( | 2 | ) |
trackMS SetTpcMode | ( | 2 | ) |
trackMS SetVerbose | ( | 3 | ) |
timer Stop | ( | ) |
Double_t ctime = timer.CpuTime() |
Definition at line 117 of file runMvdLHETrackFinder.C.
TString DigiFile = creator.GetDigiFileName(false).c_str() |
Definition at line 25 of file runMvdLHETrackFinder.C.
PndMvdGeoPar* geoPar = (PndMvdGeoPar*)(rtdb->getContainer("PndMvdGeoPar")) |
Definition at line 103 of file runMvdLHETrackFinder.C.
Bool_t kParameterMerged =kTRUE |
Definition at line 65 of file runMvdLHETrackFinder.C.
TString MCFile = "Mvd_D+D-_10G.root" |
Definition at line 6 of file runMvdLHETrackFinder.C.
Int_t nEvents = 1000 |
Definition at line 12 of file runMvdLHETrackFinder.C.
TString outFile = creator.GetTrackFindingFileName(false).c_str() |
Definition at line 27 of file runMvdLHETrackFinder.C.
TString parFile = "MvdParams.root" |
Definition at line 8 of file runMvdLHETrackFinder.C.
FairParRootFileIo* parInput1 = new FairParRootFileIo(kTRUE) |
Definition at line 59 of file runMvdLHETrackFinder.C.
TString parOutFile = "MvdParams.root" |
Definition at line 10 of file runMvdLHETrackFinder.C.
PndLhePidMaker* pidMaker = new PndLhePidMaker("pid") |
Definition at line 87 of file runMvdLHETrackFinder.C.
TString RecoFile = creator.GetRecoFileName(false).c_str() |
Definition at line 26 of file runMvdLHETrackFinder.C.
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 57 of file runMvdLHETrackFinder.C.
Double_t rtime = timer.RealTime() |
Definition at line 116 of file runMvdLHETrackFinder.C.
PndLheTrackFinder* trackFinder = new PndLheTrackFinder() |
Definition at line 81 of file runMvdLHETrackFinder.C.
Referenced by PndMvdSttGemRiemannTrackFinderTask::Exec(), PndMvdRiemannTrackFinderTask::Exec(), PndFtsHoughTrackerTaskQA::Exec(), PndFtsHoughTrackerTask::Exec(), and mvdgem_reco().
PndLheTrackFitter* trackFitter = new PndLheTrackFitter("fitting") |
Definition at line 84 of file runMvdLHETrackFinder.C.
PndLheHitsMaker* trackMS = new PndLheHitsMaker("Tracking routine") |
Definition at line 74 of file runMvdLHETrackFinder.C.