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

#include <TSDetectorConstruction.hh>

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

Public 타입

typedef std::map< G4String,
G4Material * > 
MaterialCollection_t
 
typedef std::set
< G4LogicalVolume * > 
ScoringVolumes_t
 

Public 멤버 함수

 TSDetectorConstruction ()
 
virtual ~TSDetectorConstruction ()
 
G4VPhysicalVolumeConstruct ()
 
const G4ThreeVectorGetWorldDimensions () const
 
const ScoringVolumes_tGetScoringVolumes () const
 
const G4StringGetMFDName () const
 
virtual void CloneSD ()
 
virtual void CloneF ()
 
void RegisterParallelWorld (G4VUserParallelWorld *)
 
G4int ConstructParallelGeometries ()
 
void ConstructParallelSD ()
 
G4int GetNumberOfParallelWorld () const
 
G4VUserParallelWorldGetParallelWorld (G4int i) const
 

정적 Public 멤버 함수

static TSDetectorConstructionInstance ()
 

Protected 멤버 함수

virtual MaterialCollection_t ConstructMaterials ()
 
virtual G4VPhysicalVolumeConstructWorld (const MaterialCollection_t &)
 
virtual void ConstructSDandField ()
 
void SetSensitiveDetector (const G4String &logVolName, G4VSensitiveDetector *aSD, G4bool multi=false)
 
void SetSensitiveDetector (G4LogicalVolume *logVol, G4VSensitiveDetector *aSD)
 

Private 속성

G4VPhysicalVolumefWorldPhys
 
ScoringVolumes_t fScoringVolumes
 
G4String fWorldMaterialName
 
G4String fTargetMaterialName
 
G4String fCasingMaterialName
 
G4ThreeVector fWorldDim
 
G4ThreeVector fTargetDim
 
G4ThreeVector fTargetSections
 
G4String fMfdName
 

정적 Private 속성

static TSDetectorConstructionfgInstance = 0
 

상세한 설명

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

멤버 타입정의 문서화

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

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

생성자 & 소멸자 문서화

TSDetectorConstruction::TSDetectorConstruction ( )

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

다음을 참조함 : fgInstance.

TSDetectorConstruction::~TSDetectorConstruction ( )
virtual

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

다음을 참조함 : fgInstance.

멤버 함수 문서화

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

G4VUserDetectorConstruction를 구현.

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

다음을 참조함 : ConstructMaterials(), ConstructWorld().

TSDetectorConstruction::MaterialCollection_t TSDetectorConstruction::ConstructMaterials ( )
protectedvirtual

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

다음을 참조함 : fCasingMaterialName, G4NistManager::FindOrBuildMaterial(), fTargetMaterialName, fWorldMaterialName, G4NistManager::Instance().

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

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 TSDetectorConstruction::ConstructSDandField ( )
protectedvirtual
G4VPhysicalVolume * TSDetectorConstruction::ConstructWorld ( const MaterialCollection_t materials)
protectedvirtual
const G4String& TSDetectorConstruction::GetMFDName ( ) const
inline

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

다음을 참조함 : fMfdName.

G4int G4VUserDetectorConstruction::GetNumberOfParallelWorld ( ) const
inherited

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

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

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

G4VUserParallelWorld * G4VUserDetectorConstruction::GetParallelWorld ( G4int  i) const
inherited
const ScoringVolumes_t& TSDetectorConstruction::GetScoringVolumes ( ) const
inline

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

다음을 참조함 : fScoringVolumes.

const G4ThreeVector& TSDetectorConstruction::GetWorldDimensions ( ) const
inline

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

다음을 참조함 : fWorldDim.

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

TSDetectorConstruction * TSDetectorConstruction::Instance ( void  )
static

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

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

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(), ConstructSDandField(), DicomDetectorConstruction::ConstructSDandField(), MyDetectorConstruction::SetSDtoScoreVoxel(), GB03DetectorConstruction::SetupDetectors(), RE06DetectorConstruction::SetupDetectors().

void G4VUserDetectorConstruction::SetSensitiveDetector ( G4LogicalVolume logVol,
G4VSensitiveDetector aSD 
)
protectedinherited

멤버 데이타 문서화

G4String TSDetectorConstruction::fCasingMaterialName
private

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

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

TSDetectorConstruction * TSDetectorConstruction::fgInstance = 0
staticprivate

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

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

G4String TSDetectorConstruction::fMfdName
private

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

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

ScoringVolumes_t TSDetectorConstruction::fScoringVolumes
private

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

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

G4ThreeVector TSDetectorConstruction::fTargetDim
private

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

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

G4String TSDetectorConstruction::fTargetMaterialName
private

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

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

G4ThreeVector TSDetectorConstruction::fTargetSections
private

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

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

G4ThreeVector TSDetectorConstruction::fWorldDim
private

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

다음에 의해서 참조됨 : ConstructWorld(), GetWorldDimensions().

G4String TSDetectorConstruction::fWorldMaterialName
private

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

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

G4VPhysicalVolume* TSDetectorConstruction::fWorldPhys
private

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

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


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