]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TFluka/Fdimpar.h
Updated misalignment macros (Raffaele)
[u/mrichter/AliRoot.git] / TFluka / Fdimpar.h
index 975acef8668dddf054aeec055c21e6e012401c59..6843be1c5b4b7b1871620eec34f1ed9f6a68f0b8 100644 (file)
@@ -47,43 +47,51 @@ extern "C" {
 //*          Ihypmx = maximum number of hyperons in a hypernucleus       *
 //*          Mkbmx1 = dimension for KWB real spare array in Fluka Stack  *
 //*          Mkbmx2 = dimension for KWB int. spare array in Fluka Stack  *
+//*          Mxirrd = maximum number of irradiation sub-intervals        *
+//*          Mxtrdc = maximum number of decay (cooling) times            *
+//*          Nktl   = overall dimension parameter for EMF bremsstrahlung *
 //*                                                                      *
 //*----------------------------------------------------------------------*   
 
-const Int_t mxxrgn = 10000;
-const Int_t mxxmdf = 510;
-const Int_t mxxmde = 502;
-const Int_t mfstck = 6500;
-const Int_t mestck = 100;
-const Int_t mostck = 2000;
-const Int_t mxprsn = 100;
-const Int_t mxpdpm = 800;
-const Int_t mxpscs = 4999;
-const Int_t mxoutu = 50;
-const Int_t nallwp = 64;
-const Int_t nelemx = 80;
-const Int_t mpdpdx = 18;
-const Int_t mxhttr = 260;
-const Int_t icomax = 1000;
-const Int_t ichmax = icomax+mxxmdf;
-const Int_t nstbis = 304;
+    const Int_t mxxrgn = 20000;
+//    const Int_t mxxmdf = 510;
+//    const Int_t mxxmde = 502;
+    const Int_t mxxmdf = 710;   // 2006.3
+    const Int_t mxxmde = 702;   // 2006.3
+    const Int_t mfstck = 6500;
+    const Int_t mestck = 100;
+    const Int_t mostck = 2000;
+    const Int_t mxprsn = 100;
+    const Int_t mxpdpm = 800;
+    const Int_t mxpscs = 4999;
+    const Int_t mxoutu = 50;
+    const Int_t nallwp = 64;
+    const Int_t nelemx = 80;
+    const Int_t mpdpdx = 18;
+    const Int_t mxhttr = 260;
+    const Int_t mxseax = 20;         // 2006.3
+    const Int_t mxhtnc = mxseax + 1; // 2006.3
+//    const Int_t icomax = 1000;
+    const Int_t icomax = 2400; // 2006.3   
+    const Int_t ichmax = icomax+mxxmdf;
+    const Int_t nstbis = 304;
     const Int_t nqstis = 46;
     const Int_t ntstis = nstbis + nqstis;
     
 //* till 3-aug-99:
 //*     const Int_t mxpabl =  110;
-const Int_t mxpabl = 120;
-const Int_t idmaxp = 450;
-const Int_t idmxdc = 2000;
-const Int_t mxmcin = 410;
-const Int_t ihypmx = 4;
+    const Int_t mxpabl = 120;
+    const Int_t idmaxp = 450;
+    const Int_t idmxdc = 2000;
+    const Int_t mxmcin = 410;
+    const Int_t ihypmx = 4;
 //* till 19-jul-2000:
 //*     const Int_t mkbmx1 =    9;
 //*     const Int_t mkbmx2 =    3;
-const Int_t mkbmx1 = 11;
-const Int_t mkbmx2 = 11;
-    const Int_t mxirrd = 20;
-    const Int_t mxtrdc = 50;
+    const Int_t mkbmx1 = 11;
+    const Int_t mkbmx2 = 11;
+    const Int_t mxirrd = 500;
+    const Int_t mxtrdc = 500;
     const Int_t nktl   = 17;
 }