|
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 = "evt_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() |
| PndMvdRiemannTrackFinderTask * | mvdTrackFinder = new PndMvdRiemannTrackFinderTask() |
| PndSttTrackFinderReal * | sttTrackFinder = new PndSttTrackFinderReal(0) |
| PndSttFindTracks * | sttFindTracks = new PndSttFindTracks("Track Finder", "FairTask", sttTrackFinder, iVerbose) |
| PndSttMvdTracking * | SttMvdTracking = new PndSttMvdTracking(0, false, false) |
| PndSttMvdGemTracking * | SttMvdGemTracking = new PndSttMvdGemTracking(0) |
| PndMCTrackAssociator * | trackMC = new PndMCTrackAssociator() |
| PndRecoKalmanTask * | recoKalman = new PndRecoKalmanTask() |
| PndMCTrackAssociator * | trackMC2 = new PndMCTrackAssociator() |
| Double_t | rtime = timer.RealTime() |
| Double_t | ctime = timer.CpuTime() |
| sttFindTracks AddHitCollectionName | ( | "STTHit" | , |
| "STTPoint" | |||
| ) |
| fRun AddTask | ( | mvdTrackFinder | ) |
| fRun AddTask | ( | sttFindTracks | ) |
| fRun AddTask | ( | SttMvdTracking | ) |
| fRun AddTask | ( | SttMvdGemTracking | ) |
| fRun AddTask | ( | recoKalman | ) |
| 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 | ( | ) |
| recoKalman SetBusyCut | ( | 50 | ) |
| recoKalman SetIdealHyp | ( | kTRUE | ) |
| fRun SetInputFile | ( | inDigiFile | ) |
| mvdTrackFinder SetMaxDist | ( | 0. | 05 | ) |
| mvdTrackFinder SetPersistence | ( | kFALSE | ) |
| trackMC SetTrackInBranchName | ( | "SttMvdGemTrack" | ) |
| trackMC2 SetTrackInBranchName | ( | "SttMvdGemGenTrack" | ) |
| recoKalman SetTrackInIDBranchName | ( | "SttMvdGemTrackID" | ) |
| trackMC SetTrackOutBranchName | ( | "SttMvdGemTrackID" | ) |
| recoKalman SetTrackOutBranchName | ( | "SttMvdGemGenTrack" | ) |
| trackMC2 SetTrackOutBranchName | ( | "SttMvdGemGenTrackID" | ) |
| mvdTrackFinder SetVerbose | ( | iVerbose | ) |
| timer Start | ( | ) |
| timer Stop | ( | ) |
Definition at line 42 of file psi3770/run_reco_stt_evt.C.
| Double_t ctime = timer.CpuTime() |
Definition at line 116 of file psi3770/run_reco_stt_evt.C.
| FairRunAna* fRun = new FairRunAna() |
Definition at line 33 of file psi3770/run_reco_stt_evt.C.
| FairGeane* Geane = new FairGeane() |
Definition at line 37 of file psi3770/run_reco_stt_evt.C.
| TString inDigiFile = "evt_digi_stt.root" |
Definition at line 7 of file psi3770/run_reco_stt_evt.C.
| TString inSimFile = "evt_points_stt.root" |
Definition at line 8 of file psi3770/run_reco_stt_evt.C.
| PndMvdRiemannTrackFinderTask* mvdTrackFinder = new PndMvdRiemannTrackFinderTask() |
Definition at line 55 of file psi3770/run_reco_stt_evt.C.
| Int_t nEvents = 0 |
Definition at line 17 of file psi3770/run_reco_stt_evt.C.
| TString outFile = "evt_reco_stt.root" |
Definition at line 14 of file psi3770/run_reco_stt_evt.C.
| TString parFile = "evt_params_stt.root" |
Definition at line 11 of file psi3770/run_reco_stt_evt.C.
| FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 45 of file psi3770/run_reco_stt_evt.C.
| FairParAsciiFileIo* parIo1 = new FairParAsciiFileIo() |
Definition at line 48 of file psi3770/run_reco_stt_evt.C.
| PndRecoKalmanTask* recoKalman = new PndRecoKalmanTask() |
Definition at line 88 of file psi3770/run_reco_stt_evt.C.
| FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 44 of file psi3770/run_reco_stt_evt.C.
| Double_t rtime = timer.RealTime() |
Definition at line 115 of file psi3770/run_reco_stt_evt.C.
| PndSttFindTracks* sttFindTracks = new PndSttFindTracks("Track Finder", "FairTask", sttTrackFinder, iVerbose) |
Definition at line 63 of file psi3770/run_reco_stt_evt.C.
| PndSttMvdGemTracking* SttMvdGemTracking = new PndSttMvdGemTracking(0) |
Definition at line 79 of file psi3770/run_reco_stt_evt.C.
| PndSttMvdTracking* SttMvdTracking = new PndSttMvdTracking(0, false, false) |
Definition at line 68 of file psi3770/run_reco_stt_evt.C.
| PndSttTrackFinderReal* sttTrackFinder = new PndSttTrackFinderReal(0) |
Definition at line 62 of file psi3770/run_reco_stt_evt.C.
Definition at line 22 of file psi3770/run_reco_stt_evt.C.
| TStopwatch timer |
Definition at line 28 of file psi3770/run_reco_stt_evt.C.
| PndMCTrackAssociator* trackMC = new PndMCTrackAssociator() |
Definition at line 83 of file psi3770/run_reco_stt_evt.C.
| PndMCTrackAssociator* trackMC2 = new PndMCTrackAssociator() |
Definition at line 97 of file psi3770/run_reco_stt_evt.C.
1.8.5