FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
timer | Start () |
gROOT | Macro ("$VMCWORKDIR/gconfig/rootlogon.C") |
fRun | SetInputFile (inFile) |
fRun | SetOutputFile (outFile) |
fRun | LoadGeometry () |
mvdRadDam | SetVerbose (iVerbose) |
fRun | AddTask (mvdRadDam) |
output | open (parFile.Data()) |
rtdb | setOutput (output) |
fRun | Init () |
fRun | Run (0, nEvents) |
rtdb | saveOutput () |
rtdb | print () |
timer | Stop () |
Variables | |
Int_t | iVerbose = 0 |
Int_t | nEvents = 500 |
TString | inFile = "Mvd_GridUrqmdSim.root" |
TString | parFile = "Mvd_GridUrqmdSimParam.root" |
TString | outFile = "Mvd_GridUrqmdSim.RadDam.root" |
FairRunAna * | fRun = new FairRunAna() |
FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
PndMvdRadDamTask * | mvdRadDam = new PndMvdRadDamTask() |
FairParRootFileIo * | output =new FairParRootFileIo(kTRUE) |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
fRun Init | ( | ) |
fRun LoadGeometry | ( | ) |
gROOT Macro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) |
output open | ( | parFile. | Data() | ) |
rtdb saveOutput | ( | ) |
timer Start | ( | ) |
timer Stop | ( | ) |
Double_t ctime = timer.CpuTime() |
Definition at line 80 of file runMvdRadDam.C.
FairRunAna* fRun = new FairRunAna() |
Definition at line 30 of file runMvdRadDam.C.
TString inFile = "Mvd_GridUrqmdSim.root" |
Definition at line 16 of file runMvdRadDam.C.
Int_t iVerbose = 0 |
Definition at line 7 of file runMvdRadDam.C.
PndMvdRadDamTask* mvdRadDam = new PndMvdRadDamTask() |
Definition at line 51 of file runMvdRadDam.C.
Int_t nEvents = 500 |
Definition at line 9 of file runMvdRadDam.C.
TString outFile = "Mvd_GridUrqmdSim.RadDam.root" |
Definition at line 27 of file runMvdRadDam.C.
FairParRootFileIo* output =new FairParRootFileIo(kTRUE) |
Definition at line 58 of file runMvdRadDam.C.
TString parFile = "Mvd_GridUrqmdSimParam.root" |
Definition at line 19 of file runMvdRadDam.C.
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 36 of file runMvdRadDam.C.
Double_t rtime = timer.RealTime() |
Definition at line 79 of file runMvdRadDam.C.