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 ("libPndData") |
gSystem | Load ("libField") |
gSystem | Load ("libPassive") |
gSystem | Load ("libStt") |
gSystem | Load ("libPlane") |
timer | Start () |
fRun | SetInputFile (inFile) |
fRun | SetOutputFile (outFile) |
fRun | LoadGeometry () |
fRun | AddTask (sttHitProducer) |
fRun | Init () |
fRun | Run (0, nEvents) |
timer | Stop () |
Variables | |
TString | inFile = "ex2.root" |
Int_t | nEvents = 1000 |
TString | parFile = "ex2params.root" |
TString | outFile = "ex2d.root" |
TStopwatch | timer |
FairRunAna * | fRun = new FairRunAna() |
PndSttHitProducerIdeal * | sttHitProducer = new PndSttHitProducerIdeal() |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
fRun AddTask | ( | sttHitProducer | ) |
basiclibs | ( | ) |
fRun Init | ( | ) |
gSystem Load | ( | "libGeoBase" | ) |
gSystem Load | ( | "libParBase" | ) |
gSystem Load | ( | "libBase" | ) |
gSystem Load | ( | "libPndData" | ) |
gSystem Load | ( | "libField" | ) |
gSystem Load | ( | "libPassive" | ) |
gSystem Load | ( | "libStt" | ) |
gSystem Load | ( | "libPlane" | ) |
fRun LoadGeometry | ( | ) |
gROOT LoadMacro | ( | "$VMCWORKDIR/gconfig/basiclibs.C" | ) |
timer Start | ( | ) |
timer Stop | ( | ) |
Double_t ctime = timer.CpuTime() |
Definition at line 62 of file runDIGI2.C.
FairRunAna* fRun = new FairRunAna() |
Definition at line 40 of file runDIGI2.C.
TString inFile = "ex2.root" |
Definition at line 7 of file runDIGI2.C.
Int_t nEvents = 1000 |
Definition at line 10 of file runDIGI2.C.
TString outFile = "ex2d.root" |
Definition at line 16 of file runDIGI2.C.
TString parFile = "ex2params.root" |
Definition at line 13 of file runDIGI2.C.
Double_t rtime = timer.RealTime() |
Definition at line 61 of file runDIGI2.C.
PndSttHitProducerIdeal* sttHitProducer = new PndSttHitProducerIdeal() |
Definition at line 49 of file runDIGI2.C.
TStopwatch timer |
Definition at line 35 of file runDIGI2.C.