]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLTHOMERBlockDesc.cxx
* removed HLT logging
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLTHOMERBlockDesc.cxx
index 449babe92d986c4a7ac4095e1dc96b465855f622..fe13e64011748f1ee56a4c724759f8068259cb35 100644 (file)
@@ -98,7 +98,7 @@ void AliHLTHOMERBlockDesc::SetBlock( void * data, ULong_t size, TString origin,
   fDataType = dataType;
   fSpecification = specification; 
 
-  fBlockName.Form("%s_%s%_%lu", fDetector.Data(), fDataType.Data(), fSpecification ); 
+  fBlockName.Form("%s_%s_0x%08LX", fDetector.Data(), fDataType.Data(), fSpecification ); 
 
   // -- Set block parameters
   SetBlockParameters();
@@ -197,10 +197,10 @@ void AliHLTHOMERBlockDesc::SetBlockParameters() {
   }
   
   // -- Check if classname has been defined
-  if ( iResult < 0 ) {
-    AliWarning( Form("The classname for data type %s for the detector %s has not been defined yet.", 
-                    fDataType.Data(), fDetector.Data()) );
-  }
+  //  if ( iResult < 0 ) {
+    //   AliWarning( Form("The classname for data type %s for the detector %s has not been defined yet.", 
+    //      fDataType.Data(), fDetector.Data()) );
+  // }
   return;
 }