|
Geant4
10.02
|
#include <RMC01DetectorConstruction.hh>
Inheritance diagram for RMC01DetectorConstruction:
Collaboration diagram for RMC01DetectorConstruction:Public Member Functions | |
| RMC01DetectorConstruction () | |
| virtual | ~RMC01DetectorConstruction () |
| virtual G4VPhysicalVolume * | Construct () |
| 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 |
| G4VUserParallelWorld * | GetParallelWorld (G4int i) const |
Private Member Functions | |
| void | DefineMaterials () |
| G4VPhysicalVolume * | ConstructSimpleGeometry () |
Private Attributes | |
| RMC01DetectorMessenger * | fDetectorMessenger |
| G4double | fShield_Thickness |
| G4double | fSensitive_cylinder_H |
| G4double | fSensitive_cylinder_Rout |
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) |
Definition at line 58 of file RMC01DetectorConstruction.hh.
| RMC01DetectorConstruction::RMC01DetectorConstruction | ( | ) |
Definition at line 66 of file RMC01DetectorConstruction.cc.
References fDetectorMessenger.
|
virtual |
Definition at line 78 of file RMC01DetectorConstruction.cc.
References fDetectorMessenger.
|
virtual |
Implements G4VUserDetectorConstruction.
Definition at line 84 of file RMC01DetectorConstruction.cc.
References ConstructSimpleGeometry(), and DefineMaterials().
Here is the call graph for this function:
|
private |
Definition at line 133 of file RMC01DetectorConstruction.cc.
References G4SDManager::AddNewDetector(), G4PhysicalVolumeStore::Clean(), G4SolidStore::Clean(), G4LogicalVolumeStore::Clean(), cm, fSensitive_cylinder_H, fSensitive_cylinder_Rout, fShield_Thickness, G4PhysicalVolumeStore::GetInstance(), G4LogicalVolumeStore::GetInstance(), G4SolidStore::GetInstance(), G4GeometryManager::GetInstance(), G4Material::GetMaterial(), G4SDManager::GetSDMpointer(), mm, G4GeometryManager::OpenGeometry(), G4LogicalVolume::SetSensitiveDetector(), and twopi.
Referenced by Construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
| void RMC01DetectorConstruction::SetSensitiveVolumeHeight | ( | G4double | h | ) |
Definition at line 257 of file RMC01DetectorConstruction.cc.
References fSensitive_cylinder_H.
Referenced by RMC01DetectorMessenger::SetNewValue().
Here is the caller graph for this function:| void RMC01DetectorConstruction::SetSensitiveVolumeRadius | ( | G4double | r | ) |
Definition at line 251 of file RMC01DetectorConstruction.cc.
References fSensitive_cylinder_Rout.
Referenced by RMC01DetectorMessenger::SetNewValue().
Here is the caller graph for this function:| void RMC01DetectorConstruction::SetShieldingThickness | ( | G4double | d | ) |
Definition at line 263 of file RMC01DetectorConstruction.cc.
References fShield_Thickness.
Referenced by RMC01DetectorMessenger::SetNewValue().
Here is the caller graph for this function:| void RMC01DetectorConstruction::UpdateGeometry | ( | ) |
|
private |
Definition at line 75 of file RMC01DetectorConstruction.hh.
Referenced by RMC01DetectorConstruction(), and ~RMC01DetectorConstruction().
|
private |
Definition at line 80 of file RMC01DetectorConstruction.hh.
Referenced by ConstructSimpleGeometry(), and SetSensitiveVolumeHeight().
|
private |
Definition at line 81 of file RMC01DetectorConstruction.hh.
Referenced by ConstructSimpleGeometry(), and SetSensitiveVolumeRadius().
|
private |
Definition at line 79 of file RMC01DetectorConstruction.hh.
Referenced by ConstructSimpleGeometry(), and SetShieldingThickness().