]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Temporary fix to avoid crashing reconstruction
authorguernane <guernane@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 19 May 2011 08:36:24 +0000 (08:36 +0000)
committerguernane <guernane@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 19 May 2011 08:36:24 +0000 (08:36 +0000)
EMCAL/AliEMCALTriggerElectronics.cxx

index 9a3ef252af929f0067f7db38fa6e306a551d559d..aecd8296ca88059fd0d533171bf39eaf425ca3f0 100644 (file)
@@ -42,7 +42,7 @@ Author: R. GUERNANE LPSC Grenoble CNRS/IN2P3
 
 namespace
 {
-       const Int_t kNTRU = 32;
+       const Int_t kNTRU = 30;
 }
 
 ClassImp(AliEMCALTriggerElectronics)