]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/FORWARD/analysis2/AliFMDHistCollector.cxx
New NSD selection for MC, and some small fixes
[u/mrichter/AliRoot.git] / PWG2 / FORWARD / analysis2 / AliFMDHistCollector.cxx
index 37fdb807fe7289d35f5d11ced351336374414d23..b4c4d50a470a6df3f314c2c2e4e032d7a8028984 100644 (file)
@@ -566,7 +566,7 @@ AliFMDHistCollector::Print(Option_t* /* option */) const
   char ind[gROOT->GetDirLevel()+1];
   for (Int_t i = 0; i < gROOT->GetDirLevel(); i++) ind[i] = ' ';
   ind[gROOT->GetDirLevel()] = '\0';
-  std::cout << ind << "AliFMDHistCollector: " << GetName() << '\n'
+  std::cout << ind << ClassName() << ": " << GetName() << '\n'
            << ind << " # of cut bins:          " << fNCutBins << '\n'
            << ind << " Correction cut:         " << fCorrectionCut << '\n'
            << ind << " Merge method:           ";