Geant4  10.00.p02
exrdmDetectorConstruction Class Reference

#include <exrdmDetectorConstruction.hh>

+ Inheritance diagram for exrdmDetectorConstruction:
+ Collaboration diagram for exrdmDetectorConstruction:

Public Member Functions

 exrdmDetectorConstruction ()
 
virtual ~exrdmDetectorConstruction ()
 
virtual G4VPhysicalVolumeConstruct ()
 
const G4VPhysicalVolumeGetDetector ()
 
G4double GetDetectoFullLength ()
 
G4double GetTargetFullLength ()
 
G4double GetWorldFullLength ()
 
G4double GetDetectorThickness ()
 
G4double GetTargetRadius ()
 
G4double GetWorldRadius ()
 
void SetTargetMaterial (G4String)
 
void SetDetectorMaterial (G4String)
 
void SetTargetRadius (G4double value)
 
void SetDetectorThickness (G4double value)
 
void SetTargetLength (G4double value)
 
void SetDetectorLength (G4double value)
 
- Public Member Functions inherited from G4VUserDetectorConstruction
 G4VUserDetectorConstruction ()
 
virtual ~G4VUserDetectorConstruction ()
 
virtual void ConstructSDandField ()
 
virtual void CloneSD ()
 
virtual void CloneF ()
 
void RegisterParallelWorld (G4VUserParallelWorld *)
 
G4int ConstructParallelGeometries ()
 
void ConstructParallelSD ()
 
G4int GetNumberOfParallelWorld () const
 
G4VUserParallelWorldGetParallelWorld (G4int i) const
 

Private Member Functions

void DefineMaterials ()
 

Private Attributes

G4TubsfSolidWorld
 
G4LogicalVolumefLogicWorld
 
G4VPhysicalVolumefPhysiWorld
 
G4TubsfSolidTarget
 
G4LogicalVolumefLogicTarget
 
G4VPhysicalVolumefPhysiTarget
 
G4TubsfSolidDetector
 
G4LogicalVolumefLogicDetector
 
G4VPhysicalVolumefPhysiDetector
 
exrdmDetectorMessengerfDetectorMessenger
 
exrdmMaterialfMaterialsManager
 
G4MaterialfDefaultMater
 
G4MaterialfTargetMater
 
G4MaterialfDetectorMater
 
G4double fTargetLength
 
G4double fTargetRadius
 
G4double fDetectorLength
 
G4double fDetectorThickness
 
G4double fWorldLength
 
G4double fWorldRadius
 
G4RegionfTargetRegion
 
G4RegionfDetectorRegion
 

Additional Inherited Members

- Protected Member Functions inherited from G4VUserDetectorConstruction
void SetSensitiveDetector (const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false)
 
void SetSensitiveDetector (G4LogicalVolume *logVol, G4VSensitiveDetector *aSD)
 

Detailed Description

Definition at line 48 of file exrdmDetectorConstruction.hh.

Constructor & Destructor Documentation

exrdmDetectorConstruction::exrdmDetectorConstruction ( )

Definition at line 54 of file exrdmDetectorConstruction.cc.

References DefineMaterials(), and fDetectorMessenger.

+ Here is the call graph for this function:

exrdmDetectorConstruction::~exrdmDetectorConstruction ( )
virtual

Definition at line 74 of file exrdmDetectorConstruction.cc.

References fDetectorMessenger.

Member Function Documentation

void exrdmDetectorConstruction::DefineMaterials ( )
private

Definition at line 81 of file exrdmDetectorConstruction.cc.

References exrdmMaterial::AddMaterial(), cm3, fDefaultMater, fDetectorMater, fMaterialsManager, fTargetMater, g, and exrdmMaterial::GetMaterial().

Referenced by exrdmDetectorConstruction().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4double exrdmDetectorConstruction::GetDetectoFullLength ( )
inline

Definition at line 62 of file exrdmDetectorConstruction.hh.

References fDetectorLength.

const G4VPhysicalVolume* exrdmDetectorConstruction::GetDetector ( )
inline

Definition at line 60 of file exrdmDetectorConstruction.hh.

References fPhysiDetector.

G4double exrdmDetectorConstruction::GetDetectorThickness ( )
inline

Definition at line 65 of file exrdmDetectorConstruction.hh.

References fDetectorThickness.

G4double exrdmDetectorConstruction::GetTargetFullLength ( )
inline

Definition at line 63 of file exrdmDetectorConstruction.hh.

References fTargetLength.

G4double exrdmDetectorConstruction::GetTargetRadius ( )
inline

Definition at line 66 of file exrdmDetectorConstruction.hh.

References fTargetRadius.

G4double exrdmDetectorConstruction::GetWorldFullLength ( )
inline

Definition at line 64 of file exrdmDetectorConstruction.hh.

References fWorldLength.

G4double exrdmDetectorConstruction::GetWorldRadius ( )
inline

Definition at line 67 of file exrdmDetectorConstruction.hh.

References fWorldRadius.

void exrdmDetectorConstruction::SetDetectorLength ( G4double  value)
inline

Definition at line 75 of file exrdmDetectorConstruction.hh.

References fDetectorLength.

Referenced by exrdmDetectorMessenger::SetNewValue().

+ Here is the caller graph for this function:

