File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ Double_t boltzPlusPower(const Double_t *x, const Double_t *p)
227227 // OMEGA ABUNDANCE FIX
228228 //Adjust relative abundance of multi-strange particles by injecting some
229229 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
230+ Double_t lExpectedOmega = 30 .0* nPionsAtMidRap * lExpectedOmegaToPion ; // extra rich, factor 30 (omega -> rarer -> smaller Nch bias -> ok to enrich more)
231231 Int_t lOmegaYield = gRandom -> Poisson (3 * lExpectedOmega ); //factor 3: fix the rapidity acceptance
232232 m = 1.67245 ;
233233 pdg = 3334 ;
You can’t perform that action at this time.
0 commit comments