47 aDir1->SetGuidance(
"commands for physics list configuration.");
51 aDir2->SetGuidance(
"Extra EM processes configuration.");
55 theSynch->SetGuidance(
"Switching on/off synchrotron radiation.");
57 theSynch->SetToBeBroadcasted(
false);
60 theSynchAll =
new G4UIcmdWithABool(
"/physics_lists/em/SyncRadiationAll",
this);
61 theSynchAll->SetGuidance(
"Switching on/off synchrotron radiation for all charged.");
63 theSynchAll->SetToBeBroadcasted(
false);
67 theGN->SetGuidance(
"Switching on gamma nuclear physics.");
69 theGN->SetToBeBroadcasted(
false);
73 theXS->SetGuidance(
"Use XS gamma nuclear cross section.");
75 theXS->SetToBeBroadcasted(
false);
79 theGLENDN->SetGuidance(
"Switching on LEND gamma nuclear physics.");
81 theGLENDN->SetToBeBroadcasted(
false);
84 theEN->SetGuidance(
"Switching on e+- nuclear physics.");
86 theEN->SetToBeBroadcasted(
false);
90 theMUN->SetGuidance(
"Switching on muon nuclear physics.");
92 theMUN->SetToBeBroadcasted(
false);
95 theGMM->SetGuidance(
"Switching on gamma conversion to muon pair.");
97 theGMM->SetToBeBroadcasted(
false);
100 theMMM->SetGuidance(
"Switching on muon pair production by muons.");
102 theMMM->SetToBeBroadcasted(
false);
105 thePMM->SetGuidance(
"Switching on positron conversion to muon pair.");
107 thePMM->SetToBeBroadcasted(
false);
110 thePH->SetGuidance(
"Switching on positron conversion to hadrons.");
112 thePH->SetToBeBroadcasted(
false);
115 theGMM1->SetGuidance(
"Factor for gamma conversion to muon pair.");
117 theGMM1->SetToBeBroadcasted(
false);
120 thePMM1->SetGuidance(
"Factor for positron conversion to muon pair.");
122 thePMM1->SetToBeBroadcasted(
false);
125 thePH1->SetGuidance(
"Factor for positron conversion to hadrons.");
127 thePH1->SetToBeBroadcasted(
false);
130 theGNlowe->SetGuidance(
"Upper energy limit for low-energy gamma-nuclear model");
131 theGNlowe->SetParameterName(
"emin",
true);
132 theGNlowe->SetUnitCategory(
"Energy");
134 theGNlowe->SetToBeBroadcasted(
false);
163 theB->Synch(theSynch->GetNewBoolValue(aS));
164 else if (aComm==theSynchAll)
165 theB->SynchAll(theSynchAll->GetNewBoolValue(aS));
166 else if (aComm==theGN)
167 theB->GammaNuclear(theGN->GetNewBoolValue(aS));
168 else if (aComm==theGLENDN)
169 theB->LENDGammaNuclear(theGLENDN->GetNewBoolValue(aS));
170 else if (aComm==theEN)
171 theB->ElectroNuclear(theEN->GetNewBoolValue(aS));
172 else if (aComm==theMUN)
173 theB->MuonNuclear(theMUN->GetNewBoolValue(aS));
174 else if (aComm==theGMM)
175 theB->GammaToMuMu(theGMM->GetNewBoolValue(aS));
176 else if (aComm==theMMM)
177 theB->MuonToMuMu(theMMM->GetNewBoolValue(aS));
178 else if (aComm==thePMM)
179 theB->PositronToMuMu(thePMM->GetNewBoolValue(aS));
180 else if (aComm==thePH)
181 theB->PositronToHadrons(thePH->GetNewBoolValue(aS));
182 else if (aComm==theXS)
183 theB->SetUseGammaNuclearXS(theXS->GetNewBoolValue(aS));
184 else if (aComm==theGMM1)
185 theB->GammaToMuMuFactor(theGMM1->GetNewDoubleValue(aS));
186 else if (aComm==thePMM1)
187 theB->PositronToMuMuFactor(thePMM1->GetNewDoubleValue(aS));
188 else if (aComm==thePH1)
189 theB->PositronToHadronsFactor(thePH1->GetNewDoubleValue(aS));
190 else if (aComm==theGNlowe)
191 theB->GammaNuclearLEModelLimit(theGNlowe->GetNewDoubleValue(aS));