]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/util/AliHLTFileWriter.cxx
BlockFilter component added; minor corrections
[u/mrichter/AliRoot.git] / HLT / BASE / util / AliHLTFileWriter.cxx
index bbb9007afeda6dcdee7bc9d879067266b91e1374..4ee692087337888f4298338e00b1400ddbd1668a 100644 (file)
@@ -253,7 +253,7 @@ int AliHLTFileWriter::DumpEvent( const AliHLTComponentEventData& evtData,
   for (int n=0; n<(int)evtData.fBlockCnt; n++ ) {
     //HLTDebug("block %d out of %d", n, evtData.fBlockCnt);
     TString filename;
-    HLTDebug("dataspec 0x%x", blocks[n].fSpecification);
+    //HLTDebug("dataspec 0x%x", blocks[n].fSpecification);
     iResult=BuildFileName(evtData.fEventID, n, blocks[n].fDataType, blocks[n].fSpecification, filename);
     ios::openmode filemode=(ios::openmode)0;
     if (fCurrentFileName.CompareTo(filename)==0) {