]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Update output information for new HLT-CDH bit.
authoraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 17 Nov 2011 21:38:52 +0000 (21:38 +0000)
committeraszostak <aszostak@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 17 Nov 2011 21:38:52 +0000 (21:38 +0000)
HLT/MUON/utils/dHLTdumpraw.cxx

index 08596c8fc2d0d594d33da32176b783fcc2e00157..0936ff7e8dfff376b48726e95798ce283528cd71 100644 (file)
@@ -1107,7 +1107,7 @@ int DumpRawDataHeader(
        cout << "          Status & error bits : 0x" << noshowbase << hex
                << setfill('0') << setw(4) << statusBits << setw(0) << setfill(fillChar)
                << dec << endl;
-       cout << "          [                        Reserved : " << ((statusBits >> 15) & 0x1) << " ]" << endl;
+       cout << "          [               Original data bit : " << ((statusBits >> 15) & 0x1) << " ]" << endl;
        cout << "          [        Multi-event buffer error : " << ((statusBits >> 14) & 0x1) << " ]" << endl;
        cout << "          [        Trigger L1 missing error : " << ((statusBits >> 13) & 0x1) << " ]" << endl;
        cout << "          [           Trigger error (other) : " << ((statusBits >> 12) & 0x1) << " ]" << endl;