| 
    FairRoot/PandaRoot
    
   | 
 
Go to the source code of this file.
Functions | |
| gROOT | Macro ("$VMCWORKDIR/gconfig/rootlogon.C") | 
| std::cout<< "MCFile : " << MCFile.Data()<< std::endl;std::cout << "DigiFile: " << DigiFile.Data()<< std::endl;std::cout << "RecoFile: " << RecoFile.Data()<< std::endl;gSystem->  | Load ("libMCMatch") | 
| gSystem | Load ("libMCMatchExamples") | 
| timer | Start () | 
| fRun | SetInputFile (MCFile) | 
| fRun | AddFriend (DigiFile) | 
| fRun | AddFriend (RecoFile) | 
| fRun | SetOutputFile (outFile) | 
| parInput1 | open (parFile.Data(),"UPDATE") | 
| rtdb | setFirstInput (parInput1) | 
| rtdb | setOutput (parInput1) | 
| rtdb | print () | 
| fRun | AddTask (mcMatch) | 
| fRun | AddTask (hitmatch) | 
| fRun | Init () | 
| fRun | Run (0, nEvents) | 
| timer | Stop () | 
Variables | |
| TString | MCFile = "llbar_sim_evtgen.root" | 
| TString | parFile = "llbar_params_evtgen.root" | 
| Int_t | nEvents = 5000 | 
| TString | DigiFile = "llbar_digi_evtgen.root" | 
| TString | RecoFile = "llbar_reco_evtgen.root" | 
| TString | outFile = "llbar_links_evtgen.root" | 
| TStopwatch | timer | 
| FairRunAna * | fRun = new FairRunAna() | 
| FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() | 
| FairParRootFileIo * | parInput1 = new FairParRootFileIo(kTRUE) | 
| Bool_t | kParameterMerged =kTRUE | 
| PndMCMatchCreatorTask * | mcMatch = new PndMCMatchCreatorTask() | 
| PndMCTestHitCompare * | hitmatch = new PndMCTestHitCompare() | 
| Double_t | rtime = timer.RealTime() | 
| Double_t | ctime = timer.CpuTime() | 
| fRun Init | ( | ) | 
| std::cout<< "MCFile : " << MCFile.Data()<< std::endl; std::cout << "DigiFile: " << DigiFile.Data()<< std::endl; std::cout << "RecoFile: " << RecoFile.Data()<< std::endl; gSystem-> Load | ( | "libMCMatch" | ) | 
| gSystem Load | ( | "libMCMatchExamples" | ) | 
| gROOT Macro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) | 
| parInput1 open | ( | parFile. | Data(), | 
| "UPDATE" | |||
| ) | 
| timer Start | ( | ) | 
| timer Stop | ( | ) | 
| Double_t ctime = timer.CpuTime() | 
Definition at line 90 of file run_linking_llbar_evtgen.C.
| TString DigiFile = "llbar_digi_evtgen.root" | 
Definition at line 13 of file run_linking_llbar_evtgen.C.
| FairRunAna* fRun = new FairRunAna() | 
Definition at line 36 of file run_linking_llbar_evtgen.C.
| PndMCTestHitCompare* hitmatch = new PndMCTestHitCompare() | 
Definition at line 78 of file run_linking_llbar_evtgen.C.
| Bool_t kParameterMerged =kTRUE | 
Definition at line 56 of file run_linking_llbar_evtgen.C.
| TString MCFile = "llbar_sim_evtgen.root" | 
Definition at line 4 of file run_linking_llbar_evtgen.C.
| PndMCMatchCreatorTask* mcMatch = new PndMCMatchCreatorTask() | 
Definition at line 72 of file run_linking_llbar_evtgen.C.
| Int_t nEvents = 5000 | 
Definition at line 6 of file run_linking_llbar_evtgen.C.
| TString outFile = "llbar_links_evtgen.root" | 
Definition at line 17 of file run_linking_llbar_evtgen.C.
| TString parFile = "llbar_params_evtgen.root" | 
Definition at line 5 of file run_linking_llbar_evtgen.C.
| FairParRootFileIo* parInput1 = new FairParRootFileIo(kTRUE) | 
Definition at line 52 of file run_linking_llbar_evtgen.C.
| TString RecoFile = "llbar_reco_evtgen.root" | 
Definition at line 14 of file run_linking_llbar_evtgen.C.
| FairRuntimeDb* rtdb = fRun->GetRuntimeDb() | 
Definition at line 50 of file run_linking_llbar_evtgen.C.
| Double_t rtime = timer.RealTime() | 
Definition at line 89 of file run_linking_llbar_evtgen.C.
| TStopwatch timer | 
Definition at line 29 of file run_linking_llbar_evtgen.C.
 1.8.5