#include <G4PVDivisionFactory.hh>
 | 
| virtual  | ~G4PVDivisionFactory () | 
|   | 
| virtual G4VPhysicalVolume *  | CreatePVDivision (const G4String &pName, G4LogicalVolume *pLogical, G4LogicalVolume *pMother, const EAxis pAxis, const G4int nReplicas, const G4double width, const G4double offset) | 
|   | 
| virtual G4VPhysicalVolume *  | CreatePVDivision (const G4String &pName, G4LogicalVolume *pLogical, G4LogicalVolume *pMotherLogical, const EAxis pAxis, const G4int nReplicas, const G4double offset) | 
|   | 
| virtual G4VPhysicalVolume *  | CreatePVDivision (const G4String &pName, G4LogicalVolume *pLogical, G4LogicalVolume *pMotherLogical, const EAxis pAxis, const G4double width, const G4double offset) | 
|   | 
| virtual G4VPhysicalVolume *  | CreatePVDivision (const G4String &pName, G4LogicalVolume *pLogical, G4LogicalVolume *pMotherLogical, const G4VPVParameterisation *param) | 
|   | 
| virtual G4bool  | IsPVDivision (const G4VPhysicalVolume *pv) const  | 
|   | 
| virtual  | ~G4VPVDivisionFactory () | 
|   | 
Definition at line 47 of file G4PVDivisionFactory.hh.
 
  
  
      
        
          | G4PVDivisionFactory::~G4PVDivisionFactory  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
virtual   | 
  
 
 
  
  
      
        
          | G4PVDivisionFactory::G4PVDivisionFactory  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
protected   | 
  
 
 
Implements G4VPVDivisionFactory.
Definition at line 119 of file G4PVDivisionFactory.cc.
  134     G4Exception(
"G4PVDivisionFactory::CreatePVDivision()",
 
  136                 "Unexpected parameterisation type!");
 
  146     return new G4PVDivision(pName, pLogical, pMotherLogical, 
 
  147                             axis, nofDivisions, width, offset);
 
G4double GetOffset() const 
 
G4double GetWidth() const 
 
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
 
 
 
 
The documentation for this class was generated from the following files: