Geant4  10.03.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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.

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

Here is the caller graph for this function: