|
FairRoot/PandaRoot
|
Go to the source code of this file.
Variables | |
| TString | inDigiFile = "digi_sttcombi.root" |
| TString | inSimFile = "points_sttcombi.root" |
| TString | parFile = "params_sttcombi.root" |
| TString | outFile = "reco_sttcombi.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() |
| PndMvdRiemannTrackFinderTask * | mvdTrackFinder = new PndMvdRiemannTrackFinderTask() |
| PndTrkTracking * | tracking = new PndTrkTracking(0,false,false,false) |
| PndSttMvdGemTracking * | SttMvdGemTracking = new PndSttMvdGemTracking(0) |
| PndMCTrackAssociator * | trackMC = new PndMCTrackAssociator() |
| PndRecoKalmanTask * | recoKalman = new PndRecoKalmanTask() |
| PndMCTrackAssociator * | trackMC2 = new PndMCTrackAssociator() |
| PndFtsTrackerIdeal * | trackFts = new PndFtsTrackerIdeal() |
| PndRecoKalmanTask * | recoKalmanFwd = new PndRecoKalmanTask() |
| PndMCTrackAssociator * | trackMC3 = new PndMCTrackAssociator() |
| Double_t | rtime = timer.RealTime() |
| Double_t | ctime = timer.CpuTime() |
| fRun AddTask | ( | mvdTrackFinder | ) |
| fRun AddTask | ( | SttMvdGemTracking | ) |
| fRun AddTask | ( | recoKalman | ) |
| fRun AddTask | ( | recoKalmanFwd | ) |
| fRun Init | ( | ) |
| tracking NoMvdAloneTracking | ( | ) |
| parInput1 open | ( | parFile. | Data() | ) |
| parIo1 open | ( | allDigiFile. | Data(), |
| "in" | |||
| ) |
| rtdb saveOutput | ( | ) |
| recoKalman SetBusyCut | ( | 50 | ) |
| tracking SetInputBranchName | ( | "STTHit" | , |
| "MVDHitsPixel" | , | ||
| "MVDHitsStrip" | |||
| ) |
| fRun SetInputFile | ( | inDigiFile | ) |
| mvdTrackFinder SetMaxDist | ( | 0. | 05 | ) |
| mvdTrackFinder SetPersistence | ( | kFALSE | ) |
| trackFts SetRelativeMomentumSmearing | ( | 0. | 02 | ) |
| trackMC SetTrackInBranchName | ( | "SttMvdGemTrack" | ) |
| trackMC2 SetTrackInBranchName | ( | "SttMvdGemGenTrack" | ) |
| recoKalmanFwd SetTrackInBranchName | ( | "FtsIdealTrack" | ) |
| trackMC3 SetTrackInBranchName | ( | "FtsIdealGenTrack" | ) |
| trackFts SetTrackingEfficiency | ( | 1. | ) |
| trackMC SetTrackOutBranchName | ( | "SttMvdGemTrackID" | ) |
| recoKalman SetTrackOutBranchName | ( | "SttMvdGemGenTrack" | ) |
| trackMC2 SetTrackOutBranchName | ( | "SttMvdGemGenTrackID" | ) |
| recoKalmanFwd SetTrackOutBranchName | ( | "FtsIdealGenTrack" | ) |
| trackMC3 SetTrackOutBranchName | ( | "FtsIdealGenTrackID" | ) |
| trackFts SetTrackOutput | ( | "FtsIdealTrack" | ) |
| mvdTrackFinder SetVerbose | ( | iVerbose | ) |
| trackFts SetVertexSmearing | ( | 0. | 02, |
| 0. | 02, | ||
| 0. | 02 | ||
| ) |
| timer Start | ( | ) |
| timer Stop | ( | ) |
Definition at line 42 of file run_reco_sttnew.C.
| Double_t ctime = timer.CpuTime() |
Definition at line 132 of file run_reco_sttnew.C.
| FairRunAna* fRun = new FairRunAna() |
Definition at line 33 of file run_reco_sttnew.C.
| FairGeane* Geane = new FairGeane() |
Definition at line 37 of file run_reco_sttnew.C.
| TString inDigiFile = "digi_sttcombi.root" |
Definition at line 7 of file run_reco_sttnew.C.
| TString inSimFile = "points_sttcombi.root" |
Definition at line 8 of file run_reco_sttnew.C.
| PndMvdRiemannTrackFinderTask* mvdTrackFinder = new PndMvdRiemannTrackFinderTask() |
Definition at line 55 of file run_reco_sttnew.C.
| Int_t nEvents = 0 |
Definition at line 17 of file run_reco_sttnew.C.
| TString outFile = "reco_sttcombi.root" |
Definition at line 14 of file run_reco_sttnew.C.
| TString parFile = "params_sttcombi.root" |
Definition at line 11 of file run_reco_sttnew.C.
| FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 45 of file run_reco_sttnew.C.
| FairParAsciiFileIo* parIo1 = new FairParAsciiFileIo() |
Definition at line 48 of file run_reco_sttnew.C.
| PndRecoKalmanTask* recoKalman = new PndRecoKalmanTask() |
Definition at line 83 of file run_reco_sttnew.C.
| PndRecoKalmanTask* recoKalmanFwd = new PndRecoKalmanTask() |
Definition at line 104 of file run_reco_sttnew.C.
| FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 44 of file run_reco_sttnew.C.
| Double_t rtime = timer.RealTime() |
Definition at line 131 of file run_reco_sttnew.C.
| PndSttMvdGemTracking* SttMvdGemTracking = new PndSttMvdGemTracking(0) |
Definition at line 74 of file run_reco_sttnew.C.
Definition at line 22 of file run_reco_sttnew.C.
| TStopwatch timer |
Definition at line 28 of file run_reco_sttnew.C.
| PndFtsTrackerIdeal* trackFts = new PndFtsTrackerIdeal() |
Definition at line 97 of file run_reco_sttnew.C.
| PndTrkTracking* tracking = new PndTrkTracking(0,false,false,false) |
Definition at line 65 of file run_reco_sttnew.C.
Referenced by barrelTrackFinder(), catracking(), forwardTrackFinder(), ftscatracking(), idealbarreltracking(), idealforwardtracking(), PndMasterRecoIdealTask::PndMasterRecoIdealTask(), PndMasterRecoTask::PndMasterRecoTask(), prod_rec(), QAmacro_stt_3(), reco(), reco2_complete(), reco_complete(), reco_complete_gf2(), reco_complete_newSTT(), reco_complete_runs(), reco_complete_sec(), reco_completeCA(), reco_rich(), and standard_tracking().
| PndMCTrackAssociator* trackMC = new PndMCTrackAssociator() |
Definition at line 78 of file run_reco_sttnew.C.
| PndMCTrackAssociator* trackMC2 = new PndMCTrackAssociator() |
Definition at line 92 of file run_reco_sttnew.C.
| PndMCTrackAssociator* trackMC3 = new PndMCTrackAssociator() |
Definition at line 113 of file run_reco_sttnew.C.
1.8.5