]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/KINK/AliResonanceKink.cxx
fixing warning reported by F.Antinori
[u/mrichter/AliRoot.git] / PWG2 / KINK / AliResonanceKink.cxx
index e71b3d1293150cbd633b464a904b40ab72432df0..5e95b2f7d7c3ce61f08896470af3a3a81c716537 100644 (file)
@@ -799,7 +799,7 @@ Bool_t AliResonanceKink::IsAcceptedForTrack(AliESDEvent *localesd,
   } 
 
   if(nClustersTPC < fMinTPCclusters) {
-      if (fDebug > 1) Printf("IsAccepted: Track rejected because it has a value of nclusters (TPC) of %ld (min. requested: %ld)", nClustersTPC, fMinTPCclusters);
+      if (fDebug > 1) Printf("IsAccepted: Track rejected because it has a value of nclusters (TPC) of %d (min. requested: %d)", nClustersTPC, fMinTPCclusters);
       return kFALSE;
   }