Geant4.10
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions
RMC01DetectorConstruction Class Reference

#include <RMC01DetectorConstruction.hh>

Inheritance diagram for RMC01DetectorConstruction:
G4VUserDetectorConstruction

Public Member Functions

 RMC01DetectorConstruction ()
 
virtual ~RMC01DetectorConstruction ()
 
virtual G4VPhysicalVolumeConstruct ()
 
void UpdateGeometry ()
 
void SetSensitiveVolumeHeight (G4double h)
 
void SetSensitiveVolumeRadius (G4double r)
 
void SetShieldingThickness (G4double d)
 
- 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 58 of file RMC01DetectorConstruction.hh.

Constructor & Destructor Documentation

RMC01DetectorConstruction::RMC01DetectorConstruction ( )

Definition at line 66 of file RMC01DetectorConstruction.cc.

68  fDetectorMessenger(0),
69  fShield_Thickness(5.*mm),
70  fSensitive_cylinder_H (1.*mm),
71  fSensitive_cylinder_Rout (1.*mm)
72 {
73  fDetectorMessenger = new RMC01DetectorMessenger(this);
74 }
RMC01DetectorConstruction::~RMC01DetectorConstruction ( )
virtual

Definition at line 78 of file RMC01DetectorConstruction.cc.

79 { delete fDetectorMessenger;
80 }

Member Function Documentation

G4VPhysicalVolume * RMC01DetectorConstruction::Construct ( void  )
virtual

Implements G4VUserDetectorConstruction.

Definition at line 84 of file RMC01DetectorConstruction.cc.

85 {
86  DefineMaterials();
87  return ConstructSimpleGeometry();
88 }
void RMC01DetectorConstruction::SetSensitiveVolumeHeight ( G4double  h)

Definition at line 257 of file RMC01DetectorConstruction.cc.

Referenced by RMC01DetectorMessenger::SetNewValue().

258 { fSensitive_cylinder_H=h;
259 }
void RMC01DetectorConstruction::SetSensitiveVolumeRadius ( G4double  r)

Definition at line 251 of file RMC01DetectorConstruction.cc.

Referenced by RMC01DetectorMessenger::SetNewValue().

252 { fSensitive_cylinder_Rout=r;
253 }
void RMC01DetectorConstruction::SetShieldingThickness ( G4double  d)

Definition at line 263 of file RMC01DetectorConstruction.cc.

Referenced by RMC01DetectorMessenger::SetNewValue().

264 { fShield_Thickness=d;
265 }
void RMC01DetectorConstruction::UpdateGeometry ( )

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