]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TOF/AliTOFDecoder.cxx
Instance of AliCDBManager added
[u/mrichter/AliRoot.git] / TOF / AliTOFDecoder.cxx
index 47fd50ff0c23c172e97c6685ee78f76fb7d5f544..41359e225230a04f508a113945482d7e58ae9b79 100644 (file)
 
 /*
 $Log$
+Revision 1.3  2007/05/08 11:56:05  arcelli
+improved verbosity in verbose mode (R.Preghenella)
+
+Revision 1.2  2007/05/03 11:34:43  decaro
+Coding convention: RS1 violation -> suppression
+
+Revision 1.1  2007/04/27 11:00:32  arcelli
+TOF Raw Data decoder
+
   author: Roberto Preghenella (R+), preghenella@bo.infn.it
 */
 
 
-/*********************************************************************
- *                                                                   *
- *                                                                   *
- *   Class for raw data decoding                                     *
- *                                                                   *
- *                                                                   *
- ********************************************************************/
+//////////////////////////////////////////////////////////////////////
+//                                                                  //
+//                                                                  //
+//   Class for raw data decoding                                    //
+//                                                                  //
+//                                                                  //
+//////////////////////////////////////////////////////////////////////
                                
 
 
@@ -274,8 +283,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;
        
@@ -333,8 +341,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;
       }