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

#include <B03ImportanceDetectorConstruction.hh>

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

Public 멤버 함수

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

Protected 멤버 함수

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

Protected 속성

G4String fWorldName
 

Private 멤버 함수

virtual void Construct ()
 

Private 속성

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

상세한 설명

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

생성자 & 소멸자 문서화

B03ImportanceDetectorConstruction::B03ImportanceDetectorConstruction ( G4String  worldName)

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

B03ImportanceDetectorConstruction::~B03ImportanceDetectorConstruction ( )

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

다음을 참조함 : fLogicalVolumeVector.

멤버 함수 문서화

void B03ImportanceDetectorConstruction::Construct ( void  )
privatevirtual
void B03ImportanceDetectorConstruction::ConstructSD ( )
virtual
G4String B03ImportanceDetectorConstruction::GetCellName ( G4int  i)

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

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

G4GeometryCell B03ImportanceDetectorConstruction::GetGeometryCell ( G4int  i)

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

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

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

G4String G4VUserParallelWorld::GetName ( void  )
inlineinherited
const G4VPhysicalVolume & B03ImportanceDetectorConstruction::GetPhysicalVolumeByName ( const G4String name) const

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

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

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

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

다음을 참조함 : fGhostWorld.

G4VPhysicalVolume & B03ImportanceDetectorConstruction::GetWorldVolumeAddress ( ) const

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

다음을 참조함 : fGhostWorld.

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

G4String B03ImportanceDetectorConstruction::ListPhysNamesAsG4String ( )

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

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

void B03ImportanceDetectorConstruction::SetSensitive ( )

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

다음에 의해서 참조됨 : 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* B03ImportanceDetectorConstruction::fGhostWorld
private

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

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

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

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

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

B03PVolumeStore B03ImportanceDetectorConstruction::fPVolumeStore
private

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

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

G4String G4VUserParallelWorld::fWorldName
protectedinherited

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