Geant4  v4-10.4-release
 모두 클래스 네임스페이스들 파일들 함수 변수 타입정의 열거형 타입 열거형 멤버 Friends 매크로 그룹들 페이지들
Public 멤버 함수 | Protected 멤버 함수 | Private 멤버 함수 | Private 속성 | 모든 멤버 목록
F03DetectorConstruction 클래스 참조

#include <F03DetectorConstruction.hh>

F03DetectorConstruction에 대한 상속 다이어그램 :
G4VUserDetectorConstruction

Public 멤버 함수

 F03DetectorConstruction ()
 
virtual ~F03DetectorConstruction ()
 
void SetAbsorberMaterial (G4String)
 
void SetAbsorberThickness (G4double)
 
void SetAbsorberRadius (G4double)
 
void SetAbsorberZpos (G4double)
 
void SetWorldMaterial (G4String)
 
void SetWorldSizeZ (G4double)
 
void SetWorldSizeR (G4double)
 
virtual G4VPhysicalVolumeConstruct ()
 
virtual void ConstructSDandField ()
 
void PrintCalorParameters ()
 
G4MaterialGetWorldMaterial ()
 
G4double GetWorldSizeZ ()
 
G4double GetWorldSizeR ()
 
G4double GetAbsorberZpos ()
 
G4double GetZStartAbs ()
 
G4double GetZEndAbs ()
 
G4MaterialGetAbsorberMaterial ()
 
G4double GetAbsorberThickness ()
 
G4double GetAbsorberRadius ()
 
const G4VPhysicalVolumeGetPhysiWorld ()
 
const G4VPhysicalVolumeGetAbsorber ()
 
G4LogicalVolumeGetLogicalAbsorber ()
 
virtual void CloneSD ()
 
virtual void CloneF ()
 
void RegisterParallelWorld (G4VUserParallelWorld *)
 
G4int ConstructParallelGeometries ()
 
void ConstructParallelSD ()
 
G4int GetNumberOfParallelWorld () const
 
G4VUserParallelWorldGetParallelWorld (G4int i) const
 

Protected 멤버 함수

void SetSensitiveDetector (const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false)
 
void SetSensitiveDetector (G4LogicalVolume *logVol, G4VSensitiveDetector *aSD)
 

Private 멤버 함수

void DefineMaterials ()
 
void ComputeCalorParameters ()
 
G4VPhysicalVolumeConstructCalorimeter ()
 

Private 속성

F03DetectorMessengerfDetectorMessenger
 
G4Cache< F03CalorimeterSD * > fCalorimeterSD
 
G4Cache< F03FieldSetup * > fEmFieldSetup
 
G4TubsfSolidWorld
 
G4LogicalVolumefLogicWorld
 
G4VPhysicalVolumefPhysiWorld
 
G4TubsfSolidAbsorber
 
G4LogicalVolumefLogicAbsorber
 
G4VPhysicalVolumefPhysiAbsorber
 
G4TubsfSolidRadSlice
 
G4LogicalVolumefLogicRadSlice
 
G4VPhysicalVolumefPhysiRadSlice
 
G4TubsfSolidRadiator
 
G4LogicalVolumefLogicRadiator
 
G4VPhysicalVolumefPhysiRadiator
 
G4MaterialfWorldMaterial
 
G4MaterialfAbsorberMaterial
 
G4MaterialfRadiatorMat
 
G4double fWorldSizeR
 
G4double fWorldSizeZ
 
G4double fAbsorberThickness
 
G4double fAbsorberRadius
 
G4double fZAbsorber
 
G4double fZStartAbs
 
G4double fZEndAbs
 
G4double fRadThickness
 
G4double fGasGap
 
G4double fDetGap
 
G4int fFoilNumber
 

상세한 설명

F03DetectorConstruction.hh 파일의 55 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

F03DetectorConstruction::F03DetectorConstruction ( )

F03DetectorConstruction.cc 파일의 60 번째 라인에서 정의되었습니다.

다음을 참조함 : DefineMaterials(), fDetectorMessenger.

