138 ed <<
" Cross section is not available" <<
G4endl;
152 outFile <<
"G4MuNeutrinoNucleusProcess handles the scattering of \n"
153 <<
"neutrino on electrons by invoking the following model(s) and \n"
154 <<
"cross section(s).\n";
172 G4cout<<
"Go out from G4MuNeutrinoNucleusProcess::PostStepDoIt: wrong volume "<<
G4endl;
195 ed <<
"G4HadronicProcess: track in unusable state - "
197 ed <<
"G4HadronicProcess: returning unchanged track " <<
G4endl;
255 newPosition = position + range*direction;
280 ed <<
" PostStepDoIt failed on element selection" <<
G4endl;
281 G4Exception(
"G4MuNeutrinoNucleusProcess::PostStepDoIt",
"had003",
284 if( elm ) ZZ = elm->
GetZ();
318 G4cout <<
"G4MuNeutrinoNucleusProcess::PostStepDoIt for "
320 <<
" in " << material->
GetName()
333 ed <<
"Target element "<< elm->
GetName()<<
" Z= "
337 ed <<
" ApplyYourself failed" <<
G4endl;
338 G4Exception(
"G4MuNeutrinoNucleusProcess::PostStepDoIt",
"had006",
353 <<
" dir= " << outdir
361 if(efinal < 0.0) { efinal = 0.0; }
362 if(edep < 0.0) { edep = 0.0; }