Geant4-11
Functions
pyG4Box Namespace Reference

Functions

G4BoxCreateBox (const G4String &name, G4double pX, G4double pY, G4double pZ)
 

Function Documentation

◆ CreateBox()

G4Box * pyG4Box::CreateBox ( const G4String name,
G4double  pX,
G4double  pY,
G4double  pZ 
)

Definition at line 41 of file pyG4Box.cc.

43{
44 return new G4Box(name, pX, pY, pZ);
45}
Definition: G4Box.hh:56
const char * name(G4int ptype)

References G4InuclParticleNames::name().

Referenced by export_G4Box().