#include <boost/python.hpp>
#include "G4RunManager.hh"
#include "ExN03DetectorConstruction.hh"
Go to the source code of this file.
BOOST_PYTHON_MODULE |
( |
ExN03geom |
| ) |
|
Definition at line 64 of file pyExN03geom.cc.
References pyExN03geom::Construct(), ExN03DetectorConstruction::GetAbsorber(), ExN03DetectorConstruction::GetAbsorberMaterial(), ExN03DetectorConstruction::GetAbsorberThickness(), ExN03DetectorConstruction::GetCalorSizeYZ(), ExN03DetectorConstruction::GetCalorThickness(), ExN03DetectorConstruction::GetGap(), ExN03DetectorConstruction::GetGapMaterial(), ExN03DetectorConstruction::GetGapThickness(), ExN03DetectorConstruction::GetNbOfLayers(), ExN03DetectorConstruction::GetphysiWorld(), ExN03DetectorConstruction::GetWorldSizeX(), ExN03DetectorConstruction::GetWorldSizeYZ(), ExN03DetectorConstruction::PrintCalorParameters(), ExN03DetectorConstruction::SetAbsorberMaterial(), ExN03DetectorConstruction::SetAbsorberThickness(), ExN03DetectorConstruction::SetCalorSizeYZ(), ExN03DetectorConstruction::SetGapMaterial(), ExN03DetectorConstruction::SetGapThickness(), ExN03DetectorConstruction::SetMagField(), ExN03DetectorConstruction::SetNbOfLayers(), and ExN03DetectorConstruction::UpdateGeometry().