#include <G4ParallelWorldProcessStore.hh>
  
  | 
        
          | G4ParallelWorldProcessStore::~G4ParallelWorldProcessStore | ( |  | ) |  |  | virtual | 
 
 
      
        
          | void G4ParallelWorldProcessStore::Clear | ( |  | ) |  | 
      
 
 
Definition at line 90 of file G4ParallelWorldProcessStore.cc.
   92   std::map<G4ParallelWorldProcess*,G4String>::iterator itr;
 
   93   for(itr=fInstance->begin();itr!=fInstance->end();itr++)
 
   94   { 
if(itr->second==parallelWorldName) 
return itr->first; }
 
 
 
 
Definition at line 58 of file G4ParallelWorldProcessStore.cc.
   61   std::map<G4ParallelWorldProcess*,G4String>::iterator itr;
 
   62   for(itr=fInstance->begin();itr!=fInstance->end();itr++)
 
   66       if(itr->second==parallelWorldName)
 
   73         ED << 
"G4ParallelWorldProcess (" << proc << 
") has the world volume (" 
   74            << itr->second << 
"). It is inconsistent with (" << parallelWorldName << 
").";
 
   75         G4Exception(
"G4ParallelWorldProcessStore::SetParallelWorld",
"ProcScore0101",
 
   80   (*fInstance)[proc] = parallelWorldName;
 
std::ostringstream G4ExceptionDescription
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
 
 
 
      
        
          | void G4ParallelWorldProcessStore::UpdateWorlds | ( |  | ) |  | 
      
 
Definition at line 83 of file G4ParallelWorldProcessStore.cc.
   85   std::map<G4ParallelWorldProcess*,G4String>::iterator itr;
 
   86   for(itr=fInstance->begin();itr!=fInstance->end();itr++)
 
void SetParallelWorld(G4ParallelWorldProcess *proc, G4String parallelWorldName)
 
 
 
The documentation for this class was generated from the following files: