#include <boost/python.hpp>
#include "G4PVReplica.hh"
#include "G4LogicalVolume.hh"
Go to the source code of this file.
void export_G4PVReplica |
( |
| ) |
|
Definition at line 41 of file pyG4PVReplica.cc.
43 class_<G4PVReplica, G4PVReplica*, bases<G4VPhysicalVolume>,
45 (
"G4PVReplica",
"physical volume placement with replication", no_init)
virtual G4int GetMultiplicity() const