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 ("ex1.root") |
fRun | SetOutputFile ("ex1g.root") |
fRun | AddTask (tr) |
parInput1 | open ("ex1params.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("ex1.root") |
FairGeaneTr * | tr = new FairGeaneTr() |
FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
FairParRootFileIo * | parInput1 = new FairParRootFileIo() |
TStopwatch | timer |
Int_t | nEvents = 10000 |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
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 | ( | "ex1params.root" | ) |
printf | ( | " | RealTime = %f seconds | ) |
fRun SetInputFile | ( | "ex1.root" | ) |
fRun SetOutputFile | ( | "ex1g.root" | ) |
timer Start | ( | ) |
timer Stop | ( | ) |
Double_t ctime = timer.CpuTime() |
Definition at line 53 of file runGEANE1.C.
FairRunAna* fRun = new FairRunAna() |
Definition at line 21 of file runGEANE1.C.
FairGeane* Geane = new FairGeane("ex1.root") |
Definition at line 27 of file runGEANE1.C.
Int_t nEvents = 10000 |
Definition at line 48 of file runGEANE1.C.
FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 33 of file runGEANE1.C.
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 32 of file runGEANE1.C.
Double_t rtime = timer.RealTime() |
Definition at line 52 of file runGEANE1.C.
TStopwatch timer |
Definition at line 45 of file runGEANE1.C.
FairGeaneTr* tr = new FairGeaneTr() |
Definition at line 29 of file runGEANE1.C.