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

#include <PurgMagDetectorConstruction.hh>

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

Public 멤버 함수

 PurgMagDetectorConstruction ()
 
 ~PurgMagDetectorConstruction ()
 
G4VPhysicalVolumeConstruct ()
 
void ConstructSDandField ()
 
void PrintDetectorParameters ()
 
G4double GetWorldSizeXY () const
 
G4double GetWorldSizeZ () const
 
G4double GetMeasureVolumeSizeXY () const
 
G4double GetMeasureVolumeSizeZ () const
 
G4double GetGapSizeX1 ()
 
G4double GetGapSizeX2 ()
 
G4double GetGapSizeY1 ()
 
G4double GetGapSizeY2 ()
 
G4double GetGapSizeZ ()
 
G4MaterialGetWorldMaterial ()
 
G4MaterialGetGapMaterial ()
 
const G4VPhysicalVolumeGetWorld () const
 
const G4VPhysicalVolumeGetMeasureVolume () const
 
const G4VPhysicalVolumeGetGap1 () const
 
const G4VPhysicalVolumeGetGap2 () const
 
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 ()
 
G4VPhysicalVolumeConstructCalorimeter ()
 

Private 속성

G4double WorldSizeXY
 
G4double WorldSizeZ
 
G4double MeasureVolumeSizeXY
 
G4double MeasureVolumeSizeZ
 
G4double MeasureVolumePosition
 
G4double GapSizeX1
 
G4double GapSizeX2
 
G4double GapSizeY1
 
G4double GapSizeY2
 
G4double GapSizeZ
 
G4double Gap1PosX
 
G4double Gap1PosY
 
G4double Gap1PosZ
 
G4double Gap2PosX
 
G4double Gap2PosY
 
G4double Gap2PosZ
 
G4double SSD
 
G4double zOffset
 
G4VPhysicalVolumephysiWorld
 
G4LogicalVolumelogicWorld
 
G4BoxsolidWorld
 
G4VPhysicalVolumephysiGap1
 
G4LogicalVolumelogicGap1
 
G4TrdsolidGap1
 
G4VPhysicalVolumephysiGap2
 
G4LogicalVolumelogicGap2
 
G4TrdsolidGap2
 
G4VPhysicalVolumephysiMeasureVolume
 
G4LogicalVolumelogicMeasureVolume
 
G4BoxsolidMeasureVolume
 
G4MaterialWorldMaterial
 
G4MaterialGapMaterial
 
G4Cache< G4MagneticField * > fField
 

상세한 설명

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

생성자 & 소멸자 문서화

PurgMagDetectorConstruction::PurgMagDetectorConstruction ( )
PurgMagDetectorConstruction::~PurgMagDetectorConstruction ( )

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

멤버 함수 문서화

void G4VUserDetectorConstruction::CloneF ( )
virtualinherited
void G4VUserDetectorConstruction::CloneSD ( )
virtualinherited
G4VPhysicalVolume * PurgMagDetectorConstruction::Construct ( void  )
virtual

G4VUserDetectorConstruction를 구현.

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

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

G4VPhysicalVolume * PurgMagDetectorConstruction::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 PurgMagDetectorConstruction::ConstructSDandField ( )
virtual
void PurgMagDetectorConstruction::DefineMaterials ( )
private
const G4VPhysicalVolume* PurgMagDetectorConstruction::GetGap1 ( ) const
inline

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

다음을 참조함 : physiGap1.

const G4VPhysicalVolume* PurgMagDetectorConstruction::GetGap2 ( ) const
inline

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

G4Material* PurgMagDetectorConstruction::GetGapMaterial ( )
inline

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

다음을 참조함 : GapMaterial.

G4double PurgMagDetectorConstruction::GetGapSizeX1 ( )
inline

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

다음을 참조함 : GapSizeX1.

G4double PurgMagDetectorConstruction::GetGapSizeX2 ( )
inline

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

다음을 참조함 : GapSizeX2.

G4double PurgMagDetectorConstruction::GetGapSizeY1 ( )
inline

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

다음을 참조함 : GapSizeY1.

G4double PurgMagDetectorConstruction::GetGapSizeY2 ( )
inline

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

다음을 참조함 : GapSizeY2.

G4double PurgMagDetectorConstruction::GetGapSizeZ ( )
inline

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

다음을 참조함 : GapSizeZ.

const G4VPhysicalVolume* PurgMagDetectorConstruction::GetMeasureVolume ( ) const
inline

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

