]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveBase/AliEveTrack.cxx
Fix compilation warnings.
[u/mrichter/AliRoot.git] / EVE / EveBase / AliEveTrack.cxx
index 5b7835718e576acc5e844d77ceea9553922ce0dc..f2fc102665807301021257a2f3bcdee7311c74f3 100644 (file)
@@ -61,7 +61,7 @@ AliEveTrack::AliEveTrack(AliESDtrack* t, TEveTrackPropagator* prop) :
   Double_t ep = t->GetP(), mc = t->GetMass();
   fBeta = ep/TMath::Sqrt(ep*ep + mc*mc);
   // fPdg = 0; // ??? Use PID ?
-  fCharge= t->GetSign();
+  fCharge = (Double_t) t->GetSign();
   
   fLabel = t->GetLabel();
   fIndex = t->GetID();