113 gLENDActivated(
false),
116 synActivatedForAll(
false),
117 gmumuActivated(
false),
118 pmumuActivated(
false),
119 phadActivated (
false),
120 fNuActivated (
false),
121 fNuETotXscActivated (
false),
128 fNuDetectorName(
"0"),
304 myParticleIterator->reset();
307 while( (*myParticleIterator)() ) {
308 particle = myParticleIterator->value();
311 G4cout <<
"### G4SynchrotronRadiation for "
364 theNuMuNucleusProcess->
AddDataSet(theNuMuNucleusTotXsc);
369 theNuMuNucleusProcess->
RegisterMe(numunuclcc);
370 theNuMuNucleusProcess->
RegisterMe(numunuclnc);
432 if (std::getenv(
"G4LENDDATA") ==
nullptr ) {
433 G4String message =
"\n Skipping activation of Low Energy Nuclear Data (LEND) model for gamma nuclear interactions.\n The LEND model needs data files and they are available from ftp://gdo-nuclear.ucllnl.org/GND_after2013/GND_v1.3.tar.gz.\n Please set the environment variable G4LENDDATA to point to the directory named v1.3 extracted from the archive file.\n";
434 G4Exception(
"G4EmExtraPhysics::ConstructLENDGammaNuclear()"
435 ,
"G4LENDBertiniGammaElectroNuclearBuilder001"