FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
gROOT | Macro ("$VMCWORKDIR/gconfig/rootlogon.C") |
timer | Start () |
fRun | SetInputFile (inFile) |
fRun | SetOutputFile (outFile) |
parInput1 | open (parFile.Data()) |
rtdb | setFirstInput (parInput1) |
fRun | LoadGeometry () |
fRun | AddTask (mvdpid) |
fRun | Init () |
fRun | Run (0, nEvents-1) |
timer | Stop () |
Variables | |
TString | inFile = "Mvd_Test.root" |
TString | parFile = "MvdParams.root" |
TString | outFile = "MvdPidIdeal.root" |
Int_t | nEvents = 10000 |
TStopwatch | timer |
FairRunAna * | fRun = new FairRunAna() |
FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
FairParRootFileIo * | parInput1 = new FairParRootFileIo() |
PndMvdPidIdealTask * | mvdpid = new PndMvdPidIdealTask("advanced") |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
fRun Init | ( | ) |
fRun LoadGeometry | ( | ) |
gROOT Macro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) |
parInput1 open | ( | parFile. | Data() | ) |
timer Start | ( | ) |
timer Stop | ( | ) |
Double_t ctime = timer.CpuTime() |
Definition at line 80 of file runMvdPidIdeal.C.
FairRunAna* fRun = new FairRunAna() |
Definition at line 42 of file runMvdPidIdeal.C.
TString inFile = "Mvd_Test.root" |
Definition at line 11 of file runMvdPidIdeal.C.
PndMvdPidIdealTask* mvdpid = new PndMvdPidIdealTask("advanced") |
Definition at line 64 of file runMvdPidIdeal.C.
Int_t nEvents = 10000 |
Definition at line 17 of file runMvdPidIdeal.C.
TString outFile = "MvdPidIdeal.root" |
Definition at line 15 of file runMvdPidIdeal.C.
TString parFile = "MvdParams.root" |
Definition at line 13 of file runMvdPidIdeal.C.
FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 51 of file runMvdPidIdeal.C.
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 50 of file runMvdPidIdeal.C.
Double_t rtime = timer.RealTime() |
Definition at line 79 of file runMvdPidIdeal.C.
TStopwatch timer |
Definition at line 35 of file runMvdPidIdeal.C.