|
FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
| gROOT | LoadMacro ("$VMCWORKDIR/gconfig/rootlogon.C") |
| rootlogon () | |
| timer | Start () |
| fRun | SetInputFile (inSimuFile) |
| fRun | AddFriend (inDigiFile) |
| fRun | AddFriend (inRecoFile) |
| fRun | SetOutputFile (outFile.Data()) |
| fRun | AddTask (Geane) |
| parInput1 | open (parFile.Data()) |
| parIo1 | open (allDigiFile.Data(),"in") |
| rtdb | setFirstInput (parInput1) |
| rtdb | setSecondInput (parIo1) |
| corr | SetBarrelTrackBranch ("SttMvdGemGenTrack") |
| corr | SetForwardTrackBranch ("FtsIdealGenTrack") |
| fRun | AddTask (corr) |
| fRun | AddTask (assMC) |
| fRun | AddTask (assMvd) |
| fRun | AddTask (assMdt) |
| fRun | AddTask (assDrc) |
| fRun | AddTask (assDisc) |
| fRun | AddTask (assStt) |
| fRun | AddTask (assEMC) |
| fRun | Init () |
| fRun | Run (0, nEvents) |
| rtdb | print () |
| timer | Stop () |
| fRun AddFriend | ( | inDigiFile | ) |
| fRun AddFriend | ( | inRecoFile | ) |
| 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.
| corr SetBarrelTrackBranch | ( | "SttMvdGemGenTrack" | ) |
| corr SetForwardTrackBranch | ( | "FtsIdealGenTrack" | ) |
| fRun SetInputFile | ( | inSimuFile | ) |
| fRun SetOutputFile | ( | outFile. | Data() | ) |
| timer Start | ( | ) |
| timer Stop | ( | ) |
Definition at line 36 of file macro/examples/pid/run_pid_stt.C.
| PndPidDiscAssociatorTask* assDisc = new PndPidDiscAssociatorTask() |
Definition at line 71 of file macro/examples/pid/run_pid_stt.C.
Referenced by pid(), pid2_complete(), pid_complete(), pid_complete_runs(), pid_complete_sec(), pid_rich(), pidideal_complete(), and prod_pid().
| PndPidDrcAssociatorTask* assDrc = new PndPidDrcAssociatorTask() |
Definition at line 68 of file macro/examples/pid/run_pid_stt.C.
Referenced by pid(), pid2_complete(), pid_complete(), pid_complete_runs(), pid_complete_sec(), pid_rich(), pidideal_complete(), and prod_pid().
| PndPidEmcBayesAssociatorTask* assEMC = new PndPidEmcBayesAssociatorTask() |
Definition at line 77 of file macro/examples/pid/run_pid_stt.C.
Referenced by pid(), pid2_complete(), pid_complete(), pid_complete_runs(), pid_complete_sec(), pid_rich(), pidideal_complete(), and prod_pid().
| PndPidIdealAssociatorTask* assMC = new PndPidIdealAssociatorTask() |
Definition at line 59 of file macro/examples/pid/run_pid_stt.C.
Referenced by pid(), pid2_complete(), pid_complete(), pid_complete_runs(), pid_complete_sec(), pid_rich(), pidideal_complete(), and prod_pid().
| PndPidMdtHCAssociatorTask* assMdt = new PndPidMdtHCAssociatorTask() |
Definition at line 65 of file macro/examples/pid/run_pid_stt.C.
Referenced by pid(), pid2_complete(), pid_complete(), pid_complete_runs(), pid_complete_sec(), pid_rich(), pidideal_complete(), and prod_pid().
| PndPidMvdAssociatorTask* assMvd = new PndPidMvdAssociatorTask() |
Definition at line 62 of file macro/examples/pid/run_pid_stt.C.
Referenced by pid(), pid2_complete(), pid_complete(), pid_complete_runs(), pid_complete_sec(), pid_rich(), pidideal_complete(), and prod_pid().
| PndPidSttAssociatorTask* assStt = new PndPidSttAssociatorTask() |
Definition at line 74 of file macro/examples/pid/run_pid_stt.C.
Referenced by pid(), pid2_complete(), pid_complete(), pid_complete_runs(), pid_complete_sec(), pid_rich(), pidideal_complete(), and prod_pid().
| PndPidCorrelator* corr = new PndPidCorrelator() |
Definition at line 49 of file macro/examples/pid/run_pid_stt.C.
Referenced by PndCATrackParam::CorrectForMeanMaterial(), PndCATrackParamVector::CorrectForMeanMaterial(), PndFTSCATrackParamVector::CorrectForMeanMaterial(), pid(), pid2_complete(), pid_complete(), pid_complete_runs(), pid_complete_sec(), pid_rich(), pidideal_complete(), PndMasterPidTask::PndMasterPidTask(), prod_pid(), runTrackingPid(), Photospp::Photos::setMeCorrectionWtForScalar(), Photospp::Photos::setMeCorrectionWtForW(), and Photospp::Photos::setMeCorrectionWtForZ().
| Double_t ctime = timer.CpuTime() |
Definition at line 89 of file macro/examples/pid/run_pid_stt.C.
| FairRunAna* fRun = new FairRunAna() |
Definition at line 28 of file macro/examples/pid/run_pid_stt.C.
| FairGeane* Geane = new FairGeane() |
Definition at line 33 of file macro/examples/pid/run_pid_stt.C.
| TString inDigiFile = "digi_sttcombi.root" |
Definition at line 14 of file macro/examples/pid/run_pid_stt.C.
| TString inRecoFile = "reco_sttcombi.root" |
Definition at line 15 of file macro/examples/pid/run_pid_stt.C.
Referenced by ana_task(), anatut_psi2s(), check_trackcand(), llbar_ana_task(), newana_check_eta(), run_kalman_stt(), and track_check().
| TString inSimuFile = "points_sttcombi.root" |
Definition at line 13 of file macro/examples/pid/run_pid_stt.C.
Referenced by ana_task(), eventdisplay(), eventdisplay_MC(), and run_kalman_stt().
| Int_t nEvents = 0 |
Definition at line 5 of file macro/examples/pid/run_pid_stt.C.
| TString outFile = "pid_sttcombi.root" |
Definition at line 17 of file macro/examples/pid/run_pid_stt.C.
| TString parFile = "params_sttcombi.root" |
Definition at line 12 of file macro/examples/pid/run_pid_stt.C.
| FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 39 of file macro/examples/pid/run_pid_stt.C.
| FairParAsciiFileIo* parIo1 = new FairParAsciiFileIo() |
Definition at line 42 of file macro/examples/pid/run_pid_stt.C.
| FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 38 of file macro/examples/pid/run_pid_stt.C.
| Double_t rtime = timer.RealTime() |
Definition at line 88 of file macro/examples/pid/run_pid_stt.C.
Definition at line 9 of file macro/examples/pid/run_pid_stt.C.
| TStopwatch timer |
Definition at line 23 of file macro/examples/pid/run_pid_stt.C.
1.8.5