46 aDir->SetGuidance(
"tailoring the neutrino processes.");
49 theNu->SetGuidance(
"Activation of neutrino-nucleus processes");
51 theNu->SetToBeBroadcasted(
false);
53 theNuETX =
new G4UIcmdWithABool(
"/physics_lists/nu/NuETotXscActivation",
this);
54 theNuETX->SetGuidance(
"Activation of neutrino-electron processes");
56 theNuETX->SetToBeBroadcasted(
false);
59 theNuEleCcBF->SetGuidance(
"Neutrino-electron charge current bias factor");
61 theNuEleCcBF->SetToBeBroadcasted(
false);
64 theNuEleNcBF->SetGuidance(
"Neutrino-electron neutral current bias factor");
66 theNuEleNcBF->SetToBeBroadcasted(
false);
69 theNuNucleusBF->SetGuidance(
"Neutrino-nucleus cross section bias factor");
71 theNuNucleusBF->SetToBeBroadcasted(
false);
73 theNuOscDistanceBF =
new G4UIcmdWithADouble(
"/physics_lists/nu/NuOscDistanceBias",
this);
74 theNuOscDistanceBF->SetGuidance(
"Neutrino-oscillation distance bias factor");
76 theNuOscDistanceBF->SetToBeBroadcasted(
false);
79 theNuDN->SetGuidance(
"Set neutrino detector name");
81 theNuDN->SetToBeBroadcasted(
false);
84 theNuODN->SetGuidance(
"Set neutrino oscillation distance region name");
86 theNuODN->SetToBeBroadcasted(
false);
108 theB->NuETotXscActivated(theNuETX->GetNewBoolValue(aS));
109 else if (aComm==theNuEleCcBF)
110 theB->SetNuEleCcBias(theNuEleCcBF->GetNewDoubleValue(aS));
111 else if (aComm==theNuEleNcBF)
112 theB->SetNuEleNcBias(theNuEleNcBF->GetNewDoubleValue(aS));
113 else if (aComm==theNuNucleusBF)
114 theB->SetNuNucleusBias(theNuNucleusBF->GetNewDoubleValue(aS));
115 else if (aComm==theNuOscDistanceBF)
116 theB->SetNuOscDistanceBias(theNuOscDistanceBF->GetNewDoubleValue(aS));
117 else if(aComm==theNuDN)
118 theB->SetNuDetectorName(aS);
119 else if(aComm==theNuODN)
120 theB->SetNuOscDistanceName(aS);