86 if(verbose > 1)
G4cout <<
"### G4IonQMDPhysics" <<
G4endl;
105 if(verbose > 1)
G4cout <<
"### G4IonQMDPhysics" <<
G4endl;
119 for(i=0; i<
n; i++) {
delete p_list[i];}
120 n = model_list.size();
121 for(i=0; i<
n; i++) {
delete model_list[i];}
127 if(wasActivated)
return;
131 model_list.push_back(fBC);
133 model_list.push_back(fQMD);
145 AddProcess(
"He3Inelastic",
G4He3::He3(), fBC, fQMD, 0 );
146 AddProcess(
"alphaInelastic",
G4Alpha::Alpha(), fBC, fQMD, fLEAModel );
158 p_list.push_back(hadi);
187 <<
" Binary Cascade for E(MeV)= " << eminBIC <<
" - "
188 << (QMD==0 ? emaxQMD : (eminQMD-overlap)) ;
190 G4cout <<
G4endl <<
" QMD for E(MeV)= " << eminQMD <<
" - " << emaxQMD;
193 G4cout <<
G4endl<<
" LHEP for E(MeV)= " << emaxQMD-overlap <<
" - " << emaxLHEP;