]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/utils/dHLTdumpraw.cxx
Making minor changes to the printed output format.
[u/mrichter/AliRoot.git] / HLT / MUON / utils / dHLTdumpraw.cxx
index 9592885c7249264a5dcb89ea46cdb216504912d5..a236336ddbf1a15b2bcf0026f529a2493a3aa52d 100644 (file)
@@ -1495,8 +1495,8 @@ int DumpTrigRecsDebugBlock(
        const AliHLTMUONTrigRecInfoStruct* entry = block.GetArray();
        for(AliHLTUInt32_t i = 0; i < nentries; i++)
        {
-               cout << "============================== Trigger Record debug data " << i+1
-                       << " of " << nentries << " ==============================" << endl;
+               cout << "======================= Trigger Record debug data " << i+1
+                       << " of " << nentries << " =======================" << endl;
                int subResult = DumpTrigRecInfoStruct(buffer, bufferSize, entry++, continueParse);
                if (subResult != EXIT_SUCCESS) return subResult;
        }
@@ -1557,8 +1557,8 @@ int DumpClustersBlock(
        const AliHLTMUONClusterStruct* entry = block.GetArray();
        for(AliHLTUInt32_t i = 0; i < nentries; i++)
        {
-               cout << "===================================================== Cluster Number "
-                       << i+1 << " ==================================================" << endl;
+               cout << "======================= Cluster Number "
+                       << i+1 << " =======================" << endl;
                int subResult = DumpClusterStruct(buffer, bufferSize, entry++, continueParse);
                if (subResult != EXIT_SUCCESS) return subResult;
        }