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

#include <B02ImportanceDetectorConstruction.hh>

B02ImportanceDetectorConstruction에 대한 상속 다이어그램 :
G4VUserParallelWorld

Public 멤버 함수

 B02ImportanceDetectorConstruction (G4String worldName)
 
virtual ~B02ImportanceDetectorConstruction ()
 
const G4VPhysicalVolumeGetPhysicalVolumeByName (const G4String &name) const
 
G4VPhysicalVolumeGetWorldVolumeAddress () const
 
G4String ListPhysNamesAsG4String ()
 
G4String GetCellName (G4int i)
 
G4GeometryCell GetGeometryCell (G4int i)
 
G4VPhysicalVolumeGetWorldVolume ()
 
void SetSensitive ()
 
virtual void Construct ()
 
virtual void ConstructSD ()
 
G4VIStoreCreateImportanceStore ()
 
G4VWeightWindowStoreCreateWeightWindowStore ()
 
G4String GetName ()
 

Protected 멤버 함수

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

Protected 속성

G4String fWorldName
 

Private 속성

B02PVolumeStore fPVolumeStore
 
std::vector< G4LogicalVolume * > fLogicalVolumeVector
 
G4VPhysicalVolumefGhostWorld
 

상세한 설명

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

생성자 & 소멸자 문서화

B02ImportanceDetectorConstruction::B02ImportanceDetectorConstruction ( G4String  worldName)

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

B02ImportanceDetectorConstruction::~B02ImportanceDetectorConstruction ( )
virtual

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

다음을 참조함 : fLogicalVolumeVector.

멤버 함수 문서화

void B02ImportanceDetectorConstruction::Construct ( void  )
virtual
void B02ImportanceDetectorConstruction::ConstructSD ( )
virtual
G4VIStore * B02ImportanceDetectorConstruction::CreateImportanceStore ( )
G4VWeightWindowStore * B02ImportanceDetectorConstruction::CreateWeightWindowStore ( )
G4String B02ImportanceDetectorConstruction::GetCellName ( G4int  i)

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

다음에 의해서 참조됨 : Construct(), B02RunAction::EndOfRunAction(), GetGeometryCell().

G4GeometryCell B02ImportanceDetectorConstruction::GetGeometryCell ( G4int  i)

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

다음을 참조함 : fGhostWorld, fPVolumeStore, G4cout, G4endl, GetCellName(), B02PVolumeStore::GetPVolume().

다음에 의해서 참조됨 : CreateImportanceStore(), CreateWeightWindowStore().

G4String G4VUserParallelWorld::GetName ( void  )
inlineinherited

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

다음을 참조함 : G4VUserParallelWorld::fWorldName.

다음에 의해서 참조됨 : CreateImportanceStore(), CreateWeightWindowStore(), main(), G4VUserDetectorConstruction::RegisterParallelWorld().

const G4VPhysicalVolume & B02ImportanceDetectorConstruction::GetPhysicalVolumeByName ( const G4String name) const

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

다음을 참조함 : fPVolumeStore, B02PVolumeStore::GetPVolume().

G4VPhysicalVolume * G4VUserParallelWorld::GetWorld ( )
protectedinherited
G4VPhysicalVolume * B02ImportanceDetectorConstruction::GetWorldVolume ( )

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

다음을 참조함 : fGhostWorld.

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

G4VPhysicalVolume & B02ImportanceDetectorConstruction::GetWorldVolumeAddress ( ) const

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

다음을 참조함 : fGhostWorld.

다음에 의해서 참조됨 : CreateImportanceStore(), CreateWeightWindowStore().

G4String B02ImportanceDetectorConstruction::ListPhysNamesAsG4String ( )

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

다음을 참조함 : fPVolumeStore, B02PVolumeStore::GetPNames().

void B02ImportanceDetectorConstruction::SetSensitive ( )

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

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

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

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

다음을 참조함 : G4SDManager::AddNewDetector(), G4SDManager::GetSDMpointer(), G4LogicalVolume::SetSensitiveDetector().

멤버 데이타 문서화

G4VPhysicalVolume* B02ImportanceDetectorConstruction::fGhostWorld
private

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

다음에 의해서 참조됨 : Construct(), GetGeometryCell(), GetWorldVolume(), GetWorldVolumeAddress().

std::vector< G4LogicalVolume * > B02ImportanceDetectorConstruction::fLogicalVolumeVector
private

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

다음에 의해서 참조됨 : Construct(), ConstructSD(), ~B02ImportanceDetectorConstruction().

B02PVolumeStore B02ImportanceDetectorConstruction::fPVolumeStore
private
G4String G4VUserParallelWorld::fWorldName
protectedinherited

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