]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDecoder.cxx
improved verbosity in verbose mode (R.Preghenella)
[u/mrichter/AliRoot.git] / TOF / AliTOFDecoder.cxx
index 0174b0449b8b6ffefdce9adc5d7726503404e357..af3fc53d4721d7900bee14c8433ff2e664ec2f07 100644 (file)
@@ -22,13 +22,13 @@ TOF Raw Data decoder
 */
 
 
-//////////////////////////////////////////////////////////////////////
-//                                                                  /
-//                                                                  //
-//   Class for raw data decoding                                    //
-//                                                                  //
-//                                                                  //
-//////////////////////////////////////////////////////////////////////
+/*********************************************************************
+ *                                                                   *
+ *                                                                   *
+ *   Class for raw data decoding                                     *
+ *                                                                   *
+ *                                                                   *
+ ********************************************************************/
                                
 
 
@@ -277,8 +277,7 @@ AliTOFDecoder::Decode(UInt_t *rawData, Int_t nWords)
        break;
        
       default:
-       if (fVerbose)
-         AliError(Form("  %02x - 0x%08x [ERROR] Not valid slotID in global header",decodeStatus,*rawData));
+       AliError(Form("  %02x - 0x%08x [ERROR] Not valid slotID in global header",decodeStatus,*rawData));
        return kTRUE;
        break;
        
@@ -336,8 +335,7 @@ AliTOFDecoder::Decode(UInt_t *rawData, Int_t nWords)
        break; 
        
       default:
-       if (fVerbose)
-         AliError(Form("  %02x - 0x%08x [ERROR] Not valid slotID/pattern in global trailer",decodeStatus,*rawData));
+       AliError(Form("  %02x - 0x%08x [ERROR] Not valid slotID/pattern in global trailer",decodeStatus,*rawData));
        return kTRUE;
        break;
       }