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") |
FairGeaneTrT * | tr = new FairGeaneTrT() |
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 67 of file runGEANE2.C.
FairRunAna* fRun = new FairRunAna() |
Definition at line 21 of file runGEANE2.C.
FairGeane* Geane = new FairGeane("ex2.root") |
Definition at line 29 of file runGEANE2.C.
Int_t nEvents = 1000 |
Definition at line 61 of file runGEANE2.C.
FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 43 of file runGEANE2.C.
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 42 of file runGEANE2.C.
Double_t rtime = timer.RealTime() |
Definition at line 66 of file runGEANE2.C.
TStopwatch timer |
Definition at line 57 of file runGEANE2.C.
FairGeaneTrT* tr = new FairGeaneTrT() |
Definition at line 33 of file runGEANE2.C.