We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55106d9 commit 4319f1dCopy full SHA for 4319f1d
1 file changed
MC/config/PWGLF/pythia8/generator_pythia8_extraStrangeness.C
@@ -227,7 +227,7 @@ Double_t boltzPlusPower(const Double_t *x, const Double_t *p)
227
// OMEGA ABUNDANCE FIX
228
//Adjust relative abundance of multi-strange particles by injecting some
229
Double_t lExpectedOmegaToPion = TMath::Max(8.55057e-04 - 7.38732e-04*TMath::Exp(-nChargedParticlesAtMidRap/2.40545e+01) - 6.56785e-05,0.);
230
- Double_t lExpectedOmega = 5.0*nPionsAtMidRap*lExpectedOmegaToPion; // extra rich, factor 5
+ Double_t lExpectedOmega = 30.0*nPionsAtMidRap*lExpectedOmegaToPion; // extra rich, factor 30 (omega -> rarer -> smaller Nch bias -> ok to enrich more)
231
Int_t lOmegaYield = gRandom->Poisson(3*lExpectedOmega); //factor 3: fix the rapidity acceptance
232
m = 1.67245;
233
pdg = 3334;
0 commit comments