#include <G4IStore.hh>
Public 멤버 함수 | |
virtual G4double | GetImportance (const G4GeometryCell &gCell) const |
virtual G4bool | IsKnown (const G4GeometryCell &gCell) const |
void | Clear () |
void | SetWorldVolume () |
void | SetParallelWorldVolume (G4String paraName) |
virtual const G4VPhysicalVolume & | GetWorldVolume () const |
virtual const G4VPhysicalVolume * | GetParallelWorldVolumePointer () const |
void | AddImportanceGeometryCell (G4double importance, const G4GeometryCell &gCell) |
void | AddImportanceGeometryCell (G4double importance, const G4VPhysicalVolume &, G4int aRepNum=0) |
void | ChangeImportance (G4double importance, const G4GeometryCell &gCell) |
void | ChangeImportance (G4double importance, const G4VPhysicalVolume &, G4int aRepNum=0) |
G4double | GetImportance (const G4VPhysicalVolume &, G4int aRepNum=0) const |
정적 Public 멤버 함수 | |
static G4IStore * | GetInstance () |
static G4IStore * | GetInstance (const G4String &ParallelWorldName) |
Protected 멤버 함수 | |
G4IStore () | |
G4IStore (const G4String &ParallelWorldName) | |
~G4IStore () | |
Private 멤버 함수 | |
G4bool | IsInWorld (const G4VPhysicalVolume &) const |
void | SetInternalIterator (const G4GeometryCell &gCell) const |
void | Error (const G4String &m) const |
Private 속성 | |
const G4VPhysicalVolume * | fWorldVolume |
G4GeometryCellImportance | fGeometryCelli |
G4GeometryCellImportance::const_iterator | fCurrentIterator |
정적 Private 속성 | |
static G4ThreadLocal G4IStore * | fInstance = 0 |
G4IStore.hh 파일의 62 번째 라인에서 정의되었습니다.
|
explicitprotected |
G4IStore.cc 파일의 52 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetInstance().
|
explicitprotected |
G4IStore.cc 파일의 56 번째 라인에서 정의되었습니다.
다음을 참조함 : fWorldVolume, G4cout, G4endl, G4VPhysicalVolume::GetName().
|
protected |
G4IStore.cc 파일의 63 번째 라인에서 정의되었습니다.
void G4IStore::AddImportanceGeometryCell | ( | G4double | importance, |
const G4GeometryCell & | gCell | ||
) |
G4IStore.cc 파일의 107 번째 라인에서 정의되었습니다.
다음을 참조함 : Error(), fCurrentIterator, fGeometryCelli, G4GeometryCell::GetPhysicalVolume(), IsInWorld(), SetInternalIterator().
다음에 의해서 참조됨 : AddImportanceGeometryCell(), B01DetectorConstruction::CreateImportanceStore(), B02ImportanceDetectorConstruction::CreateImportanceStore(), main().
void G4IStore::AddImportanceGeometryCell | ( | G4double | importance, |
const G4VPhysicalVolume & | aVolume, | ||
G4int | aRepNum = 0 |
||
) |
G4IStore.cc 파일의 123 번째 라인에서 정의되었습니다.
다음을 참조함 : AddImportanceGeometryCell().
void G4IStore::ChangeImportance | ( | G4double | importance, |
const G4GeometryCell & | gCell | ||
) |
G4IStore.cc 파일의 131 번째 라인에서 정의되었습니다.
다음을 참조함 : Error(), fCurrentIterator, fGeometryCelli, G4GeometryCell::GetPhysicalVolume(), IsInWorld(), SetInternalIterator().
다음에 의해서 참조됨 : ChangeImportance().
void G4IStore::ChangeImportance | ( | G4double | importance, |
const G4VPhysicalVolume & | aVolume, | ||
G4int | aRepNum = 0 |
||
) |
G4IStore.cc 파일의 146 번째 라인에서 정의되었습니다.
다음을 참조함 : ChangeImportance().
void G4IStore::Clear | ( | ) |
G4IStore.cc 파일의 66 번째 라인에서 정의되었습니다.
다음을 참조함 : fGeometryCelli.
G4IStore.cc 파일의 226 번째 라인에서 정의되었습니다.
다음을 참조함 : FatalException, G4Exception().
다음에 의해서 참조됨 : AddImportanceGeometryCell(), ChangeImportance(), GetImportance().
|
virtual |
G4VIStore를 구현.
G4IStore.cc 파일의 174 번째 라인에서 정의되었습니다.
다음을 참조함 : Error(), fCurrentIterator, fGeometryCelli, G4endl, G4MUTEXLOCK, G4MUTEXUNLOCK, SetInternalIterator().
G4double G4IStore::GetImportance | ( | const G4VPhysicalVolume & | aVolume, |
G4int | aRepNum = 0 |
||
) | const |
G4IStore.cc 파일의 153 번째 라인에서 정의되었습니다.
다음을 참조함 : Error(), fCurrentIterator, fGeometryCelli, G4MUTEXLOCK, G4MUTEXUNLOCK, SetInternalIterator().
G4IStore.cc 파일의 236 번째 라인에서 정의되었습니다.
다음을 참조함 : fInstance, G4cout, G4endl, G4IStore().
다음에 의해서 참조됨 : B03PhysicsList::AddBiasingProcess(), G4ImportanceBiasing::ConstructProcess(), B01DetectorConstruction::CreateImportanceStore(), B02ImportanceDetectorConstruction::CreateImportanceStore(), main().
G4IStore.cc 파일의 251 번째 라인에서 정의되었습니다.
다음을 참조함 : fInstance, G4cout, G4endl, G4IStore().
|
virtual |
G4IStore.cc 파일의 97 번째 라인에서 정의되었습니다.
다음을 참조함 : fWorldVolume.
|
virtual |
|
private |
G4IStore.cc 파일의 213 번째 라인에서 정의되었습니다.
다음을 참조함 : fWorldVolume, G4VPhysicalVolume::GetLogicalVolume(), G4LogicalVolume::IsAncestor().
다음에 의해서 참조됨 : AddImportanceGeometryCell(), ChangeImportance(), IsKnown().
|
virtual |
G4VIStore를 구현.
G4IStore.cc 파일의 197 번째 라인에서 정의되었습니다.
다음을 참조함 : fCurrentIterator, fGeometryCelli, G4MUTEXLOCK, G4MUTEXUNLOCK, G4GeometryCell::GetPhysicalVolume(), IsInWorld(), SetInternalIterator().
|
private |
G4IStore.cc 파일의 102 번째 라인에서 정의되었습니다.
다음을 참조함 : fCurrentIterator, fGeometryCelli.
다음에 의해서 참조됨 : AddImportanceGeometryCell(), ChangeImportance(), GetImportance(), IsKnown().
G4IStore.cc 파일의 79 번째 라인에서 정의되었습니다.
다음을 참조함 : fWorldVolume, G4cout, G4endl, G4VPhysicalVolume::GetName(), G4TransportationManager::GetParallelWorld(), G4TransportationManager::GetTransportationManager().
void G4IStore::SetWorldVolume | ( | ) |
|
mutableprivate |
G4IStore.hh 파일의 144 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AddImportanceGeometryCell(), ChangeImportance(), GetImportance(), IsKnown(), SetInternalIterator().
|
private |
G4IStore.hh 파일의 142 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : AddImportanceGeometryCell(), ChangeImportance(), Clear(), GetImportance(), IsKnown(), SetInternalIterator().
|
staticprivate |
G4IStore.hh 파일의 146 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : GetInstance().
|
private |
G4IStore.hh 파일의 139 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : G4IStore(), GetParallelWorldVolumePointer(), GetWorldVolume(), IsInWorld(), SetParallelWorldVolume(), SetWorldVolume().