]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/MUON/AliHLTMUONClustersBlockStruct.cxx
Merging bug fixes and adding charge information for bending and non-bending planes...
[u/mrichter/AliRoot.git] / HLT / MUON / AliHLTMUONClustersBlockStruct.cxx
index d94f87118d633662a9cac3c19522a32aade0db2b..8ee629eb2178742b616a7358da5d14ccc3562e40 100644 (file)
@@ -34,8 +34,10 @@ std::ostream& operator << (
        stream  << "{fId = " << cluster.fId
                << ", fHit = " << cluster.fHit
                << ", fDetElemId = " << cluster.fDetElemId
-               << ", fNchannels = " << cluster.fNchannels
-               << ", fCharge = " << cluster.fCharge << "}";
+               << ", fNchannelsB = " << cluster.fNchannelsB
+               << ", fNchannelsNB = " << cluster.fNchannelsNB
+               << ", fChargeB = " << cluster.fChargeB 
+               << ", fChargeNB = " << cluster.fChargeNB << "}";
        return stream;
 }