]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Error for option HADR=0 corrected.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Jul 2004 07:59:24 +0000 (07:59 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Jul 2004 07:59:24 +0000 (07:59 +0000)
TFluka/TFluka.cxx

index a9c434cb5563c915aec86ec50f1a6fefd1f21cbd..4212b62e3c83843127bdb2b8e04009ec9d98e50e 100644 (file)
@@ -1354,13 +1354,12 @@ fin:
          else if (fProcessValue[i] == 0) {
              fprintf(pAliceInp,"*\n*Hadronic interaction is set OFF\n");
              fprintf(pAliceInp,"*Generated from call: SetProcess('HADR',0);\n");
+             fprintf(pAliceInp,"*Switching off hadronic interactions not foreseen in FLUKA\n");
              // zero = ignored
              // three = multiple scattering for hadrons and muons is completely suppressed
              // zero = no spin-relativistic corrections
              // matMin = lower bound of the material indices in which the respective thresholds apply
              // matMax = upper bound of the material indices in which the respective thresholds apply
-             fprintf(pAliceInp,"MULSOPT   %10.1f%10.1f%10.1f%10.1f%10.1f\n",zero,three,zero,matMin,matMax);
-             
          }
          else  {
              fprintf(pAliceInp,"*\n*Illegal flag value in SetProcess('HADR',?) call.\n");