From 2d9f9817af9bc378c481cae034cf5fe8ac0b21c2 Mon Sep 17 00:00:00 2001 From: morsch Date: Mon, 8 May 2006 09:35:26 +0000 Subject: [PATCH] fAProjectile and fATarget --- PYTHIA6/AliGenPythia.cxx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PYTHIA6/AliGenPythia.cxx b/PYTHIA6/AliGenPythia.cxx index a488c76033b..3c19f929cde 100644 --- a/PYTHIA6/AliGenPythia.cxx +++ b/PYTHIA6/AliGenPythia.cxx @@ -69,6 +69,7 @@ AliGenPythia::AliGenPythia() SetQuench(); SetHadronisation(); SetTriggerParticle(); + SetNuclei(0,0); fSetNuclei = kFALSE; fNewMIS = kFALSE; fHFoff = kFALSE; @@ -117,6 +118,7 @@ AliGenPythia::AliGenPythia(Int_t npart) SetHadronisation(); SetPtKick(); SetTriggerParticle(); + SetNuclei(0,0); // Options determining what to keep in the stack (Heavy flavour generation) fStackFillOpt = kFlavorSelection; // Keep particle with selected flavor fFeedDownOpt = kTRUE; // allow feed down from higher family -- 2.43.0