]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Compilation warning
authormasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 May 2007 16:24:45 +0000 (16:24 +0000)
committermasera <masera@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 15 May 2007 16:24:45 +0000 (16:24 +0000)
ITS/AliITSVertexer.cxx

index ccb8bcb896055ffda018ead9904e8b0cc5392450..5f1d5b75972faf99a82d83cc55cfcad657777674 100644 (file)
@@ -117,7 +117,7 @@ void AliITSVertexer::FindMultiplicity(Int_t evnumber){
     tht[i] = multReco->GetTracklet(i)[0];
     phi[i] =  multReco->GetTracklet(i)[1];
     dphi[i] = multReco->GetTracklet(i)[2];
-    labels[i] = multReco->GetTracklet(i)[3];
+    labels[i] = static_cast<Int_t>(multReco->GetTracklet(i)[3]);
   }
   Int_t nosingleclus=multReco->GetNSingleClusters();
   Float_t *ths = new Float_t [nosingleclus];