]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/alice-macros/kine_tracks.C
addressing coverity warnings: now checking return value of fscanf
[u/mrichter/AliRoot.git] / EVE / alice-macros / kine_tracks.C
index 5775b1464b03374f4a03e4b4ef5a1aebb299e592..08d38c68b2364c07f7b9fc5573c8ba1577e8f6c1 100644 (file)
@@ -294,7 +294,7 @@ kine_track(Int_t  label,
     if (cont == 0)
     {
       TEveTrackList* tlist = new TEveTrackList
-       (Form("Kinematics of %d", label, p->GetNDaughters()));
+       (Form("Kinematics of %d %d", label, p->GetNDaughters()));
       cont = tlist;
 
       TEveTrackPropagator* trkProp = tlist->GetPropagator();