|
FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
| gROOT | LoadMacro ("$VMCWORKDIR/gconfig/basiclibs.C") |
| basiclibs () | |
| gSystem | Load ("libGeoBase") |
| gSystem | Load ("libParBase") |
| gSystem | Load ("libBase") |
| gSystem | Load ("libField") |
| gSystem | Load ("libPndData") |
| gSystem | Load ("libPassive") |
| gSystem | Load ("libTrkBase") |
| gSystem | Load ("libGeane") |
| gSystem | Load ("libStt") |
| gSystem | Load ("libPlane") |
| gSystem | Load ("libGen") |
| gSystem | Load ("libGeaneEx") |
| fRun | SetInputFile ("ex2.root") |
| fRun | AddFriend ("ex2d.root") |
| fRun | AddFriend ("ex2r.root") |
| fRun | SetOutputFile ("ex2g.root") |
| fRun | AddTask (tr) |
| parInput1 | open ("ex2params.root") |
| rtdb | setFirstInput (parInput1) |
| fRun | Init () |
| rtdb | print () |
| Geane | SetField (fRun->GetField()) |
| timer | Start () |
| fRun | Run (0, nEvents) |
| timer | Stop () |
| printf ("RealTime=%f seconds, CpuTime=%f seconds\n", rtime, ctime) | |
Variables | |
| FairRunAna * | fRun = new FairRunAna() |
| FairGeane * | Geane = new FairGeane("ex2.root") |
| FairGeaneTrKalStt * | tr = new FairGeaneTrKalStt() |
| FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
| FairParRootFileIo * | parInput1 = new FairParRootFileIo() |
| TStopwatch | timer |
| Int_t | nEvents = 1000 |
| Double_t | rtime = timer.RealTime() |
| Double_t | ctime = timer.CpuTime() |
| fRun AddFriend | ( | "ex2d.root" | ) |
| fRun AddFriend | ( | "ex2r.root" | ) |
| basiclibs | ( | ) |
| fRun Init | ( | ) |
| gSystem Load | ( | "libGeoBase" | ) |
| gSystem Load | ( | "libParBase" | ) |
| gSystem Load | ( | "libBase" | ) |
| gSystem Load | ( | "libField" | ) |
| gSystem Load | ( | "libPndData" | ) |
| gSystem Load | ( | "libPassive" | ) |
| gSystem Load | ( | "libTrkBase" | ) |
| gSystem Load | ( | "libGeane" | ) |
| gSystem Load | ( | "libStt" | ) |
| gSystem Load | ( | "libPlane" | ) |
| gSystem Load | ( | "libGen" | ) |
| gSystem Load | ( | "libGeaneEx" | ) |
| gROOT LoadMacro | ( | "$VMCWORKDIR/gconfig/basiclibs.C" | ) |
| parInput1 open | ( | "ex2params.root" | ) |
| printf | ( | " | RealTime = %f seconds | ) |
| fRun SetInputFile | ( | "ex2.root" | ) |
| fRun SetOutputFile | ( | "ex2g.root" | ) |
| timer Start | ( | ) |
| timer Stop | ( | ) |
| Double_t ctime = timer.CpuTime() |
Definition at line 68 of file runKalStt.C.
| FairRunAna* fRun = new FairRunAna() |
Definition at line 21 of file runKalStt.C.
| FairGeane* Geane = new FairGeane("ex2.root") |
Definition at line 29 of file runKalStt.C.
| Int_t nEvents = 1000 |
Definition at line 62 of file runKalStt.C.
| FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 44 of file runKalStt.C.
| FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 43 of file runKalStt.C.
| Double_t rtime = timer.RealTime() |
Definition at line 67 of file runKalStt.C.
| TStopwatch timer |
Definition at line 58 of file runKalStt.C.
| FairGeaneTrKalStt* tr = new FairGeaneTrKalStt() |
Definition at line 36 of file runKalStt.C.
1.8.5