FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
timer | Start () |
fRun | SetInputFile (inFile) |
fRun | SetOutputFile (outFile) |
fRun | AddTask (sttHitProducer) |
parInput1 | open (parFile.Data()) |
rtdb | setFirstInput (parInput1) |
fRun | Init () |
fRun | Run (0, nEvents) |
timer | Stop () |
Variables | |
TString | inFile = "testrun.root" |
Int_t | nEvents = 0 |
TString | parFile = "testparams.root" |
TString | outFile = "testdigi.root" |
TStopwatch | timer |
FairRunAna * | fRun = new FairRunAna() |
PndSttHitProducerRealFast * | sttHitProducer = new PndSttHitProducerRealFast() |
FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
FairParRootFileIo * | parInput1 = new FairParRootFileIo() |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
fRun AddTask | ( | sttHitProducer | ) |
fRun Init | ( | ) |
parInput1 open | ( | parFile. | Data() | ) |
timer Start | ( | ) |
timer Stop | ( | ) |
Double_t ctime = timer.CpuTime() |
Definition at line 62 of file detectors/stt/rundigi.C.
FairRunAna* fRun = new FairRunAna() |
Definition at line 32 of file detectors/stt/rundigi.C.
TString inFile = "testrun.root" |
Definition at line 7 of file detectors/stt/rundigi.C.
Int_t nEvents = 0 |
Definition at line 10 of file detectors/stt/rundigi.C.
TString outFile = "testdigi.root" |
Definition at line 16 of file detectors/stt/rundigi.C.
TString parFile = "testparams.root" |
Definition at line 13 of file detectors/stt/rundigi.C.
FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 48 of file detectors/stt/rundigi.C.
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 47 of file detectors/stt/rundigi.C.
Double_t rtime = timer.RealTime() |
Definition at line 61 of file detectors/stt/rundigi.C.
PndSttHitProducerRealFast* sttHitProducer = new PndSttHitProducerRealFast() |
Definition at line 42 of file detectors/stt/rundigi.C.
TStopwatch timer |
Definition at line 27 of file detectors/stt/rundigi.C.