|
FairRoot/PandaRoot
|
Go to the source code of this file.
Variables | |
| gDebug =0 | |
| FairRunSim * | fRun = new FairRunSim() |
| FairModule * | Cave = new PndCave("CAVE") |
| FairDetector * | Dsk = new PndEnDrc("EDRC", kTRUE) |
| FairPrimaryGenerator * | primGen = new FairPrimaryGenerator() |
| FairBoxGenerator * | pGen = new FairBoxGenerator(2212, 1) |
| FairBoxGenerator * | piplGen = new FairBoxGenerator(211, 1) |
| FairBoxGenerator * | pimiGen = new FairBoxGenerator(-211, 1) |
| FairBoxGenerator * | KplGen = new FairBoxGenerator(321, 1) |
| FairBoxGenerator * | KmiGen = new FairBoxGenerator(-211, 1) |
| PndMultiField * | fField = new PndMultiField() |
| PndTransMap * | map = new PndTransMap("TransMap", "R") |
| PndDipoleMap * | map1 = new PndDipoleMap("DipoleMap", "R") |
| PndSolenoidMap * | map2 = new PndSolenoidMap("SolenoidMap", "R") |
| FairTrajFilter * | trajFilter = FairTrajFilter::Instance() |
| FairRuntimeDb * | rtdb =fRun->GetRuntimeDb() |
| Bool_t | kParameterMerged =kTRUE |
| PndMultiFieldPar * | Par = (PndMultiFieldPar*) rtdb->getContainer("PndMultiFieldPar") |
| FairParRootFileIo * | output =new FairParRootFileIo(kParameterMerged) |
| Int_t | nEvents = 1 |
| Double_t | rtime = timer.RealTime() |
| Double_t | ctime = timer.CpuTime() |
| if | ( | fField | ) |
Definition at line 208 of file outdated/endrc/run_sim.C.
References PndMultiFieldPar::SetParameters().
| fRun Init | ( | ) |
| gSystem Load | ( | "libEnDrc" | ) |
| gROOT Macro | ( | "$VMCWORKDIR/gconfig/rootlogon.C" | ) |
| output open | ( | "testparams.root" | ) |
| printf | ( | " | RealTime = %f seconds | ) |
| rtdb saveOutput | ( | ) |
| Par setChanged | ( | ) |
| Cave SetGeometryFileName | ( | "pndcave.geo" | ) |
| Dsk SetGeometryFileName | ( | "endrc.root" | ) |
| fRun SetMaterials | ( | "media_pnd.geo" | ) |
| fRun SetName | ( | "TGeant3" | ) |
| fRun SetOutputFile | ( | "testsimu10.root" | ) |
| pGen SetPhiRange | ( | 0. | , |
| 360. | |||
| ) |
| KmiGen SetPRange | ( | 0. | 5, |
| 6. | |||
| ) |
| trajFilter SetStepSizeCut | ( | 0. | 01 | ) |
| trajFilter SetStorePrimaries | ( | kTRUE | ) |
| trajFilter SetStoreSecondaries | ( | kTRUE | ) |
| fRun SetStoreTraj | ( | kTRUE | ) |
| KmiGen SetThetaRange | ( | 0. | , |
| 25. | |||
| ) |
| pGen SetXYZ | ( | 0. | , |
| 0. | , | ||
| 0. | |||
| ) |
| timer Start | ( | ) |
| timer Stop | ( | ) |
| FairModule* Cave = new PndCave("CAVE") |
Definition at line 33 of file outdated/endrc/run_sim.C.
| Double_t ctime = timer.CpuTime() |
Definition at line 226 of file outdated/endrc/run_sim.C.
| FairDetector* Dsk = new PndEnDrc("EDRC", kTRUE) |
Definition at line 67 of file outdated/endrc/run_sim.C.
| PndMultiField* fField = new PndMultiField() |
Definition at line 147 of file outdated/endrc/run_sim.C.
| FairRunSim* fRun = new FairRunSim() |
Definition at line 13 of file outdated/endrc/run_sim.C.
| gDebug =0 |
Definition at line 6 of file outdated/endrc/run_sim.C.
| FairBoxGenerator* KmiGen = new FairBoxGenerator(-211, 1) |
Definition at line 114 of file outdated/endrc/run_sim.C.
| Bool_t kParameterMerged =kTRUE |
Definition at line 184 of file outdated/endrc/run_sim.C.
| FairBoxGenerator* KplGen = new FairBoxGenerator(321, 1) |
Definition at line 107 of file outdated/endrc/run_sim.C.
| PndTransMap* map = new PndTransMap("TransMap", "R") |
Definition at line 149 of file outdated/endrc/run_sim.C.
| PndDipoleMap* map1 = new PndDipoleMap("DipoleMap", "R") |
Definition at line 150 of file outdated/endrc/run_sim.C.
| PndSolenoidMap* map2 = new PndSolenoidMap("SolenoidMap", "R") |
Definition at line 151 of file outdated/endrc/run_sim.C.
| Int_t nEvents = 1 |
Definition at line 220 of file outdated/endrc/run_sim.C.
| FairParRootFileIo* output =new FairParRootFileIo(kParameterMerged) |
Definition at line 212 of file outdated/endrc/run_sim.C.
| PndMultiFieldPar* Par = (PndMultiFieldPar*) rtdb->getContainer("PndMultiFieldPar") |
Definition at line 207 of file outdated/endrc/run_sim.C.
| FairBoxGenerator* pGen = new FairBoxGenerator(2212, 1) |
Definition at line 86 of file outdated/endrc/run_sim.C.
| FairBoxGenerator* pimiGen = new FairBoxGenerator(-211, 1) |
Definition at line 100 of file outdated/endrc/run_sim.C.
| FairBoxGenerator* piplGen = new FairBoxGenerator(211, 1) |
Definition at line 93 of file outdated/endrc/run_sim.C.
| FairPrimaryGenerator* primGen = new FairPrimaryGenerator() |
Definition at line 74 of file outdated/endrc/run_sim.C.
| FairRuntimeDb* rtdb =fRun->GetRuntimeDb() |
Definition at line 183 of file outdated/endrc/run_sim.C.
| Double_t rtime = timer.RealTime() |
Definition at line 225 of file outdated/endrc/run_sim.C.
| FairTrajFilter* trajFilter = FairTrajFilter::Instance() |
Definition at line 170 of file outdated/endrc/run_sim.C.
1.8.5