]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
HADR=0 implemented through THRESHOLD option.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Jul 2004 00:39:12 +0000 (00:39 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 21 Jul 2004 00:39:12 +0000 (00:39 +0000)
TFluka/TFluka.cxx

index 73f22518aa95ebae10b4f70eb1b523c40008a6d0..e857b57b4be777b2ab04392eefdf89ed2ee3e5d6 100644 (file)
@@ -54,7 +54,6 @@
 #include "TFlukaCerenkov.h"
 #include "TLorentzVector.h"
 
-
 // Fluka methods that may be needed.
 #ifndef WIN32 
 # define flukam  flukam_
@@ -1358,11 +1357,7 @@ fin:
              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,"THRESHOL  %10.1f%10.1f%10.1f%10.1e%10.1f\n",zero, zero, zero, 1.e10, zero);
          }
          else  {
              fprintf(pAliceInp,"*\n*Illegal flag value in SetProcess('HADR',?) call.\n");