]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TEvtGen/AliGenEvtGen.cxx
Changes needed for MC production of J/psi from B with radiative decays
[u/mrichter/AliRoot.git] / TEvtGen / AliGenEvtGen.cxx
index e3a1bfd9d192fe6955b64d1a4413c8cf4e8d9ef9..c1d70ad1bb43f86baa93f038260b745ae520358d 100644 (file)
@@ -130,7 +130,7 @@ void AliGenEvtGen::Generate()
   //check if particle is already decayed by Pythia  
   if(part->GetStatusCode() != 1 || part->GetNDaughters()>0) 
     {
-    Info("AliGenEvtGen","Attention: particle %d is already decayed by Pythia!",pdg); 
+    AliDebug(1,Form("Attention: particle %d is already decayed by Pythia!",pdg));
     continue;
     }