FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
gSystem | Load ("libtrackrep") |
data/work/kpha4/lorente/sim_panda/hypIdealreco.root"; More... | |
gSystem | Load ("librazhyp") |
gSystem | Load ("libHyp") |
timer | Start () |
fRun | SetInputFile (inFile.Data()) |
fRun | SetOutputFile (outFile.Data()) |
parInput1 | open (parFile.Data()) |
rtdb | setFirstInput (parInput1) |
hypirec | SetVerbose (iVerbose) |
fRun | AddTask (hypirec) |
fRun | Init () |
fRun | Run (0, nEvents) |
timer | Stop () |
Variables | |
TString | inFile = "sim_gibuu.root" |
Int_t | nEvents = 200 |
TString | parFile ="sim_gibuuparams.root" |
TString | outFile = "output_hitbox.root" |
TStopwatch | timer |
FairRunAna * | fRun = new FairRunAna() |
FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
FairParRootFileIo * | parInput1 = new FairParRootFileIo() |
Bool_t | kParameterMerged =kTRUE |
PndHypIdealRecoTask * | hypirec = new PndHypIdealRecoTask(0.01,0.01,0.005) |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
fRun Init | ( | ) |
gSystem Load | ( | "libtrackrep" | ) |
data/work/kpha4/lorente/sim_panda/hypIdealreco.root";
gSystem Load | ( | "librazhyp" | ) |
gSystem Load | ( | "libHyp" | ) |
parInput1 open | ( | parFile. | Data() | ) |
fRun SetInputFile | ( | inFile. | Data() | ) |
fRun SetOutputFile | ( | outFile. | Data() | ) |
timer Start | ( | ) |
timer Stop | ( | ) |
Double_t ctime = timer.CpuTime() |
Definition at line 92 of file hit_hypmvd.C.
FairRunAna* fRun = new FairRunAna() |
Definition at line 38 of file hit_hypmvd.C.
PndHypIdealRecoTask* hypirec = new PndHypIdealRecoTask(0.01,0.01,0.005) |
Definition at line 68 of file hit_hypmvd.C.
Referenced by QAmacro_hyp_2().
TString inFile = "sim_gibuu.root" |
Definition at line 9 of file hit_hypmvd.C.
Bool_t kParameterMerged =kTRUE |
Definition at line 55 of file hit_hypmvd.C.
Int_t nEvents = 200 |
Definition at line 10 of file hit_hypmvd.C.
TString outFile = "output_hitbox.root" |
Definition at line 13 of file hit_hypmvd.C.
TString parFile ="sim_gibuuparams.root" |
Definition at line 12 of file hit_hypmvd.C.
FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 52 of file hit_hypmvd.C.
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 51 of file hit_hypmvd.C.
Double_t rtime = timer.RealTime() |
Definition at line 91 of file hit_hypmvd.C.
TStopwatch timer |
Definition at line 31 of file hit_hypmvd.C.