42 fIsPhysicsConstructor(flag)
87 G4cout <<
"G4VUserPhysicsList::BuildPhysicsTable "
91 <<
" should be created in your PhysicsList" <<
G4endl;
94 G4Exception(
"G4VUserChemistryList::BuildPhysicsTable",
96 "No process manager");
107 G4cout <<
"G4VUserChemistryList::BuildPhysicsTable "
112 G4Exception(
"G4VUserChemistryList::BuildPhysicsTable",
114 "No process Vector");
120 G4cout <<
"G4VUserChemistryList::BuildPhysicsTable %%%%%% "
122 G4cout <<
" ProcessManager : " << pManager
123 <<
" ProcessManagerShadow : " << pManagerShadow <<
G4endl;
124 for(
G4int iv1=0;iv1<pVector->
size();iv1++)
126 G4cout <<
" " << iv1 <<
" - " << (*pVector)[iv1]->GetProcessName()
129 G4cout <<
"--------------------------------------------------------------"
133 for(
G4int iv2=0;iv2<pVectorShadow->
size();iv2++)
135 G4cout <<
" " << iv2 <<
" - " << (*pVectorShadow)[iv2]->GetProcessName()
140 for (
G4int j = 0; j < pVector->
size(); ++j)
146 if (pManagerShadow == pManager)
148 (*pVector)[j]->BuildPhysicsTable(*moleculeDef);
152 (*pVector)[j]->BuildWorkerPhysicsTable(*moleculeDef);
void Deregister(G4VUserChemistryList *)
static G4VScheduler * Instance()
virtual void RegisterModel(G4VITStepModel *, double)
const G4String & GetParticleName() const
G4VUserChemistryList(bool flag=true)
G4GLOB_DLL std::ostream G4cout
G4ProcessManager * GetMasterProcessManager() const
static G4MoleculeTable * Instance()
void G4Exception(const char *originOfException, const char *exceptionCode, G4ExceptionSeverity severity, const char *comments)
virtual ~G4VUserChemistryList()
G4MoleculeDefinitionIterator GetDefintionIterator()
G4ProcessManager * GetProcessManager() const
static G4DNAChemistryManager * GetInstanceIfExists()
G4ProcessVector * GetProcessList() const
void RegisterTimeStepModel(G4VITStepModel *timeStepModel, double startingTime=0)