![]() |
ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include "DetectorConstruction.hh"#include "RunAction.hh"#include "PhysicsList.hh"#include "PrimaryGeneratorAction.hh"#include "G4Material.hh"#include "G4MaterialTable.hh"#include "G4ParticleTable.hh"#include <boost/python.hpp>#include <boost/python/list.hpp>#include <vector>#include <string>
Include dependency graph for pytestem0.cc:Go to the source code of this file.
Functions | |
| boost::python::list | getParticleTable () |
| boost::python::list | getMaterialTable () |
| BOOST_PYTHON_MODULE (testem0) | |
| BOOST_PYTHON_MODULE | ( | testem0 | ) |
Definition at line 87 of file pytestem0.cc.
View newest version in sPHENIX GitHub at line 87 of file pytestem0.cc
References getMaterialTable(), getParticleTable(), G4WORLD::PhysicsList, and DetectorConstruction::SetMaterial().
Here is the call graph for this function:| boost::python::list getMaterialTable | ( | ) |
Definition at line 66 of file pytestem0.cc.
View newest version in sPHENIX GitHub at line 66 of file pytestem0.cc
References G4Material::GetMaterialTable(), and demo::materialList.
Referenced by BOOST_PYTHON_MODULE().
Here is the call graph for this function:
Here is the caller graph for this function:| boost::python::list getParticleTable | ( | ) |
Definition at line 50 of file pytestem0.cc.
View newest version in sPHENIX GitHub at line 50 of file pytestem0.cc
References G4ParticleTable::GetParticleName(), G4ParticleTable::GetParticleTable(), particleList, and G4ParticleTable::size().
Referenced by BOOST_PYTHON_MODULE().
Here is the call graph for this function:
Here is the caller graph for this function: