55 G4cout <<
" G4IStore:: ParallelWorldName = " << ParallelWorldName <<
G4endl;
77 G4cout <<
" G4IStore:: SetParallelWorldVolume " <<
G4endl;
106 if (importance < 0 ) {
107 Error(
"AddImportanceGeometryCell() - Invalid importance value given.");
110 Error(
"AddImportanceGeometryCell() - Physical volume not found!");
114 Error(
"AddImportanceGeometryCell() - Region already existing!");
129 if (importance < 0 ) {
130 Error(
"ChangeImportance() - Invalid importance value given.");
133 Error(
"ChangeImportance() - Physical volume not found!");
137 Error(
"ChangeImportance() - Region does not exist!");
155 Error(
"GetImportance() - Region does not exist!");
158 return (*fCurrentIterator).second;
167 std::ostringstream err_mess;
168 err_mess <<
"GetImportance() - Region does not exist!" <<
G4endl
169 <<
"Geometry cell, " << gCell
171 Error(err_mess.str());
174 return (*fCurrentIterator).second;
180 if ( inWorldKnown ) {
214 G4cout <<
"G4IStore:: Creating new MASS IStore " <<
G4endl;
229 G4cout <<
"G4IStore:: Creating new Parallel IStore " << ParallelWorldName <<
G4endl;
void SetParallelWorldVolume(G4String paraName)
const G4VPhysicalVolume * fWorldVolume
G4bool IsInWorld(const G4VPhysicalVolume &) const
void ChangeImportance(G4double importance, const G4GeometryCell &gCell)
G4bool IsAncestor(const G4VPhysicalVolume *p) const
G4Navigator * GetNavigatorForTracking() const
G4GeometryCellImportance::const_iterator fCurrentIterator
virtual const G4VPhysicalVolume * GetParallelWorldVolumePointer() const
static G4ThreadLocal G4IStore * fInstance
G4GLOB_DLL std::ostream G4cout
const G4String & GetName() const
virtual G4bool IsKnown(const G4GeometryCell &gCell) const
virtual G4double GetImportance(const G4GeometryCell &gCell) const
void SetInternalIterator(const G4GeometryCell &gCell) const
virtual const G4VPhysicalVolume & GetWorldVolume() const
void AddImportanceGeometryCell(G4double importance, const G4GeometryCell &gCell)
G4GeometryCellImportance fGeometryCelli
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
static G4TransportationManager * GetTransportationManager()
const G4VPhysicalVolume & GetPhysicalVolume() const
G4VPhysicalVolume * GetParallelWorld(const G4String &worldName)
static G4IStore * GetInstance()
G4LogicalVolume * GetLogicalVolume() const
void Error(const G4String &m) const
G4VPhysicalVolume * GetWorldVolume() const