]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/AliHLTMUONTrigRecsDebugBlockStruct.cxx
Making important updates to the internal data structures:
[u/mrichter/AliRoot.git] / HLT / MUON / AliHLTMUONTrigRecsDebugBlockStruct.cxx
index 87a3942ebb782f0c01b9d469d3ca72cdd06711cb..3b96b9240916d8599adbdc1810c86955202ced13 100644 (file)
@@ -38,7 +38,13 @@ std::ostream& operator << (
                << ", " << info.fDetElemId[3]
                << "], fZmiddle = " << info.fZmiddle
                << ", fBl = " << info.fBl
-               << "}";
+               << ", fL0Struct = {fX2X1 = " << std::showbase << std::hex
+               << info.fL0Struct.fX2X1
+               << ", fX4X3 = " << info.fL0Struct.fX4X3
+               << ", fY2Y1 = " << info.fL0Struct.fY2Y1
+               << ", fY4Y3 = " << info.fL0Struct.fY4Y3
+               << ", fTriggerBits = " << info.fL0Struct.fTriggerBits
+               << std::dec << "}}";
        return stream;
 }