FairRoot/PandaRoot
|
Go to the source code of this file.
Functions | |
gROOT | Macro ("$VMCWORKDIR/gconfig/rootlogon.C") |
basiclibs () | |
gSystem | Load ("libGeoBase") |
gSystem | Load ("libParBase") |
gSystem | Load ("libBase") |
gSystem | Load ("libPndData") |
gSystem | Load ("libField") |
gSystem | Load ("libPassive") |
gSystem | Load ("libDrcProp") |
gSystem | Load ("libDrc") |
gSystem | Load ("libTof") |
gSystem | Load ("libGen") |
timer | Start () |
fRun | SetInputFile (inFile) |
fRun | SetOutputFile (outFile) |
parInput1 | open (parFile.Data()) |
rtdb | setFirstInput (parInput1) |
drchit | SetVerbose (iVerbose) |
drchit | SetIsPixelization (1) |
drchit | SetIsDetEfficiency (1) |
fRun | AddTask (drchit) |
fRun | Init () |
fRun | Run (0, nEvents) |
timer | Stop () |
Variables | |
TString | inFile = "testrun1.root" |
Int_t | nEvents = 0 |
TString | parFile = "params_testrun1.root" |
TString | outFile = "hit_drc.root" |
TStopwatch | timer |
FairRunAna * | fRun = new FairRunAna() |
FairRuntimeDb * | rtdb = fRun->GetRuntimeDb() |
FairParRootFileIo * | parInput1 = new FairParRootFileIo() |
PndDrcHitProducerReal * | drchit = new PndDrcHitProducerReal() |
Double_t | rtime = timer.RealTime() |
Double_t | ctime = timer.CpuTime() |
basiclibs | ( | ) |
fRun Init | ( | ) |
Definition at line 20 of file NHitsPerEvent.C.
gSystem Load | ( | "libGeoBase" | ) |
gSystem Load | ( | "libParBase" | ) |
gSystem Load | ( | "libBase" | ) |
gSystem Load | ( | "libPndData" | ) |
gSystem Load | ( | "libField" | ) |
gSystem Load | ( | "libPassive" | ) |
gSystem Load | ( | "libDrcProp" | ) |
gSystem Load | ( | "libDrc" | ) |
gSystem Load | ( | "libTof" | ) |
gSystem Load | ( | "libGen" | ) |
gROOT Macro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) |
parInput1 open | ( | parFile. | Data() | ) |
drchit SetIsDetEfficiency | ( | 1 | ) |
drchit SetIsPixelization | ( | 1 | ) |
timer Start | ( | ) |
timer Stop | ( | ) |
Double_t ctime = timer.CpuTime() |
Definition at line 107 of file hit_dirc_real.C.
PndDrcHitProducerReal* drchit = new PndDrcHitProducerReal() |
Definition at line 87 of file hit_dirc_real.C.
FairRunAna* fRun = new FairRunAna() |
Definition at line 58 of file hit_dirc_real.C.
TString inFile = "testrun1.root" |
Definition at line 8 of file hit_dirc_real.C.
Int_t nEvents = 0 |
Definition at line 11 of file hit_dirc_real.C.
TString outFile = "hit_drc.root" |
Definition at line 17 of file hit_dirc_real.C.
TString parFile = "params_testrun1.root" |
Definition at line 14 of file hit_dirc_real.C.
FairParRootFileIo* parInput1 = new FairParRootFileIo() |
Definition at line 67 of file hit_dirc_real.C.
FairRuntimeDb* rtdb = fRun->GetRuntimeDb() |
Definition at line 66 of file hit_dirc_real.C.
Double_t rtime = timer.RealTime() |
Definition at line 106 of file hit_dirc_real.C.
TStopwatch timer |
Definition at line 51 of file hit_dirc_real.C.