56 G4cout <<
" G4IStore:: ParallelWorldName = " << ParallelWorldName <<
G4endl;
78 G4cout <<
" G4IStore:: SetParallelWorldVolume " <<
G4endl;
107 if (importance < 0 ) {
108 Error(
"AddImportanceGeometryCell() - Invalid importance value given.");
111 Error(
"AddImportanceGeometryCell() - Physical volume not found!");
115 Error(
"AddImportanceGeometryCell() - Region already existing!");
130 if (importance < 0 ) {
131 Error(
"ChangeImportance() - Invalid importance value given.");
134 Error(
"ChangeImportance() - Physical volume not found!");
138 Error(
"ChangeImportance() - Region does not exist!");
156 Error(
"GetImportance() - Region does not exist!");
159 return (*fCurrentIterator).second;
168 std::ostringstream err_mess;
169 err_mess <<
"GetImportance() - Region does not exist!" <<
G4endl
170 <<
"Geometry cell, " << gCell
172 Error(err_mess.str());
175 return (*fCurrentIterator).second;
181 if ( inWorldKnown ) {
215 G4cout <<
"G4IStore:: Creating new MASS IStore " <<
G4endl;
230 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
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
static G4IStore * fInstance