]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG2/KINK/AliResonanceKinkLikeSign.cxx
fixing warning reported by F.Antinori
[u/mrichter/AliRoot.git] / PWG2 / KINK / AliResonanceKinkLikeSign.cxx
index 7c5644f871810cbfb8c052a70ecb5157baac6db0..0f5cd4ac9f0a7c630931da56a9d26b6158191ef0 100644 (file)
@@ -321,7 +321,7 @@ Bool_t AliResonanceKinkLikeSign::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;
   }