]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackLight.cxx
Update to fix the fact that AliRawReader::Create does not work correctly in online...
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackLight.cxx
index 8ed53348da27372b09ca8194a5dbe7739cbc62ee..277cc2f178fbdc4c144feb3fda49646c2b651cca 100644 (file)
@@ -234,7 +234,7 @@ TParticle* AliMUONTrackLight::FindRefTrack(
       
     if (compTrack) {
       compPart++;
-      Int_t trackID = trackRef->GetTrackID();
+      Int_t trackID = trackRef->GetUniqueID();
       this->SetTrackPythiaLine(trackID);
       part = stack->Particle(trackID);
       fTrackPDGCode = part->GetPdgCode();