FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
gROOT | Macro ("$VMCWORKDIR/gconfig/rootlogon.C") |
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(),"in") |
rtdb | setFirstInput (parInput1) |
fRun | LoadGeometry () |
mvdTrackFinder | SetVerbose (iVerbose) |
fRun | AddTask (mvdTrackFinder) |
output | open (parOutFile.Data()) |
rtdb | setOutput (output) |
rtdb | print () |
fRun | Init () |
fRun | Run (0, nEvents) |
rtdb | saveOutput () |
timer | Stop () |
Variables | |
TString | MCFile = "Mvd_TestNewVersion.root" |
TString | parFile = "MvdParams.root" |
TString | parOutFile = "MvdParams.root" |
Int_t | nEvents = 10 |
TString | DigiFile = creator.GetDigiFileName(false).c_str() |
TString | RecoFile = creator.GetRecoFileName(false).c_str() |
TString | outFile = "Mvd_TestNewVersion_IdealTrackF.root" |
FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
FairParRootFileIo * | parInput1 = new FairParRootFileIo() |
PndMvdIdealTrackFinderTask * | mvdTrackFinder = new PndMvdIdealTrackFinderTask() |
FairParRootFileIo * | output =new FairParRootFileIo(kTRUE) |
PndMvdGeoPar * | geoPar = (PndMvdGeoPar*)(rtdb->getContainer("PndMvdGeoPar")) |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
fRun AddTask | ( | mvdTrackFinder | ) |
PndFileNameCreator creator | ( | MCFile. | Data() | ) |
fRun Init | ( | ) |
fRun LoadGeometry | ( | ) |
gROOT Macro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) |
parInput1 open | ( | parFile. | Data(), |
"in" | |||
) |
output open | ( | parOutFile. | Data() | ) |
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 | ( | MCFile | ) |
mvdTrackFinder SetVerbose | ( | iVerbose | ) |
timer Stop | ( | ) |
Double_t ctime = timer.CpuTime() |
Definition at line 95 of file runMvdTrackFinder.C.
TString DigiFile = creator.GetDigiFileName(false).c_str() |
Definition at line 20 of file runMvdTrackFinder.C.
PndMvdGeoPar* geoPar = (PndMvdGeoPar*)(rtdb->getContainer("PndMvdGeoPar")) |
Definition at line 82 of file runMvdTrackFinder.C.
TString MCFile = "Mvd_TestNewVersion.root" |
Definition at line 6 of file runMvdTrackFinder.C.
PndMvdIdealTrackFinderTask* mvdTrackFinder = new PndMvdIdealTrackFinderTask() |
Definition at line 72 of file runMvdTrackFinder.C.
Int_t nEvents = 10 |
Definition at line 12 of file runMvdTrackFinder.C.
TString outFile = "Mvd_TestNewVersion_IdealTrackF.root" |
Definition at line 23 of file runMvdTrackFinder.C.
FairParRootFileIo* output =new FairParRootFileIo(kTRUE) |
Definition at line 76 of file runMvdTrackFinder.C.
TString parFile = "MvdParams.root" |
Definition at line 8 of file runMvdTrackFinder.C.
FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 53 of file runMvdTrackFinder.C.
TString parOutFile = "MvdParams.root" |
Definition at line 10 of file runMvdTrackFinder.C.
TString RecoFile = creator.GetRecoFileName(false).c_str() |
Definition at line 21 of file runMvdTrackFinder.C.
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 52 of file runMvdTrackFinder.C.
Double_t rtime = timer.RealTime() |
Definition at line 94 of file runMvdTrackFinder.C.