F03DetectorConstruction::~F03DetectorConstruction ( )
virtual

F03DetectorConstruction.cc 파일의 91 번째 라인에서 정의되었습니다.

다음을 참조함 : fDetectorMessenger.

멤버 함수 문서화

void G4VUserDetectorConstruction::CloneF ( )
virtualinherited
void G4VUserDetectorConstruction::CloneSD ( )
virtualinherited
void F03DetectorConstruction::ComputeCalorParameters ( )
inlineprivate

F03DetectorConstruction.hh 파일의 146 번째 라인에서 정의되었습니다.

다음을 참조함 : fAbsorberThickness, fZAbsorber, fZEndAbs, fZStartAbs.

다음에 의해서 참조됨 : ConstructCalorimeter(), SetAbsorberRadius(), SetAbsorberThickness(), SetAbsorberZpos(), SetWorldSizeR(), SetWorldSizeZ().

G4VPhysicalVolume * F03DetectorConstruction::Construct ( void  )
virtual

G4VUserDetectorConstruction를 구현.

F03DetectorConstruction.cc 파일의 98 번째 라인에서 정의되었습니다.

다음을 참조함 : ConstructCalorimeter().

G4VPhysicalVolume * F03DetectorConstruction::ConstructCalorimeter ( )
private
G4int G4VUserDetectorConstruction::ConstructParallelGeometries ( )
inherited

G4VUserDetectorConstruction.cc 파일의 65 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VUserDetectorConstruction::parallelWorld.

다음에 의해서 참조됨 : G4RunManager::InitializeGeometry().

void G4VUserDetectorConstruction::ConstructParallelSD ( )
inherited

G4VUserDetectorConstruction.cc 파일의 77 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VUserDetectorConstruction::parallelWorld.

다음에 의해서 참조됨 : G4WorkerRunManager::InitializeGeometry(), G4RunManager::InitializeGeometry().

void F03DetectorConstruction::ConstructSDandField ( )
virtual
void F03DetectorConstruction::DefineMaterials ( )
private
const G4VPhysicalVolume* F03DetectorConstruction::GetAbsorber ( )
inline

F03DetectorConstruction.hh 파일의 94 번째 라인에서 정의되었습니다.

다음을 참조함 : fPhysiAbsorber.

다음에 의해서 참조됨 : F03CalorimeterSD::ProcessHits().

G4Material* F03DetectorConstruction::GetAbsorberMaterial ( )
inline

F03DetectorConstruction.hh 파일의 89 번째 라인에서 정의되었습니다.

다음을 참조함 : fAbsorberMaterial.

G4double F03DetectorConstruction::GetAbsorberRadius ( )
inline

F03DetectorConstruction.hh 파일의 91 번째 라인에서 정의되었습니다.

다음을 참조함 : fAbsorberRadius.

다음에 의해서 참조됨 : F03PrimaryGeneratorAction::GeneratePrimaries().

G4double F03DetectorConstruction::GetAbsorberThickness ( )
inline

F03DetectorConstruction.hh 파일의 90 번째 라인에서 정의되었습니다.

다음을 참조함 : fAbsorberThickness.

다음에 의해서 참조됨 : F03PrimaryGeneratorAction::F03PrimaryGeneratorAction(), F03PrimaryGeneratorAction::GeneratePrimaries().

G4double F03DetectorConstruction::GetAbsorberZpos ( )
inline

F03DetectorConstruction.hh 파일의 85 번째 라인에서 정의되었습니다.

다음을 참조함 : fZAbsorber.

다음에 의해서 참조됨 : F03PrimaryGeneratorAction::F03PrimaryGeneratorAction(), F03PrimaryGeneratorAction::GeneratePrimaries().

G4LogicalVolume* F03DetectorConstruction::GetLogicalAbsorber ( )
inline

F03DetectorConstruction.hh 파일의 95 번째 라인에서 정의되었습니다.

다음을 참조함 : fLogicAbsorber.

G4int G4VUserDetectorConstruction::GetNumberOfParallelWorld ( ) const
inherited

