]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONSimpleClusterServer.cxx
Fix bug introduced when charge units changed
[u/mrichter/AliRoot.git] / MUON / AliMUONSimpleClusterServer.cxx
index 238c88a499ef3284c55e9a2e336645d5104060d4..ca40d1fb9025c66f9e9f163b9ae2df07c1d91133 100644 (file)
@@ -155,6 +155,10 @@ AliMUONSimpleClusterServer::Clusterize(Int_t chamberId,
         { AliMpSegmentation::Instance()->GetMpSegmentation(detElemId,AliMp::kCath0),
           AliMpSegmentation::Instance()->GetMpSegmentation(detElemId,AliMp::kCath1)
         };
+        
+        fClusterFinder->SetChargeHints(recoParam->LowestPadCharge(),
+                                       recoParam->LowestClusterCharge());
+        
         if ( fClusterFinder->NeedSegmentation() )
         {
           fClusterFinder->Prepare(detElemId,pads,deArea,seg);