|
Geant4.10
|
Functions | |
| MedicalBeam * | Construct () |
| void | SetParticleByName (MedicalBeam *beam, const std::string &pname) |
| std::string | GetParticleByName (MedicalBeam *beam) |
| void | f_SetFieldXY (MedicalBeam *beam, const list &listXY) |
| list | f_GetFieldXY (MedicalBeam *beam) |
| MedicalBeam* pyMedicalBeam::Construct | ( | ) |
Definition at line 49 of file pyMedicalBeam.cc.
References G4RunManager::GetRunManager().
Referenced by BOOST_PYTHON_MODULE().
| list pyMedicalBeam::f_GetFieldXY | ( | MedicalBeam * | beam | ) |
Definition at line 95 of file pyMedicalBeam.cc.
Referenced by BOOST_PYTHON_MODULE().
| void pyMedicalBeam::f_SetFieldXY | ( | MedicalBeam * | beam, |
| const list & | listXY | ||
| ) |
| std::string pyMedicalBeam::GetParticleByName | ( | MedicalBeam * | beam | ) |
Definition at line 75 of file pyMedicalBeam.cc.
Referenced by BOOST_PYTHON_MODULE().
| void pyMedicalBeam::SetParticleByName | ( | MedicalBeam * | beam, |
| const std::string & | pname | ||
| ) |
Definition at line 61 of file pyMedicalBeam.cc.
References G4cout, G4endl, and G4ParticleTable::GetParticleTable().
Referenced by BOOST_PYTHON_MODULE().
1.8.7