G4VUserDetectorConstruction.cc 파일의 84 번째 라인에서 정의되었습니다.

다음을 참조함 : G4VUserDetectorConstruction::parallelWorld.

다음에 의해서 참조됨 : G4VUserDetectorConstruction::GetParallelWorld().

G4VUserParallelWorld * G4VUserDetectorConstruction::GetParallelWorld ( G4int  i) const
inherited
const G4VPhysicalVolume* F03DetectorConstruction::GetPhysiWorld ( )
inline

F03DetectorConstruction.hh 파일의 93 번째 라인에서 정의되었습니다.

다음을 참조함 : fPhysiWorld.

G4Material* F03DetectorConstruction::GetWorldMaterial ( )
inline

F03DetectorConstruction.hh 파일의 81 번째 라인에서 정의되었습니다.

다음을 참조함 : fWorldMaterial.

G4double F03DetectorConstruction::GetWorldSizeR ( )
inline

F03DetectorConstruction.hh 파일의 83 번째 라인에서 정의되었습니다.

다음을 참조함 : fWorldSizeR.

G4double F03DetectorConstruction::GetWorldSizeZ ( )
inline

F03DetectorConstruction.hh 파일의 82 번째 라인에서 정의되었습니다.

다음을 참조함 : fWorldSizeZ.

G4double F03DetectorConstruction::GetZEndAbs ( )
inline

F03DetectorConstruction.hh 파일의 87 번째 라인에서 정의되었습니다.

다음을 참조함 : fZEndAbs.

G4double F03DetectorConstruction::GetZStartAbs ( )
inline

F03DetectorConstruction.hh 파일의 86 번째 라인에서 정의되었습니다.

다음을 참조함 : fZStartAbs.

void F03DetectorConstruction::PrintCalorParameters ( )

F03DetectorConstruction.cc 파일의 327 번째 라인에서 정의되었습니다.

다음을 참조함 : fAbsorberMaterial, fAbsorberRadius, fAbsorberThickness, fWorldMaterial, fWorldSizeR, fWorldSizeZ, fZAbsorber, G4cout, G4endl, G4Material::GetName(), mm.

다음에 의해서 참조됨 : ConstructCalorimeter().

void G4VUserDetectorConstruction::RegisterParallelWorld ( G4VUserParallelWorld aPW)
inherited
void F03DetectorConstruction::SetAbsorberMaterial ( G4String  materialChoice)
void F03DetectorConstruction::SetAbsorberRadius ( G4double  val)

F03DetectorConstruction.cc 파일의 394 번째 라인에서 정의되었습니다.

다음을 참조함 : ComputeCalorParameters(), fAbsorberRadius, G4RunManager::GetRunManager(), G4RunManager::ReinitializeGeometry().

다음에 의해서 참조됨 : F03DetectorMessenger::SetNewValue().

void F03DetectorConstruction::SetAbsorberThickness ( G4double  val)

F03DetectorConstruction.cc 파일의 384 번째 라인에서 정의되었습니다.

다음을 참조함 : ComputeCalorParameters(), fAbsorberThickness, G4RunManager::GetRunManager(), G4RunManager::ReinitializeGeometry().

다음에 의해서 참조됨 : F03DetectorMessenger::SetNewValue().

void F03DetectorConstruction::SetAbsorberZpos ( G4double  val)

F03DetectorConstruction.cc 파일의 422 번째 라인에서 정의되었습니다.

다음을 참조함 : ComputeCalorParameters(), fZAbsorber, G4RunManager::GetRunManager(), G4RunManager::ReinitializeGeometry().

다음에 의해서 참조됨 : F03DetectorMessenger::SetNewValue().

void G4VUserDetectorConstruction::SetSensitiveDetector ( const G4String logVolName,
G4VSensitiveDetector aSD,
G4bool  multi = false 
)
protectedinherited

G4VUserDetectorConstruction.cc 파일의 206 번째 라인에서 정의되었습니다.

다음을 참조함 : FatalErrorInArgument, G4Exception(), G4LogicalVolumeStore::GetInstance(), G4VSensitiveDetector::GetName(), pos.

