39 #ifdef G4MULTITHREADED
50 ->GetNavigatorForTracking()->GetWorldVolume())
56 ->GetParallelWorld(ParallelWorldName))
59 G4cout <<
" G4IStore:: ParallelWorldName = "
60 << ParallelWorldName <<
G4endl;
61 G4cout <<
" G4IStore:: fParallelWorldVolume = "
86 G4cout <<
" G4IStore:: SetParallelWorldVolume " <<
G4endl;
113 Error(
"AddImportanceGeometryCell() - Invalid importance value given.");
117 Error(
"AddImportanceGeometryCell() - Physical volume not found!");
122 Error(
"AddImportanceGeometryCell() - Region already existing!");
139 Error(
"ChangeImportance() - Invalid importance value given.");
143 Error(
"ChangeImportance() - Physical volume not found!");
148 Error(
"ChangeImportance() - Region does not exist!");
164 #ifdef G4MULTITHREADED
171 Error(
"GetImportance() - Region does not exist!");
174 G4double importance_value = (*fCurrentIterator).second;
175 #ifdef G4MULTITHREADED
178 return importance_value;
183 #ifdef G4MULTITHREADED
190 std::ostringstream err_mess;
191 err_mess <<
"GetImportance() - Region does not exist!" <<
G4endl
192 <<
"Geometry cell, " << gCell
194 Error(err_mess.str());
197 G4double importance_value = (*fCurrentIterator).second;
198 #ifdef G4MULTITHREADED
201 return importance_value;
207 #ifdef G4MULTITHREADED
217 #ifdef G4MULTITHREADED
248 G4cout <<
"G4IStore:: Creating new MASS IStore " <<
G4endl;
265 G4cout <<
"G4IStore:: Creating new Parallel IStore "
266 << ParallelWorldName <<
G4endl;