다음을 참조함 : physiMeasureVolume.

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

G4double PurgMagDetectorConstruction::GetMeasureVolumeSizeXY ( ) const
inline

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

다음을 참조함 : MeasureVolumeSizeXY.

G4double PurgMagDetectorConstruction::GetMeasureVolumeSizeZ ( ) const
inline

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

다음을 참조함 : MeasureVolumeSizeZ.

G4int G4VUserDetectorConstruction::GetNumberOfParallelWorld ( ) const
inherited

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

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

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

G4VUserParallelWorld * G4VUserDetectorConstruction::GetParallelWorld ( G4int  i) const
inherited
const G4VPhysicalVolume* PurgMagDetectorConstruction::GetWorld ( ) const
inline

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

다음을 참조함 : physiWorld.

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

G4Material* PurgMagDetectorConstruction::GetWorldMaterial ( )
inline

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

다음을 참조함 : WorldMaterial.

G4double PurgMagDetectorConstruction::GetWorldSizeXY ( ) const
inline

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

다음을 참조함 : WorldSizeXY.

G4double PurgMagDetectorConstruction::GetWorldSizeZ ( ) const
inline

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

다음을 참조함 : WorldSizeZ.

void PurgMagDetectorConstruction::PrintDetectorParameters ( )
void G4VUserDetectorConstruction::RegisterParallelWorld ( G4VUserParallelWorld aPW)
inherited
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(), ExTGDetectorConstructionWithSD::ConstructSDandField(), RE01DetectorConstruction::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(), F03DetectorConstruction::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

멤버 데이타 문서화

G4Cache<G4MagneticField*> PurgMagDetectorConstruction::fField
private

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

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

G4double PurgMagDetectorConstruction::Gap1PosX
private

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

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

G4double PurgMagDetectorConstruction::Gap1PosY
private

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

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

G4double PurgMagDetectorConstruction::Gap1PosZ
private

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

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

G4double PurgMagDetectorConstruction::Gap2PosX
private

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

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

G4double PurgMagDetectorConstruction::Gap2PosY
private

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

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

G4double PurgMagDetectorConstruction::Gap2PosZ
private

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

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

G4Material* PurgMagDetectorConstruction::GapMaterial
private

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

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

G4double PurgMagDetectorConstruction::GapSizeX1
private

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

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

G4double PurgMagDetectorConstruction::GapSizeX2
private

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

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

G4double PurgMagDetectorConstruction::GapSizeY1
private

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

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

G4double PurgMagDetectorConstruction::GapSizeY2
private

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

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

G4double PurgMagDetectorConstruction::GapSizeZ
private

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

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

G4LogicalVolume* PurgMagDetectorConstruction::logicGap1
private

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

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

G4LogicalVolume* PurgMagDetectorConstruction::logicGap2
private

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

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

G4LogicalVolume* PurgMagDetectorConstruction::logicMeasureVolume
private

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

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

G4LogicalVolume* PurgMagDetectorConstruction::logicWorld
private

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

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

G4double PurgMagDetectorConstruction::MeasureVolumePosition
private

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

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

G4double PurgMagDetectorConstruction::MeasureVolumeSizeXY
private

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

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

G4double PurgMagDetectorConstruction::MeasureVolumeSizeZ
private

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

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

G4VPhysicalVolume* PurgMagDetectorConstruction::physiGap1
private

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

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

G4VPhysicalVolume* PurgMagDetectorConstruction::physiGap2
private

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

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

G4VPhysicalVolume* PurgMagDetectorConstruction::physiMeasureVolume
private

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

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

G4VPhysicalVolume* PurgMagDetectorConstruction::physiWorld
private

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

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

G4Trd* PurgMagDetectorConstruction::solidGap1
private

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

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

G4Trd* PurgMagDetectorConstruction::solidGap2
private

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

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

G4Box* PurgMagDetectorConstruction::solidMeasureVolume
private

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

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

G4Box* PurgMagDetectorConstruction::solidWorld
private

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

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

G4double PurgMagDetectorConstruction::SSD
private

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

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

G4Material* PurgMagDetectorConstruction::WorldMaterial
private

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

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

G4double PurgMagDetectorConstruction::WorldSizeXY
private

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

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

G4double PurgMagDetectorConstruction::WorldSizeZ
private

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

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

G4double PurgMagDetectorConstruction::zOffset
private

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

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


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