void exrdmDetectorConstruction::SetDetectorMaterial ( G4String  materialName)

Definition at line 238 of file exrdmDetectorConstruction.cc.

References cm, fDetectorLength, fDetectorMater, fLogicDetector, G4cout, G4endl, G4Material::GetMaterial(), and G4LogicalVolume::SetMaterial().

Referenced by exrdmDetectorMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void exrdmDetectorConstruction::SetDetectorThickness ( G4double  value)
inline

Definition at line 73 of file exrdmDetectorConstruction.hh.

References fDetectorThickness.

Referenced by exrdmDetectorMessenger::SetNewValue().

+ Here is the caller graph for this function:

void exrdmDetectorConstruction::SetTargetLength ( G4double  value)
inline

Definition at line 74 of file exrdmDetectorConstruction.hh.

References fTargetLength.

Referenced by exrdmDetectorMessenger::SetNewValue().

+ Here is the caller graph for this function:

void exrdmDetectorConstruction::SetTargetMaterial ( G4String  materialName)

Definition at line 223 of file exrdmDetectorConstruction.cc.

References cm, fLogicTarget, fTargetLength, fTargetMater, G4cout, G4endl, G4Material::GetMaterial(), and G4LogicalVolume::SetMaterial().

Referenced by exrdmDetectorMessenger::SetNewValue().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void exrdmDetectorConstruction::SetTargetRadius ( G4double  value)
inline

Definition at line 72 of file exrdmDetectorConstruction.hh.

References fTargetRadius.

Referenced by exrdmDetectorMessenger::SetNewValue().

+ Here is the caller graph for this function:

Member Data Documentation

G4Material* exrdmDetectorConstruction::fDefaultMater
private

Definition at line 97 of file exrdmDetectorConstruction.hh.

Referenced by Construct(), and DefineMaterials().

G4double exrdmDetectorConstruction::fDetectorLength
private
G4Material* exrdmDetectorConstruction::fDetectorMater
private

Definition at line 99 of file exrdmDetectorConstruction.hh.

Referenced by Construct(), DefineMaterials(), and SetDetectorMaterial().

exrdmDetectorMessenger* exrdmDetectorConstruction::fDetectorMessenger
private
G4Region* exrdmDetectorConstruction::fDetectorRegion
private

Definition at line 112 of file exrdmDetectorConstruction.hh.

Referenced by Construct().

G4double exrdmDetectorConstruction::fDetectorThickness
private
G4LogicalVolume* exrdmDetectorConstruction::fLogicDetector
private

Definition at line 91 of file exrdmDetectorConstruction.hh.

Referenced by Construct(), and SetDetectorMaterial().

G4LogicalVolume* exrdmDetectorConstruction::fLogicTarget
private

Definition at line 87 of file exrdmDetectorConstruction.hh.

Referenced by Construct(), and SetTargetMaterial().

G4LogicalVolume* exrdmDetectorConstruction::fLogicWorld
private

Definition at line 83 of file exrdmDetectorConstruction.hh.

Referenced by Construct().

exrdmMaterial* exrdmDetectorConstruction::fMaterialsManager
private

Definition at line 95 of file exrdmDetectorConstruction.hh.

Referenced by DefineMaterials().

G4VPhysicalVolume* exrdmDetectorConstruction::fPhysiDetector
private

Definition at line 92 of file exrdmDetectorConstruction.hh.

Referenced by Construct(), and GetDetector().

G4VPhysicalVolume* exrdmDetectorConstruction::fPhysiTarget
private

Definition at line 88 of file exrdmDetectorConstruction.hh.

Referenced by Construct().

G4VPhysicalVolume* exrdmDetectorConstruction::fPhysiWorld
private

Definition at line 84 of file exrdmDetectorConstruction.hh.

Referenced by Construct().

G4Tubs* exrdmDetectorConstruction::fSolidDetector
private

Definition at line 90 of file exrdmDetectorConstruction.hh.

Referenced by Construct().

G4Tubs* exrdmDetectorConstruction::fSolidTarget
private

Definition at line 86 of file exrdmDetectorConstruction.hh.

Referenced by Construct().

G4Tubs* exrdmDetectorConstruction::fSolidWorld
private

Definition at line 82 of file exrdmDetectorConstruction.hh.

Referenced by Construct().

G4double exrdmDetectorConstruction::fTargetLength
private
G4Material* exrdmDetectorConstruction::fTargetMater
private

Definition at line 98 of file exrdmDetectorConstruction.hh.

Referenced by Construct(), DefineMaterials(), and SetTargetMaterial().

G4double exrdmDetectorConstruction::fTargetRadius
private

Definition at line 103 of file exrdmDetectorConstruction.hh.

Referenced by Construct(), GetTargetRadius(), and SetTargetRadius().

G4Region* exrdmDetectorConstruction::fTargetRegion
private

Definition at line 111 of file exrdmDetectorConstruction.hh.

Referenced by Construct().

G4double exrdmDetectorConstruction::fWorldLength
private

Definition at line 106 of file exrdmDetectorConstruction.hh.

Referenced by Construct(), and GetWorldFullLength().

G4double exrdmDetectorConstruction::fWorldRadius
private

Definition at line 107 of file exrdmDetectorConstruction.hh.

Referenced by Construct(), and GetWorldRadius().


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