]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONDigit.cxx
Printf methods for Hits, RecPoint, Track and TrackParam (Gines)
[u/mrichter/AliRoot.git] / MUON / AliMUONDigit.cxx
index 59aa9f2928fb4c5d5b38ce21bb2fa279d72d1ad9..b6e2c53f853fdcd794b1a43d4fc510a9f415b0ca 100644 (file)
@@ -387,7 +387,7 @@ AliMUONDigit::Print(Option_t* opt) const
   // Dump to screen.
   // If opt=="tracks", info on tracks are printed too.
   //
-  cout << "DetEle " << setw(5) << DetElemId()
+  cout << "<AliMUONDigit>: DetEle " << setw(5) << DetElemId()
   << " Cath " << setw(2) << Cathode()
   << " (Ix,Iy)=(" << setw(3) << PadX() << "," << setw(3) << PadY()
   << ") "