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

#include <RE06ParallelWorld.hh>

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

Public 멤버 함수

 RE06ParallelWorld (G4String worldName)
 
virtual ~RE06ParallelWorld ()
 
virtual void Construct ()
 
virtual void ConstructSD ()
 
void SetSerialGeometry (G4bool ser)
 
G4bool IsSerial () const
 
G4String GetName ()
 

Protected 멤버 함수

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

Protected 속성

G4String fWorldName
 

Private 멤버 함수

void SetupGeometry ()
 
void SetupDetectors ()
 

Private 속성

G4LogicalVolumefCalorLogical [3]
 
G4LogicalVolumefLayerLogical [3]
 
G4VPhysicalVolumefCalorPhysical [3]
 
G4VPhysicalVolumefLayerPhysical [3]
 
G4String fCalName [3]
 
G4bool fConstructed
 
G4bool fSerial
 
G4double fTotalThickness
 
G4int fNumberOfLayers
 

정적 Private 속성

static G4ThreadLocal G4bool fSDConstructed = false
 

상세한 설명

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

생성자 & 소멸자 문서화

RE06ParallelWorld::RE06ParallelWorld ( G4String  worldName)

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

다음을 참조함 : fCalName, fCalorLogical, fCalorPhysical, fLayerLogical, fLayerPhysical.

RE06ParallelWorld::~RE06ParallelWorld ( )
virtual

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

멤버 함수 문서화

void RE06ParallelWorld::Construct ( void  )
virtual

G4VUserParallelWorld를 구현.

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

다음을 참조함 : fConstructed, SetupGeometry().

void RE06ParallelWorld::ConstructSD ( )
virtual

G4VUserParallelWorld(으)로부터 재구현되었습니다.

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

다음을 참조함 : fSDConstructed, SetupDetectors().

G4String G4VUserParallelWorld::GetName ( void  )
inlineinherited
G4VPhysicalVolume * G4VUserParallelWorld::GetWorld ( )
protectedinherited
G4bool RE06ParallelWorld::IsSerial ( ) const
inline

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

다음을 참조함 : fSerial.

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().

void RE06ParallelWorld::SetSerialGeometry ( G4bool  ser)

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

다음을 참조함 : fCalorPhysical, fConstructed, fSerial, m, G4VPhysicalVolume::SetTranslation().

void RE06ParallelWorld::SetupDetectors ( )
private
void RE06ParallelWorld::SetupGeometry ( )
private

멤버 데이타 문서화

G4String RE06ParallelWorld::fCalName[3]
private

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

다음에 의해서 참조됨 : RE06ParallelWorld(), SetupDetectors(), SetupGeometry().

G4LogicalVolume* RE06ParallelWorld::fCalorLogical[3]
private

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

다음에 의해서 참조됨 : RE06ParallelWorld(), SetupGeometry().

G4VPhysicalVolume* RE06ParallelWorld::fCalorPhysical[3]
private

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

다음에 의해서 참조됨 : RE06ParallelWorld(), SetSerialGeometry(), SetupGeometry().

G4bool RE06ParallelWorld::fConstructed
private

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

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

G4LogicalVolume* RE06ParallelWorld::fLayerLogical[3]
private

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

다음에 의해서 참조됨 : RE06ParallelWorld(), SetupDetectors(), SetupGeometry().

G4VPhysicalVolume* RE06ParallelWorld::fLayerPhysical[3]
private

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

다음에 의해서 참조됨 : RE06ParallelWorld(), SetupGeometry().

G4int RE06ParallelWorld::fNumberOfLayers
private

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

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

G4ThreadLocal G4bool RE06ParallelWorld::fSDConstructed = false
staticprivate

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

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

G4bool RE06ParallelWorld::fSerial
private

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

다음에 의해서 참조됨 : IsSerial(), SetSerialGeometry(), SetupGeometry().

G4double RE06ParallelWorld::fTotalThickness
private

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

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

G4String G4VUserParallelWorld::fWorldName
protectedinherited

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