]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/AliPHOSRawDecoderv1.cxx
Combine TEPEMGEN and EPEMGEN in one library to avoid circular dependences. Compilatio...
[u/mrichter/AliRoot.git] / PHOS / AliPHOSRawDecoderv1.cxx
index 04f8e5a48569c4ed128d24b26fa4f66ed3bbc580..6d39c0460e3976e6299e306963c33303e616e8a4 100644 (file)
@@ -379,7 +379,8 @@ Bool_t AliPHOSRawDecoderv1::NextDigit()
           efit*=80.33109+128.6433*bfit ;
 
         if(efit<0. || efit > 10000.){                                                                          
-          fEnergy=0 ; //bad sample                                                    
+//leave energy as previously found max
+//          fEnergy=0 ; //bad sample                                                    
           fTime=-999.;                                                                
           fQuality=999 ;                                                              
           return kTRUE;