|
FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
| gROOT | Macro ("$VMCWORKDIR/gconfig/rootlogon.C") |
| PndFileNameCreator | creator (MCFile.Data()) |
| std::cout<< "MCFile : " << MCFile.Data()<< std::endl;std::cout << "DigiFile: " << DigiFile.Data()<< std::endl;std::cout << "RecoFile: "<< outFile.Data() << std::endl;TStopwatch timer;timer.Start();FairRunAna *fRun=new FairRunAna();fRun-> | SetInputFile (DigiFile) |
| fRun | AddFriend (MCFile) |
| fRun | SetOutputFile (outFile) |
| parInput1 | open (parFile.Data(),"UPDATE") |
| rtdb | setFirstInput (parInput1) |
| mvdmccls | SetVerbose (iVerbose) |
| fRun | AddTask (mvdmccls) |
| fRun | AddTask (mvdClusterizer) |
| tpcCF | SetPersistence () |
| tpcCF | timeslice (20) |
| fRun | AddTask (tpcCF) |
| rtdb | setOutput (parInput1) |
| rtdb | print () |
| fRun | Init () |
| fRun | Run (0, nEvents) |
| rtdb | saveOutput () |
| timer | Stop () |
Variables | |
| TString | MCFile = "MvdTpc_Pions.root" |
| TString | parFile = "MvdParams.root" |
| Int_t | nEvents = 10 |
| TString | DigiFile = creator.GetDigiFileName(false).c_str() |
| TString | outFile = creator.GetRecoFileName(false).c_str() |
| FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
| FairParRootFileIo * | parInput1 = new FairParRootFileIo(kTRUE) |
| Double_t | chargecut = 1.e5 |
| PndMvdStripClusterTask * | mvdmccls = new PndMvdStripClusterTask() |
| PndMvdPixelClusterTask * | mvdClusterizer = new PndMvdPixelClusterTask() |
| PndTpcClusterFinderTask * | tpcCF = new PndTpcClusterFinderTask() |
| Double_t | rtime = timer.RealTime() |
| Double_t | ctime = timer.CpuTime() |
| fRun AddTask | ( | mvdClusterizer | ) |
| PndFileNameCreator creator | ( | MCFile. | Data() | ) |
| fRun Init | ( | ) |
| gROOT Macro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) |
| parInput1 open | ( | parFile. | Data(), |
| "UPDATE" | |||
| ) |
| rtdb saveOutput | ( | ) |
| std::cout<< "MCFile : " << MCFile.Data()<< std::endl; std::cout << "DigiFile: " << DigiFile.Data()<< std::endl; std::cout << "RecoFile: " << outFile.Data()<< std::endl; TStopwatch timer; timer.Start(); FairRunAna *fRun= new FairRunAna(); fRun-> SetInputFile | ( | DigiFile | ) |
| tpcCF SetPersistence | ( | ) |
| timer Stop | ( | ) |
| tpcCF timeslice | ( | 20 | ) |
| Double_t chargecut = 1.e5 |
Definition at line 73 of file Tobias/runMvdReco.C.
| Double_t ctime = timer.CpuTime() |
Definition at line 131 of file Tobias/runMvdReco.C.
| TString DigiFile = creator.GetDigiFileName(false).c_str() |
Definition at line 18 of file Tobias/runMvdReco.C.
| TString MCFile = "MvdTpc_Pions.root" |
Definition at line 6 of file Tobias/runMvdReco.C.
| PndMvdPixelClusterTask* mvdClusterizer = new PndMvdPixelClusterTask() |
Definition at line 78 of file Tobias/runMvdReco.C.
| PndMvdStripClusterTask* mvdmccls = new PndMvdStripClusterTask() |
Definition at line 74 of file Tobias/runMvdReco.C.
| Int_t nEvents = 10 |
Definition at line 12 of file Tobias/runMvdReco.C.
| TString outFile = creator.GetRecoFileName(false).c_str() |
Definition at line 19 of file Tobias/runMvdReco.C.
| TString parFile = "MvdParams.root" |
Definition at line 8 of file Tobias/runMvdReco.C.
| FairParRootFileIo* parInput1 = new FairParRootFileIo(kTRUE) |
Definition at line 52 of file Tobias/runMvdReco.C.
| FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 51 of file Tobias/runMvdReco.C.
| Double_t rtime = timer.RealTime() |
Definition at line 130 of file Tobias/runMvdReco.C.
| PndTpcClusterFinderTask* tpcCF = new PndTpcClusterFinderTask() |
Definition at line 106 of file Tobias/runMvdReco.C.
Referenced by RecoComplete().
1.8.5