다음에 의해서 참조됨 : H02DetectorConstruction::Construct(), XDetectorConstruction::ConstructSDandField(), RE01DetectorConstruction::ConstructSDandField(), ExTGDetectorConstructionWithSD::ConstructSDandField(), RE05DetectorConstruction::ConstructSDandField(), B3DetectorConstruction::ConstructSDandField(), G4HumanPhantomConstruction::ConstructSDandField(), B2aDetectorConstruction::ConstructSDandField(), B2bDetectorConstruction::ConstructSDandField(), ElectronBenchmarkDetector::ConstructSDandField(), LXeDetectorConstruction::ConstructSDandField(), FCALTestbeamSetup::ConstructSDandField(), B4cDetectorConstruction::ConstructSDandField(), B4dDetectorConstruction::ConstructSDandField(), B01DetectorConstruction::ConstructSDandField(), UltraDetectorConstruction::ConstructSDandField(), DMXDetectorConstruction::ConstructSDandField(), WLSDetectorConstruction::ConstructSDandField(), XrayFluoPlaneDetectorConstruction::ConstructSDandField(), ConstructSDandField(), XrayFluoMercuryDetectorConstruction::ConstructSDandField(), F02DetectorConstruction::ConstructSDandField(), F01DetectorConstruction::ConstructSDandField(), XrayFluoDetectorConstruction::ConstructSDandField(), GammaRayTelDetectorConstruction::ConstructSDandField(), TSDetectorConstruction::ConstructSDandField(), DicomDetectorConstruction::ConstructSDandField(), MyDetectorConstruction::SetSDtoScoreVoxel(), GB03DetectorConstruction::SetupDetectors(), RE06DetectorConstruction::SetupDetectors().

void G4VUserDetectorConstruction::SetSensitiveDetector ( G4LogicalVolume logVol,
G4VSensitiveDetector aSD 
)
protectedinherited
void F03DetectorConstruction::SetWorldMaterial ( G4String  materialChoice)
void F03DetectorConstruction::SetWorldSizeR ( G4double  val)

F03DetectorConstruction.cc 파일의 413 번째 라인에서 정의되었습니다.

다음을 참조함 : ComputeCalorParameters(), fWorldSizeR, G4RunManager::GetRunManager(), G4RunManager::ReinitializeGeometry().

다음에 의해서 참조됨 : F03DetectorMessenger::SetNewValue().

void F03DetectorConstruction::SetWorldSizeZ ( G4double  val)

F03DetectorConstruction.cc 파일의 404 번째 라인에서 정의되었습니다.

다음을 참조함 : ComputeCalorParameters(), fWorldSizeZ, G4RunManager::GetRunManager(), G4RunManager::ReinitializeGeometry().

다음에 의해서 참조됨 : F03DetectorMessenger::SetNewValue().

멤버 데이타 문서화

G4Material* F03DetectorConstruction::fAbsorberMaterial
private

F03DetectorConstruction.hh 파일의 119 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter(), DefineMaterials(), GetAbsorberMaterial(), PrintCalorParameters(), SetAbsorberMaterial().

G4double F03DetectorConstruction::fAbsorberRadius
private

F03DetectorConstruction.hh 파일의 126 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter(), GetAbsorberRadius(), PrintCalorParameters(), SetAbsorberRadius().

G4double F03DetectorConstruction::fAbsorberThickness
private

F03DetectorConstruction.hh 파일의 125 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeCalorParameters(), ConstructCalorimeter(), GetAbsorberThickness(), PrintCalorParameters(), SetAbsorberThickness().

G4Cache<F03CalorimeterSD*> F03DetectorConstruction::fCalorimeterSD
private

F03DetectorConstruction.hh 파일의 99 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructSDandField().

F03DetectorMessenger* F03DetectorConstruction::fDetectorMessenger
private

F03DetectorConstruction.hh 파일의 98 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : F03DetectorConstruction(), ~F03DetectorConstruction().

G4double F03DetectorConstruction::fDetGap
private

F03DetectorConstruction.hh 파일의 133 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter().

