Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
pyG4Box Namespace Reference

Functions

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

Function Documentation

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

Definition at line 42 of file pyG4Box.cc.

Referenced by export_G4Box().

44 {
45  return new G4Box(name, pX, pY, pZ);
46 }
Definition: G4Box.hh:63