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 ("libGen") |
gSystem | Load ("libGeaneExEmc") |
gSystem | Load ("libStt") |
gSystem | Load ("libEmc") |
gSystem | Load ("libDrcProp") |
gSystem | Load ("libDrc") |
gSystem | Load ("libtpc") |
gSystem | Load ("libMvd") |
fRun | SetInputFile ("mc.root") |
fRun | SetOutputFile ("geane.root") |
fRun | AddTask (tr) |
parInput1 | open ("params.root") |
rtdb | setFirstInput (parInput1) |
new | FairTrajFilter () |
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("mc.root") |
FairGeaneTrEmc * | tr = new FairGeaneTrEmc() |
FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
FairParRootFileIo * | parInput1 = new FairParRootFileIo() |
TStopwatch | timer |
Int_t | nEvents = 0 |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
basiclibs | ( | ) |
new FairTrajFilter | ( | ) |
Referenced by run_sim_tpccombi(), runMC(), sim(), sim_complete(), and sim_complete_vis().
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 | ( | "libGen" | ) |
gSystem Load | ( | "libGeaneExEmc" | ) |
gSystem Load | ( | "libStt" | ) |
gSystem Load | ( | "libEmc" | ) |
gSystem Load | ( | "libDrcProp" | ) |
gSystem Load | ( | "libDrc" | ) |
gSystem Load | ( | "libtpc" | ) |
gSystem Load | ( | "libMvd" | ) |
gROOT LoadMacro | ( | "$VMCWORKDIR/gconfig/basiclibs.C" | ) |
parInput1 open | ( | "params.root" | ) |
printf | ( | " | RealTime = %f seconds | ) |
fRun SetInputFile | ( | "mc.root" | ) |
fRun SetOutputFile | ( | "geane.root" | ) |
timer Start | ( | ) |
timer Stop | ( | ) |
Double_t ctime = timer.CpuTime() |
Definition at line 59 of file runGEANE.C.
FairRunAna* fRun = new FairRunAna() |
Definition at line 26 of file runGEANE.C.
FairGeane* Geane = new FairGeane("mc.root") |
Definition at line 32 of file runGEANE.C.
Int_t nEvents = 0 |
Definition at line 54 of file runGEANE.C.
FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 38 of file runGEANE.C.
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 37 of file runGEANE.C.
Double_t rtime = timer.RealTime() |
Definition at line 58 of file runGEANE.C.
TStopwatch timer |
Definition at line 51 of file runGEANE.C.
FairGeaneTrEmc* tr = new FairGeaneTrEmc() |
Definition at line 34 of file runGEANE.C.