From 1b9fef1cf8bbce0100e127914802c39b5afdd970 Mon Sep 17 00:00:00 2001 From: masera Date: Tue, 15 May 2007 16:24:45 +0000 Subject: [PATCH] Compilation warning --- ITS/AliITSVertexer.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ITS/AliITSVertexer.cxx b/ITS/AliITSVertexer.cxx index ccb8bcb8960..5f1d5b75972 100644 --- a/ITS/AliITSVertexer.cxx +++ b/ITS/AliITSVertexer.cxx @@ -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(multReco->GetTracklet(i)[3]); } Int_t nosingleclus=multReco->GetNSingleClusters(); Float_t *ths = new Float_t [nosingleclus]; -- 2.43.0