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

Functions

G4TetCreateTet (const G4String &name, G4ThreeVector anchor, G4ThreeVector p2, G4ThreeVector p3, G4ThreeVector p4)
 

Function Documentation

G4Tet* pyG4Tet::CreateTet ( const G4String name,
G4ThreeVector  anchor,
G4ThreeVector  p2,
G4ThreeVector  p3,
G4ThreeVector  p4 
)

Definition at line 42 of file pyG4Tet.cc.

Referenced by export_G4Tet().

44 {
45  return new G4Tet(name, anchor, p2, p3, p4);
46 }
Definition: G4Tet.hh:65