]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONRecoParam.cxx
Correcting a message
[u/mrichter/AliRoot.git] / MUON / AliMUONRecoParam.cxx
index 2bdca970cc23e9cea396a2534002a908c6a540bc..b238512507dd58ad0b8a03e67c405e690f2fe4c1 100644 (file)
@@ -507,7 +507,7 @@ void AliMUONRecoParam::Print(Option_t *option) const
   cout<<Form("maximum number of track candidates above which the tracking is abandonned = %d",fMaxTrackCandidates)<<endl;
 
   cout << Form("The average noise pad charge is assumed to be %7.2f fC",AverageNoisePadCharge()) << endl;
-  cout << Form("and clusters above %5.2f times this noise charge (i.e. %7.2f fC) are discarded",
+  cout << Form("and clusters below %5.2f times this noise charge (i.e. %7.2f fC) are discarded",
                ClusterChargeCut(),ClusterChargeCut()*AverageNoisePadCharge()) << endl;
   cout << Form("Note that LowestPadCharge is then %7.2f fC",LowestPadCharge()) << endl;