]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/ConfigPPR.C
Update generator configuration with new nmaes for constants from EVGEN.
[u/mrichter/AliRoot.git] / macros / ConfigPPR.C
index 2bc5e0207126642e4402572a837a778b7a0fe0d3..016e14333564d07e22f43143438c7e20ce805432 100644 (file)
@@ -17,7 +17,7 @@ void Config()
   //
   // Set External decayer
   AliDecayer* decayer = new AliDecayerPythia();
-  decayer->SetForceDecay(all);
+  decayer->SetForceDecay(kAll);
   decayer->Init();
   gMC->SetExternalDecayer(decayer);