Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
G4ReflectionFactory Class Reference

#include <G4ReflectionFactory.hh>

Public Member Functions

virtual ~G4ReflectionFactory ()
 
G4PhysicalVolumesPair Place (const G4Transform3D &transform3D, const G4String &name, G4LogicalVolume *LV, G4LogicalVolume *motherLV, G4bool isMany, G4int copyNo, G4bool surfCheck=false)
 
G4PhysicalVolumesPair Replicate (const G4String &name, G4LogicalVolume *LV, G4LogicalVolume *motherLV, EAxis axis, G4int nofReplicas, G4double width, G4double offset=0)
 
G4PhysicalVolumesPair Divide (const G4String &name, G4LogicalVolume *LV, G4LogicalVolume *motherLV, EAxis axis, G4int nofDivisions, G4double width, G4double offset)
 
G4PhysicalVolumesPair Divide (const G4String &name, G4LogicalVolume *LV, G4LogicalVolume *motherLV, EAxis axis, G4int nofDivisions, G4double offset)
 
G4PhysicalVolumesPair Divide (const G4String &name, G4LogicalVolume *LV, G4LogicalVolume *motherLV, EAxis axis, G4double width, G4double offset)
 
void SetVerboseLevel (G4int verboseLevel)
 
G4int GetVerboseLevel () const
 
void SetVolumesNameExtension (const G4String &nameExtension)
 
const G4StringGetVolumesNameExtension () const
 
void SetScalePrecision (G4double scaleValue)
 
G4double GetScalePrecision () const
 
G4LogicalVolumeGetConstituentLV (G4LogicalVolume *reflLV) const
 
G4LogicalVolumeGetReflectedLV (G4LogicalVolume *lv) const
 
G4bool IsConstituent (G4LogicalVolume *lv) const
 
G4bool IsReflected (G4LogicalVolume *lv) const
 
const G4ReflectedVolumesMapGetReflectedVolumesMap () const
 
void Reset ()
 

Static Public Member Functions

static G4ReflectionFactoryInstance ()
 

Protected Member Functions

 G4ReflectionFactory ()
 
 G4ReflectionFactory (const G4ReflectionFactory &)
 
G4ReflectionFactoryoperator= (const G4ReflectionFactory &)
 

Detailed Description

Definition at line 84 of file G4ReflectionFactory.hh.

Constructor & Destructor Documentation

G4ReflectionFactory::~G4ReflectionFactory ( )
virtual

Definition at line 97 of file G4ReflectionFactory.cc.

G4ReflectionFactory::G4ReflectionFactory ( )
protected

Definition at line 83 of file G4ReflectionFactory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4ReflectionFactory::G4ReflectionFactory ( const G4ReflectionFactory )
protected

Member Function Documentation

G4PhysicalVolumesPair G4ReflectionFactory::Divide ( const G4String name,
G4LogicalVolume LV,
G4LogicalVolume motherLV,
EAxis  axis,
G4int  nofDivisions,
G4double  width,
G4double  offset 
)

Definition at line 243 of file G4ReflectionFactory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4PhysicalVolumesPair G4ReflectionFactory::Divide ( const G4String name,
G4LogicalVolume LV,
G4LogicalVolume motherLV,
EAxis  axis,
G4int  nofDivisions,
G4double  offset 
)

Definition at line 285 of file G4ReflectionFactory.cc.

Here is the call graph for this function:

G4PhysicalVolumesPair G4ReflectionFactory::Divide ( const G4String name,
G4LogicalVolume LV,
G4LogicalVolume motherLV,
EAxis  axis,
G4double  width,
G4double  offset 
)

Definition at line 326 of file G4ReflectionFactory.cc.

Here is the call graph for this function:

G4LogicalVolume * G4ReflectionFactory::GetConstituentLV ( G4LogicalVolume reflLV) const

Definition at line 685 of file G4ReflectionFactory.cc.

G4LogicalVolume * G4ReflectionFactory::GetReflectedLV ( G4LogicalVolume lv) const

Definition at line 701 of file G4ReflectionFactory.cc.

Here is the caller graph for this function:

const G4ReflectedVolumesMap & G4ReflectionFactory::GetReflectedVolumesMap ( ) const

Definition at line 752 of file G4ReflectionFactory.cc.

G4double G4ReflectionFactory::GetScalePrecision ( ) const

Definition at line 843 of file G4ReflectionFactory.cc.

G4int G4ReflectionFactory::GetVerboseLevel ( ) const

Definition at line 857 of file G4ReflectionFactory.cc.

const G4String & G4ReflectionFactory::GetVolumesNameExtension ( ) const

Definition at line 871 of file G4ReflectionFactory.cc.

G4ReflectionFactory * G4ReflectionFactory::Instance ( void  )
static

Definition at line 71 of file G4ReflectionFactory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4bool G4ReflectionFactory::IsConstituent ( G4LogicalVolume lv) const

Definition at line 716 of file G4ReflectionFactory.cc.

G4bool G4ReflectionFactory::IsReflected ( G4LogicalVolume lv) const

Definition at line 727 of file G4ReflectionFactory.cc.

Here is the caller graph for this function:

G4ReflectionFactory& G4ReflectionFactory::operator= ( const G4ReflectionFactory )
protected
G4PhysicalVolumesPair G4ReflectionFactory::Place ( const G4Transform3D transform3D,
const G4String name,
G4LogicalVolume LV,
G4LogicalVolume motherLV,
G4bool  isMany,
G4int  copyNo,
G4bool  surfCheck = false 
)

Definition at line 109 of file G4ReflectionFactory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

G4PhysicalVolumesPair G4ReflectionFactory::Replicate ( const G4String name,
G4LogicalVolume LV,
G4LogicalVolume motherLV,
EAxis  axis,
G4int  nofReplicas,
G4double  width,
G4double  offset = 0 
)

Definition at line 204 of file G4ReflectionFactory.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void G4ReflectionFactory::Reset ( )

Definition at line 760 of file G4ReflectionFactory.cc.

void G4ReflectionFactory::SetScalePrecision ( G4double  scaleValue)

Definition at line 836 of file G4ReflectionFactory.cc.

Here is the caller graph for this function:

void G4ReflectionFactory::SetVerboseLevel ( G4int  verboseLevel)

Definition at line 850 of file G4ReflectionFactory.cc.

void G4ReflectionFactory::SetVolumesNameExtension ( const G4String nameExtension)

Definition at line 864 of file G4ReflectionFactory.cc.


The documentation for this class was generated from the following files: