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

#include <G4tgbVolumeMgr.hh>

Public 멤버 함수

 G4tgbVolumeMgr ()
 
 ~G4tgbVolumeMgr ()
 
void AddTextFile (const G4String &fname)
 
G4VPhysicalVolumeReadAndConstructDetector ()
 
void CopyVolumes ()
 
G4tgbVolumeFindVolume (const G4String &volname)
 
void RegisterMe (const G4tgbVolume *vol)
 
void RegisterMe (const G4VSolid *solid)
 
void RegisterMe (const G4LogicalVolume *lv)
 
void RegisterMe (const G4VPhysicalVolume *pv)
 
void RegisterChildParentLVs (const G4LogicalVolume *logvol, const G4LogicalVolume *parentLV)
 
G4VSolidFindG4Solid (const G4String &name)
 
G4LogicalVolumeFindG4LogVol (const G4String &theName, const G4bool bExists=0)
 
G4VPhysicalVolumeFindG4PhysVol (const G4String &theName, const G4bool bExists=0)
 
G4VPhysicalVolumeGetTopPhysVol ()
 
G4LogicalVolumeGetTopLogVol ()
 
void BuildPhysVolTree ()
 
void DumpSummary ()
 
void DumpG4LogVolTree ()
 
void DumpG4LogVolLeaf (const G4LogicalVolume *lv, unsigned int leafDepth)
 
void DumpG4PhysVolTree ()
 
void DumpG4PhysVolLeaf (const G4VPhysicalVolume *pv, unsigned int leafDepth)
 
void DumpG4SolidList ()
 
const std::multimap< G4String,
G4VSolid * > & 
GetSolids () const
 
void SetDetectorBuilder (G4tgbDetectorBuilder *db)
 
G4tgbDetectorBuilderGetDetectorBuilder () const
 

정적 Public 멤버 함수

static G4tgbVolumeMgrGetInstance ()
 

Private 속성

G4mssvol theVolumeList
 
G4mmssol theSolids
 
G4mmslv theLVs
 
G4mmspv thePVs
 
G4mlvlv theLVTree
 
G4mlvlv theLVInvTree
 
G4mpvpv thePVTree
 
G4mpvpv thePVInvTree
 
G4tgbDetectorBuildertheDetectorBuilder
 

정적 Private 속성

static G4ThreadLocal
G4tgbVolumeMgr
theInstance = 0
 

상세한 설명

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

생성자 & 소멸자 문서화

G4tgbVolumeMgr::G4tgbVolumeMgr ( )

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

다음을 참조함 : E, G4ReflectionFactory::Instance(), mm, G4ReflectionFactory::SetScalePrecision(), theDetectorBuilder.

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

G4tgbVolumeMgr::~G4tgbVolumeMgr ( )

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

다음을 참조함 : theDetectorBuilder, theInstance.

멤버 함수 문서화

void G4tgbVolumeMgr::AddTextFile ( const G4String fname)
void G4tgbVolumeMgr::BuildPhysVolTree ( )

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

void G4tgbVolumeMgr::CopyVolumes ( )

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

다음을 참조함 : G4tgrVolumeMgr::GetInstance(), G4tgrVolumeMgr::GetVolumeMap(), RegisterMe().

다음에 의해서 참조됨 : G4tgbDetectorConstruction::Construct(), G4tgbDetectorBuilder::ConstructDetector().

void G4tgbVolumeMgr::DumpG4LogVolLeaf ( const G4LogicalVolume lv,
unsigned int  leafDepth 
)

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

다음을 참조함 : G4cout, G4endl, G4LogicalVolume::GetName().

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

void G4tgbVolumeMgr::DumpG4LogVolTree ( )

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

다음을 참조함 : DumpG4LogVolLeaf(), G4cout, G4endl, GetTopLogVol().

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

void G4tgbVolumeMgr::DumpG4PhysVolLeaf ( const G4VPhysicalVolume pv,
unsigned int  leafDepth 
)

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

다음을 참조함 : G4cout, G4endl, G4VPhysicalVolume::GetName().

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

void G4tgbVolumeMgr::DumpG4PhysVolTree ( )

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

다음을 참조함 : DumpG4PhysVolLeaf(), G4cout, G4endl, GetTopPhysVol().

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

void G4tgbVolumeMgr::DumpG4SolidList ( )

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

다음을 참조함 : G4cout, G4endl, theSolids.

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

