![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Classes | |
| class | App |
| class | MyPrimaryGeneratorAction |
| class | MyRunAction |
| class | MyEventAction |
| class | MySteppingAction |
| class | ScoreSD |
Functions | |
| def | init_root |
| def | hini |
| def | hshow |
| def | posXZ |
| def | Configure |
| def | ConstructGeom |
Variables | |
| tuple | myDC testem0.DetectorConstruction() |
| tuple | myPL testem0.PhysicsList() |
| tuple | myPGA testem0.PrimaryGeneratorAction(myDC) |
| tuple | myRA testem0.RunAction(myDC,myPGA) |
| tuple | pg g4.G4ParticleGun() |
| tuple | materialList testem0.getMaterialTable() |
| tuple | particleList testem0.getParticleTable() |
| list | enrgyList ["eV","keV","MeV","GeV","TeV","PeV"] |
| list | cutsList ["um", "mm" , "cm", "m", "km"] |
| tuple | app App() |
| tuple | rand_engine Ranlux64Engine() |
| tuple | exN03geom g4py.ExN03geom.ExN03DetectorConstruction() |
| tuple | exN03PL g4py.EMSTDpl.PhysicsListEMstd() |
| tuple | heprepViewer os.environ.get("G4HEPREPFILE_VIEWER") |
| tuple | heprepDir os.environ.get("G4HEPREPFILE_DIR") |
| tuple | heprepName os.environ.get("G4HEPREPFILE_NAME") |
| tuple | vrmlDir os.environ.get("G4VRML_DEST_DIR") |
| tuple | vrmlViewer os.environ.get("G4VRMLFILE_VIEWER") |
| def demo.Configure | ( | ) |
Definition at line 20 of file demo.py.
View newest version in sPHENIX GitHub at line 20 of file demo.py
References source.gControlExecute.
Referenced by G4BiasingProcessInterface.BuildPhysicsTable().
Here is the caller graph for this function:| def demo.ConstructGeom | ( | ) |
Definition at line 47 of file demo.py.
View newest version in sPHENIX GitHub at line 47 of file demo.py
References G4Material.GetMaterial().
Here is the call graph for this function:| def demo.hini | ( | ) |
| def demo.hshow | ( | ) |
| def demo.init_root | ( | ) |
| def demo.posXZ | ( | copyN | ) |
Definition at line 140 of file demo.py.
View newest version in sPHENIX GitHub at line 140 of file demo.py
References source.gApplyUICommand, hini(), and init_root().
Referenced by demo.ScoreSD.ProcessHits().
Here is the call graph for this function:
Here is the caller graph for this function:| tuple demo.app App() |
Definition at line 189 of file demo.py.
View newest version in sPHENIX GitHub at line 189 of file demo.py
Referenced by G4MTcoutDestination.HandleFileCerr(), G4MTcoutDestination.HandleFileCout(), G4PenelopeRayleighModel.InitializeSamplingAlgorithm(), CLHEP::RandGauss.saveEngineStatus(), CLHEP::RandFlat.saveEngineStatus(), CML2ExpVoxels.saveResults(), HadrontherapySteppingAction.UserSteppingAction(), and EventAction.WriteFibers().
| tuple demo.exN03geom g4py.ExN03geom.ExN03DetectorConstruction() |
| tuple demo.exN03PL g4py.EMSTDpl.PhysicsListEMstd() |
| tuple demo.heprepDir os.environ.get("G4HEPREPFILE_DIR") |
| tuple demo.heprepName os.environ.get("G4HEPREPFILE_NAME") |
| tuple demo.heprepViewer os.environ.get("G4HEPREPFILE_VIEWER") |
| tuple demo.materialList testem0.getMaterialTable() |
Definition at line 39 of file demo.py.
View newest version in sPHENIX GitHub at line 39 of file demo.py
Referenced by getMaterialTable().
| tuple demo.myDC testem0.DetectorConstruction() |
| tuple demo.myPGA testem0.PrimaryGeneratorAction(myDC) |
| tuple demo.myPL testem0.PhysicsList() |
| tuple demo.particleList testem0.getParticleTable() |
| tuple demo.pg g4.G4ParticleGun() |
Definition at line 37 of file demo.py.
View newest version in sPHENIX GitHub at line 37 of file demo.py
Referenced by G4ParticleHPPartial.InitData(), and G4hhElastic.SetRB().
| tuple demo.rand_engine Ranlux64Engine() |
| tuple demo.vrmlDir os.environ.get("G4VRML_DEST_DIR") |