Geant4
10.01.p02
|
#include <UltraDetectorConstruction.hh>
Public Member Functions | |
UltraDetectorConstruction () | |
~UltraDetectorConstruction () | |
G4VPhysicalVolume * | Construct () |
void | ConstructSDandField () |
G4double | GetLambdaMin () const |
G4double | GetLambdaMax () const |
Public Member Functions inherited from G4VUserDetectorConstruction | |
G4VUserDetectorConstruction () | |
virtual | ~G4VUserDetectorConstruction () |
virtual void | CloneSD () |
virtual void | CloneF () |
void | RegisterParallelWorld (G4VUserParallelWorld *) |
G4int | ConstructParallelGeometries () |
void | ConstructParallelSD () |
G4int | GetNumberOfParallelWorld () const |
G4VUserParallelWorld * | GetParallelWorld (G4int i) const |
Private Member Functions | |
G4VPhysicalVolume * | ConstructUVscope (G4VPhysicalVolume *) |
G4VPhysicalVolume * | ConstructMirror (G4VPhysicalVolume *) |
G4VPhysicalVolume * | ConstructGround (G4VPhysicalVolume *) |
void | ConstructTableMaterials () |
Private Attributes | |
UltraFresnelLens * | FresnelLens |
G4LogicalVolume * | logicalPMT |
G4double | lambda_min |
G4double | lambda_max |
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 60 of file UltraDetectorConstruction.hh.
UltraDetectorConstruction::UltraDetectorConstruction | ( | ) |
Definition at line 73 of file UltraDetectorConstruction.cc.
References lambda_max, and lambda_min.
UltraDetectorConstruction::~UltraDetectorConstruction | ( | ) |
Definition at line 83 of file UltraDetectorConstruction.cc.
|
virtual |
Implements G4VUserDetectorConstruction.
Definition at line 87 of file UltraDetectorConstruction.cc.
References Air, ConstructGround(), ConstructMirror(), ConstructTableMaterials(), ConstructUVscope(), G4cout, G4endl, G4Material::GetMaterial(), G4VisAttributes::Invisible, m, name, G4VisAttributes::SetForceWireframe(), G4LogicalVolume::SetVisAttributes(), and G4VisAttributes::SetVisibility().
|
private |
Definition at line 416 of file UltraDetectorConstruction.cc.
References G4MaterialPropertiesTable::AddProperty(), Al, cm, dielectric_dielectric, G4Material::GetMaterial(), groundfrontpainted, lambda_max, lambda_min, m, name, G4INCL::Math::pi, G4OpticalSurface::SetFinish(), G4VisAttributes::SetForceWireframe(), G4OpticalSurface::SetMaterialPropertiesTable(), G4OpticalSurface::SetModel(), G4OpticalSurface::SetType(), G4LogicalVolume::SetVisAttributes(), G4VisAttributes::SetVisibility(), and unified.
Referenced by Construct().
|
private |
Definition at line 357 of file UltraDetectorConstruction.cc.
References G4MaterialPropertiesTable::AddProperty(), Al, cm, dielectric_dielectric, G4Material::GetMaterial(), lambda_max, lambda_min, m, name, G4INCL::Math::pi, polishedfrontpainted, G4OpticalSurface::SetFinish(), G4VisAttributes::SetForceWireframe(), G4OpticalSurface::SetMaterialPropertiesTable(), G4OpticalSurface::SetModel(), G4OpticalSurface::SetType(), G4LogicalVolume::SetVisAttributes(), G4VisAttributes::SetVisibility(), and unified.
Referenced by Construct().
|
virtual |
Reimplemented from G4VUserDetectorConstruction.
Definition at line 162 of file UltraDetectorConstruction.cc.
References logicalPMT, and G4VUserDetectorConstruction::SetSensitiveDetector().
|
private |
Definition at line 170 of file UltraDetectorConstruction.cc.
References a, G4Material::AddElement(), G4MaterialPropertiesTable::AddEntry(), G4MaterialPropertiesTable::AddProperty(), Air, cm3, density, elC, elH, elN, elO, G4INCL::KinematicsUtils::energy(), g, G4cout, G4endl, G4Material::GetMaterialTable(), kInfinity, lambda_max, lambda_min, mm, mole, name, nel, G4Material::SetMaterialPropertiesTable(), symbol, and z.
Referenced by Construct().
|
private |
Definition at line 476 of file UltraDetectorConstruction.cc.
References G4MaterialPropertiesTable::AddProperty(), Al, cm, dielectric_dielectric, FresnelLens, G4cout, G4endl, G4Tubs::GetDz(), G4VPhysicalVolume::GetLogicalVolume(), G4Material::GetMaterial(), UltraFresnelLens::GetPhysicalVolume(), UltraFresnelLens::GetThickness(), groundfrontpainted, lambda_max, lambda_min, logicalPMT, m, mm, name, G4INCL::Math::pi, G4OpticalSurface::SetFinish(), G4OpticalSurface::SetMaterialPropertiesTable(), G4OpticalSurface::SetModel(), G4OpticalSurface::SetType(), G4LogicalVolume::SetVisAttributes(), G4VisAttributes::SetVisibility(), and unified.
Referenced by Construct().
|
inline |
Definition at line 73 of file UltraDetectorConstruction.hh.
References lambda_max.
Referenced by UltraPrimaryGeneratorAction::GeneratePrimaries().
|
inline |
Definition at line 72 of file UltraDetectorConstruction.hh.
References lambda_min.
Referenced by UltraPrimaryGeneratorAction::GeneratePrimaries().
|
private |
Definition at line 81 of file UltraDetectorConstruction.hh.
Referenced by ConstructUVscope().
|
private |
Definition at line 91 of file UltraDetectorConstruction.hh.
Referenced by ConstructGround(), ConstructMirror(), ConstructTableMaterials(), ConstructUVscope(), GetLambdaMax(), and UltraDetectorConstruction().
|
private |
Definition at line 90 of file UltraDetectorConstruction.hh.
Referenced by ConstructGround(), ConstructMirror(), ConstructTableMaterials(), ConstructUVscope(), GetLambdaMin(), and UltraDetectorConstruction().
|
private |
Definition at line 88 of file UltraDetectorConstruction.hh.
Referenced by ConstructSDandField(), and ConstructUVscope().