void G4tgbVolumeMgr::DumpSummary ( )
G4LogicalVolume * G4tgbVolumeMgr::FindG4LogVol ( const G4String theName,
const G4bool  bExists = 0 
)
G4VPhysicalVolume * G4tgbVolumeMgr::FindG4PhysVol ( const G4String theName,
const G4bool  bExists = 0 
)

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

다음을 참조함 : FatalException, G4Exception(), thePVs.

G4VSolid * G4tgbVolumeMgr::FindG4Solid ( const G4String name)

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

다음을 참조함 : G4cout, G4endl, G4tgrMessenger::GetVerboseLevel(), theSolids.

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

G4tgbVolume * G4tgbVolumeMgr::FindVolume ( const G4String volname)
G4tgbDetectorBuilder* G4tgbVolumeMgr::GetDetectorBuilder ( ) const
inline

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

다음을 참조함 : theDetectorBuilder.

G4tgbVolumeMgr * G4tgbVolumeMgr::GetInstance ( void  )
static
const std::multimap< G4String, G4VSolid* >& G4tgbVolumeMgr::GetSolids ( ) const
inline

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

다음을 참조함 : theSolids.

G4LogicalVolume * G4tgbVolumeMgr::GetTopLogVol ( )

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

다음을 참조함 : FatalException, G4cout, G4endl, G4Exception(), G4LogicalVolume::GetName(), G4tgrMessenger::GetVerboseLevel(), theLVInvTree.

다음에 의해서 참조됨 : DumpG4LogVolTree(), GetTopPhysVol().

G4VPhysicalVolume * G4tgbVolumeMgr::GetTopPhysVol ( )
G4VPhysicalVolume * G4tgbVolumeMgr::ReadAndConstructDetector ( )
void G4tgbVolumeMgr::RegisterChildParentLVs ( const G4LogicalVolume logvol,
const G4LogicalVolume parentLV 
)

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

다음을 참조함 : theLVInvTree, theLVTree.

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

void G4tgbVolumeMgr::RegisterMe ( const G4tgbVolume vol)

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

다음을 참조함 : G4tgbVolume::GetName(), theVolumeList.

다음에 의해서 참조됨 : G4tgbVolume::ConstructG4Volumes(), CopyVolumes().

void G4tgbVolumeMgr::RegisterMe ( const G4VSolid solid)

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

다음을 참조함 : G4VSolid::GetName(), theSolids.

void G4tgbVolumeMgr::RegisterMe ( const G4LogicalVolume lv)

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

다음을 참조함 : G4cout, G4endl, G4LogicalVolume::GetName(), G4tgrMessenger::GetVerboseLevel(), theLVs.

void G4tgbVolumeMgr::RegisterMe ( const G4VPhysicalVolume pv)

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

다음을 참조함 : G4VPhysicalVolume::GetName(), thePVs.

void G4tgbVolumeMgr::SetDetectorBuilder ( G4tgbDetectorBuilder db)
inline

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

다음을 참조함 : theDetectorBuilder.

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

멤버 데이타 문서화

G4tgbDetectorBuilder* G4tgbVolumeMgr::theDetectorBuilder
private

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

다음에 의해서 참조됨 : G4tgbVolumeMgr(), GetDetectorBuilder(), ReadAndConstructDetector(), SetDetectorBuilder(), ~G4tgbVolumeMgr().

G4ThreadLocal G4tgbVolumeMgr * G4tgbVolumeMgr::theInstance = 0
staticprivate

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

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

G4mlvlv G4tgbVolumeMgr::theLVInvTree
private

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

다음에 의해서 참조됨 : GetTopLogVol(), RegisterChildParentLVs().

G4mmslv G4tgbVolumeMgr::theLVs
private

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

다음에 의해서 참조됨 : DumpSummary(), FindG4LogVol(), RegisterMe().

G4mlvlv G4tgbVolumeMgr::theLVTree
private

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

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

G4mpvpv G4tgbVolumeMgr::thePVInvTree
private

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

G4mmspv G4tgbVolumeMgr::thePVs
private

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

다음에 의해서 참조됨 : DumpSummary(), FindG4PhysVol(), GetTopPhysVol(), RegisterMe().

G4mpvpv G4tgbVolumeMgr::thePVTree
private

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

G4mmssol G4tgbVolumeMgr::theSolids
private

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

다음에 의해서 참조됨 : DumpG4SolidList(), DumpSummary(), FindG4Solid(), GetSolids(), RegisterMe().

G4mssvol G4tgbVolumeMgr::theVolumeList
private

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

다음에 의해서 참조됨 : FindVolume(), RegisterMe().


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