]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - RICH/AliRICHTracker.cxx
Cerenkov rings are displayed in event display
[u/mrichter/AliRoot.git] / RICH / AliRICHTracker.cxx
index f2c2e0a67006ded834071e6c82e83c47a838e7ca..af0a1ede46999a10c5def4e5cdd726ac0c9939b7 100644 (file)
@@ -71,7 +71,7 @@ void AliRICHTracker::RecWithESD(AliESD *pESD)
 
     Double_t thetaCerenkov=recon.ThetaCerenkov(); //search for mean Cerenkov angle for this track
     
-    pTrack->SetRICHcluster(iMipId);
+    pTrack->SetRICHcluster(iMipId+100000*iChamber);
     pTrack->SetRICHdxdy(distX,distY);
     pTrack->SetRICHthetaPhi(helix.Ploc().Theta(),helix.Ploc().Phi());
     pTrack->SetRICHsignal(thetaCerenkov);