Geant4_10
Public Member Functions | List of all members
Em10DetectorConstruction Class Reference

#include <Em10DetectorConstruction.hh>

Inheritance diagram for Em10DetectorConstruction:
Inheritance graph
[legend]
Collaboration diagram for Em10DetectorConstruction:
Collaboration graph
[legend]

Public Member Functions

 Em10DetectorConstruction ()
 
 ~Em10DetectorConstruction ()
 
void SetAbsorberMaterial (G4String)
 
void SetAbsorberThickness (G4double)
 
void SetAbsorberRadius (G4double)
 
void SetAbsorberZpos (G4double)
 
void SetRadiatorMaterial (G4String)
 
void SetRadiatorThickness (G4double)
 
void SetGasGapThickness (G4double)
 
void SetFoilNumber (G4int i)
 
void SetWorldMaterial (G4String)
 
void SetWorldSizeZ (G4double)
 
void SetWorldSizeR (G4double)
 
void SetDetectorSetUp (G4String s)
 
void SetMagField (G4double)
 
G4VPhysicalVolumeConstruct ()
 
void UpdateGeometry ()
 
void PrintGeometryParameters ()
 
G4MaterialGetWorldMaterial ()
 
G4double GetWorldSizeZ ()
 
G4double GetWorldSizeR ()
 
G4double GetAbsorberZpos ()
 
G4MaterialGetAbsorberMaterial ()
 
G4double GetAbsorberThickness ()
 
G4double GetAbsorberRadius ()
 
const G4VPhysicalVolumeGetphysiWorld ()
 
const G4VPhysicalVolumeGetAbsorber ()
 
G4LogicalVolumeGetLogicalAbsorber ()
 
G4LogicalVolumeGetLogicalRadiator ()
 
G4double GetFoilThick ()
 
G4double GetGasThick ()
 
G4int GetFoilNumber ()
 
G4MaterialGetFoilMaterial ()
 
G4MaterialGetGasMaterial ()
 
- 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
 

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 54 of file Em10DetectorConstruction.hh.

Constructor & Destructor Documentation

Em10DetectorConstruction::Em10DetectorConstruction ( )

Definition at line 66 of file Em10DetectorConstruction.cc.

Em10DetectorConstruction::~Em10DetectorConstruction ( )

Definition at line 83 of file Em10DetectorConstruction.cc.

Member Function Documentation

G4VPhysicalVolume * Em10DetectorConstruction::Construct ( void  )
virtual

Implements G4VUserDetectorConstruction.

Definition at line 91 of file Em10DetectorConstruction.cc.

Here is the caller graph for this function:

const G4VPhysicalVolume* Em10DetectorConstruction::GetAbsorber ( )
inline

Definition at line 102 of file Em10DetectorConstruction.hh.

Here is the caller graph for this function:

G4Material* Em10DetectorConstruction::GetAbsorberMaterial ( )
inline

Definition at line 97 of file Em10DetectorConstruction.hh.

G4double Em10DetectorConstruction::GetAbsorberRadius ( )
inline

Definition at line 99 of file Em10DetectorConstruction.hh.

G4double Em10DetectorConstruction::GetAbsorberThickness ( )
inline

Definition at line 98 of file Em10DetectorConstruction.hh.

G4double Em10DetectorConstruction::GetAbsorberZpos ( )
inline

Definition at line 95 of file Em10DetectorConstruction.hh.

G4Material* Em10DetectorConstruction::GetFoilMaterial ( )
inline

Definition at line 109 of file Em10DetectorConstruction.hh.

G4int Em10DetectorConstruction::GetFoilNumber ( )
inline

Definition at line 108 of file Em10DetectorConstruction.hh.

G4double Em10DetectorConstruction::GetFoilThick ( )
inline

Definition at line 106 of file Em10DetectorConstruction.hh.

G4Material* Em10DetectorConstruction::GetGasMaterial ( )
inline

Definition at line 110 of file Em10DetectorConstruction.hh.

G4double Em10DetectorConstruction::GetGasThick ( )
inline

Definition at line 107 of file Em10DetectorConstruction.hh.

G4LogicalVolume* Em10DetectorConstruction::GetLogicalAbsorber ( )
inline

Definition at line 103 of file Em10DetectorConstruction.hh.

G4LogicalVolume* Em10DetectorConstruction::GetLogicalRadiator ( )
inline

Definition at line 105 of file Em10DetectorConstruction.hh.

const G4VPhysicalVolume* Em10DetectorConstruction::GetphysiWorld ( )
inline

Definition at line 101 of file Em10DetectorConstruction.hh.

G4Material* Em10DetectorConstruction::GetWorldMaterial ( )
inline

Definition at line 91 of file Em10DetectorConstruction.hh.

G4double Em10DetectorConstruction::GetWorldSizeR ( )
inline

Definition at line 93 of file Em10DetectorConstruction.hh.

G4double Em10DetectorConstruction::GetWorldSizeZ ( )
inline

Definition at line 92 of file Em10DetectorConstruction.hh.

void Em10DetectorConstruction::PrintGeometryParameters ( )

Definition at line 1529 of file Em10DetectorConstruction.cc.

Here is the call graph for this function:

void Em10DetectorConstruction::SetAbsorberMaterial ( G4String  materialChoice)

Definition at line 1556 of file Em10DetectorConstruction.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void Em10DetectorConstruction::SetAbsorberRadius ( G4double  val)

Definition at line 1653 of file Em10DetectorConstruction.cc.

Here is the caller graph for this function:

void Em10DetectorConstruction::SetAbsorberThickness ( G4double  val)

Definition at line 1626 of file Em10DetectorConstruction.cc.

Here is the caller graph for this function:

void Em10DetectorConstruction::SetAbsorberZpos ( G4double  val)

Definition at line 1680 of file Em10DetectorConstruction.cc.

Here is the caller graph for this function:

void Em10DetectorConstruction::SetDetectorSetUp ( G4String  s)
inline

Definition at line 78 of file Em10DetectorConstruction.hh.

Here is the caller graph for this function:

void Em10DetectorConstruction::SetFoilNumber ( G4int  i)
inline

Definition at line 73 of file Em10DetectorConstruction.hh.

Here is the caller graph for this function:

void Em10DetectorConstruction::SetGasGapThickness ( G4double  val)

Definition at line 1644 of file Em10DetectorConstruction.cc.

Here is the caller graph for this function:

void Em10DetectorConstruction::SetMagField ( G4double  )

Definition at line 1688 of file Em10DetectorConstruction.cc.

Here is the caller graph for this function:

void Em10DetectorConstruction::SetRadiatorMaterial ( G4String  materialChoice)

Definition at line 1579 of file Em10DetectorConstruction.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void Em10DetectorConstruction::SetRadiatorThickness ( G4double  val)

Definition at line 1635 of file Em10DetectorConstruction.cc.

Here is the caller graph for this function:

void Em10DetectorConstruction::SetWorldMaterial ( G4String  materialChoice)

Definition at line 1603 of file Em10DetectorConstruction.cc.

Here is the call graph for this function:

Here is the caller graph for this function:

void Em10DetectorConstruction::SetWorldSizeR ( G4double  val)

Definition at line 1671 of file Em10DetectorConstruction.cc.

Here is the caller graph for this function:

void Em10DetectorConstruction::SetWorldSizeZ ( G4double  val)

Definition at line 1662 of file Em10DetectorConstruction.cc.

Here is the caller graph for this function:

void Em10DetectorConstruction::UpdateGeometry ( )

Definition at line 1717 of file Em10DetectorConstruction.cc.

Here is the call graph for this function:

Here is the caller graph for this function:


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