G4Cache<F03FieldSetup*> F03DetectorConstruction::fEmFieldSetup
private

F03DetectorConstruction.hh 파일의 100 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructSDandField().

G4int F03DetectorConstruction::fFoilNumber
private

F03DetectorConstruction.hh 파일의 135 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter().

G4double F03DetectorConstruction::fGasGap
private

F03DetectorConstruction.hh 파일의 132 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter().

G4LogicalVolume* F03DetectorConstruction::fLogicAbsorber
private

F03DetectorConstruction.hh 파일의 107 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter(), ConstructSDandField(), GetLogicalAbsorber(), SetAbsorberMaterial().

G4LogicalVolume* F03DetectorConstruction::fLogicRadiator
private

F03DetectorConstruction.hh 파일의 115 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter(), ConstructSDandField().

G4LogicalVolume* F03DetectorConstruction::fLogicRadSlice
private

F03DetectorConstruction.hh 파일의 111 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter().

G4LogicalVolume* F03DetectorConstruction::fLogicWorld
private

F03DetectorConstruction.hh 파일의 103 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter(), SetWorldMaterial().

G4VPhysicalVolume* F03DetectorConstruction::fPhysiAbsorber
private

F03DetectorConstruction.hh 파일의 108 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter(), GetAbsorber().

G4VPhysicalVolume* F03DetectorConstruction::fPhysiRadiator
private

F03DetectorConstruction.hh 파일의 116 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter().

G4VPhysicalVolume* F03DetectorConstruction::fPhysiRadSlice
private

F03DetectorConstruction.hh 파일의 112 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter().

G4VPhysicalVolume* F03DetectorConstruction::fPhysiWorld
private

F03DetectorConstruction.hh 파일의 104 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter(), GetPhysiWorld().

G4Material* F03DetectorConstruction::fRadiatorMat
private

F03DetectorConstruction.hh 파일의 120 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter(), DefineMaterials().

G4double F03DetectorConstruction::fRadThickness
private

F03DetectorConstruction.hh 파일의 131 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter().

G4Tubs* F03DetectorConstruction::fSolidAbsorber
private

F03DetectorConstruction.hh 파일의 106 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter().

G4Tubs* F03DetectorConstruction::fSolidRadiator
private

F03DetectorConstruction.hh 파일의 114 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter().

G4Tubs* F03DetectorConstruction::fSolidRadSlice
private

F03DetectorConstruction.hh 파일의 110 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter().

G4Tubs* F03DetectorConstruction::fSolidWorld
private

F03DetectorConstruction.hh 파일의 102 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter().

G4Material* F03DetectorConstruction::fWorldMaterial
private

F03DetectorConstruction.hh 파일의 118 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter(), DefineMaterials(), GetWorldMaterial(), PrintCalorParameters(), SetWorldMaterial().

G4double F03DetectorConstruction::fWorldSizeR
private

F03DetectorConstruction.hh 파일의 122 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter(), GetWorldSizeR(), PrintCalorParameters(), SetWorldSizeR().

G4double F03DetectorConstruction::fWorldSizeZ
private

F03DetectorConstruction.hh 파일의 123 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ConstructCalorimeter(), GetWorldSizeZ(), PrintCalorParameters(), SetWorldSizeZ().

G4double F03DetectorConstruction::fZAbsorber
private

F03DetectorConstruction.hh 파일의 128 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeCalorParameters(), ConstructCalorimeter(), GetAbsorberZpos(), PrintCalorParameters(), SetAbsorberZpos().

G4double F03DetectorConstruction::fZEndAbs
private

F03DetectorConstruction.hh 파일의 129 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeCalorParameters(), GetZEndAbs().

G4double F03DetectorConstruction::fZStartAbs
private

F03DetectorConstruction.hh 파일의 129 번째 라인에서 정의되었습니다.

다음에 의해서 참조됨 : ComputeCalorParameters(), GetZStartAbs().


이 클래스에 대한 문서화 페이지는 다음의 파일들로부터 생성되었습니다.: