| 
    FairRoot/PandaRoot
    
   | 
 
Go to the source code of this file.
Variables | |
| TString | inDigiFile = "evt_digi_stt.root" | 
| TString | inSimFile = "evt_points_stt.root" | 
| TString | parFile = "evt_params_stt.root" | 
| TString | outFile = "mix_reco_stt.root" | 
| Int_t | nEvents = 0 | 
| TString | sysFile = gSystem->Getenv("VMCWORKDIR") | 
| TStopwatch | timer | 
| FairRunAna * | fRun = new FairRunAna() | 
| FairGeane * | Geane = new FairGeane() | 
| TString | allDigiFile = sysFile+"/macro/params/all.par" | 
| FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() | 
| FairParRootFileIo * | parInput1 = new FairParRootFileIo() | 
| FairParAsciiFileIo * | parIo1 = new FairParAsciiFileIo() | 
| PndMixBackgroundEvents * | mix = new PndMixBackgroundEvents(0) | 
| PndMvdRiemannTrackFinderTask * | mvdTrackFinder = new PndMvdRiemannTrackFinderTask() | 
| PndSttTrackFinderReal * | sttTrackFinder = new PndSttTrackFinderReal(0, false, false) | 
| PndSttFindTracks * | sttFindTracks = new PndSttFindTracks("Track Finder", "FairTask", sttTrackFinder, iVerbose) | 
| PndSttMvdTracking * | SttMvdTracking = new PndSttMvdTracking(0,false,false) | 
| PndSttMvdGemTracking * | SttMvdGemTracking = new PndSttMvdGemTracking(0) | 
| PndRecoKalmanTask * | recoKalman = new PndRecoKalmanTask() | 
| PndMCTrackAssociator * | trackMC = new PndMCTrackAssociator() | 
| Double_t | rtime = timer.RealTime() | 
| Double_t | ctime = timer.CpuTime() | 
| mvdTrackFinder AddHitBranch | ( | "MVDHitsPixelMix" | ) | 
| mvdTrackFinder AddHitBranch | ( | "MVDHitsStripMix" | ) | 
| sttFindTracks AddHitCollectionName | ( | "STTHitMix" | , | 
| "STTPoint" | |||
| ) | 
| fRun AddTask | ( | mvdTrackFinder | ) | 
| fRun AddTask | ( | sttFindTracks | ) | 
| fRun AddTask | ( | SttMvdTracking | ) | 
| fRun AddTask | ( | SttMvdGemTracking | ) | 
| fRun AddTask | ( | recoKalman | ) | 
| SttMvdTracking Cleanup | ( | ) | 
| fRun Init | ( | ) | 
| gROOT LoadMacro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) | 
| parInput1 open | ( | parFile. | Data() | ) | 
| parIo1 open | ( | allDigiFile. | Data(), | 
| "in" | |||
| ) | 
| rootlogon | ( | ) | 
Definition at line 1 of file outdated/mpiTools/macros/emc/rootlogon.C.
| rtdb saveOutput | ( | ) | 
| SttMvdGemTracking SetBranchNames | ( | "MVDHitsPixelMix" | , | 
| "MVDHitsStripMix" | , | ||
| "STTHitMix" | , | ||
| "GEMHit" | |||
| ) | 
| recoKalman SetBusyCut | ( | 50 | ) | 
| recoKalman SetCentralTrackerBranchName | ( | "Mix" | ) | 
| mix SetInputBkgFilesName | ( | "dpm_digi_stt.root" | ) | 
| SttMvdTracking SetInputBranchName | ( | "STTHitMix" | , | 
| "MVDHitsPixelMix" | , | ||
| "MVDHitsStripMix" | |||
| ) | 
| fRun SetInputFile | ( | inDigiFile | ) | 
| mvdTrackFinder SetMaxDist | ( | 0. | 05 | ) | 
| recoKalman SetMvdBranchName | ( | "Mix" | ) | 
| mvdTrackFinder SetPersistence | ( | kFALSE | ) | 
| recoKalman SetTrackInBranchName | ( | "SttMvdGemTrack" | ) | 
| trackMC SetTrackInBranchName | ( | "SttMvdGemGenTrack" | ) | 
| recoKalman SetTrackOutBranchName | ( | "SttMvdGemGenTrack" | ) | 
| trackMC SetTrackOutBranchName | ( | "SttMvdGemGenTrackID" | ) | 
| mvdTrackFinder SetVerbose | ( | iVerbose | ) | 
| timer Start | ( | ) | 
| timer Stop | ( | ) | 
Definition at line 42 of file psi3770/run_reco_stt_mix.C.
| Double_t ctime = timer.CpuTime() | 
Definition at line 124 of file psi3770/run_reco_stt_mix.C.
| FairRunAna* fRun = new FairRunAna() | 
Definition at line 33 of file psi3770/run_reco_stt_mix.C.
| FairGeane* Geane = new FairGeane() | 
Definition at line 37 of file psi3770/run_reco_stt_mix.C.
| TString inDigiFile = "evt_digi_stt.root" | 
Definition at line 7 of file psi3770/run_reco_stt_mix.C.
| TString inSimFile = "evt_points_stt.root" | 
Definition at line 8 of file psi3770/run_reco_stt_mix.C.
| PndMixBackgroundEvents* mix = new PndMixBackgroundEvents(0) | 
Definition at line 57 of file psi3770/run_reco_stt_mix.C.
| PndMvdRiemannTrackFinderTask* mvdTrackFinder = new PndMvdRiemannTrackFinderTask() | 
Definition at line 62 of file psi3770/run_reco_stt_mix.C.
| Int_t nEvents = 0 | 
Definition at line 17 of file psi3770/run_reco_stt_mix.C.
| TString outFile = "mix_reco_stt.root" | 
Definition at line 14 of file psi3770/run_reco_stt_mix.C.
| TString parFile = "evt_params_stt.root" | 
Definition at line 11 of file psi3770/run_reco_stt_mix.C.
| FairParRootFileIo* parInput1 = new FairParRootFileIo() | 
Definition at line 45 of file psi3770/run_reco_stt_mix.C.
| FairParAsciiFileIo* parIo1 = new FairParAsciiFileIo() | 
Definition at line 48 of file psi3770/run_reco_stt_mix.C.
| PndRecoKalmanTask* recoKalman = new PndRecoKalmanTask() | 
Definition at line 96 of file psi3770/run_reco_stt_mix.C.
| FairRuntimeDb* rtdb = fRun->GetRuntimeDb() | 
Definition at line 44 of file psi3770/run_reco_stt_mix.C.
| Double_t rtime = timer.RealTime() | 
Definition at line 123 of file psi3770/run_reco_stt_mix.C.
| PndSttFindTracks* sttFindTracks = new PndSttFindTracks("Track Finder", "FairTask", sttTrackFinder, iVerbose) | 
Definition at line 74 of file psi3770/run_reco_stt_mix.C.
| PndSttMvdGemTracking* SttMvdGemTracking = new PndSttMvdGemTracking(0) | 
Definition at line 91 of file psi3770/run_reco_stt_mix.C.
| PndSttMvdTracking* SttMvdTracking = new PndSttMvdTracking(0,false,false) | 
Definition at line 79 of file psi3770/run_reco_stt_mix.C.
| PndSttTrackFinderReal* sttTrackFinder = new PndSttTrackFinderReal(0, false, false) | 
Definition at line 73 of file psi3770/run_reco_stt_mix.C.
Definition at line 22 of file psi3770/run_reco_stt_mix.C.
| TStopwatch timer | 
Definition at line 28 of file psi3770/run_reco_stt_mix.C.
| PndMCTrackAssociator* trackMC = new PndMCTrackAssociator() | 
Definition at line 105 of file psi3770/run_reco_stt_mix.C.
 1.8.5