Skip to content

Commit

Permalink
Update generator_pythia8_syntheFlowXi.C
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobrigk authored Nov 10, 2024
1 parent f139a34 commit c24e2b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MC/config/PWGLF/pythia8/generator_pythia8_syntheFlowXi.C
Original file line number Diff line number Diff line change
Expand Up @@ -66,15 +66,15 @@ public:

fLVHelper = std::make_unique<TLorentzVector>();

fSpectrumXi = std::make_unique<TF1>("fSpectrumXi", this, &GeneratorPythia8ExtraStrangeness::boltzPlusPower, 0., genMaxPt, 5, "GeneratorPythia8ExtraStrangeness", "boltzPlusPower");
fSpectrumXi = std::make_unique<TF1>("fSpectrumXi", this, &GeneratorPythia8SyntheFlowXi::boltzPlusPower, 0., genMaxPt, 5, "GeneratorPythia8ExtraStrangeness", "boltzPlusPower");

fSpectrumXi->FixParameter(0, 1.32171);
fSpectrumXi->FixParameter(1, 4.84e-1);
fSpectrumXi->FixParameter(2, 111.9);
fSpectrumXi->FixParameter(3, -2.56511e+00);
fSpectrumXi->FixParameter(4, 1.14011e-04);

fSpectrumOm = std::make_unique<TF1>("fSpectrumOm", this, &GeneratorPythia8ExtraStrangeness::boltzPlusPower, 0., genMaxPt, 5, "GeneratorPythia8ExtraStrangeness", "boltzPlusPower");
fSpectrumOm = std::make_unique<TF1>("fSpectrumOm", this, &GeneratorPythia8SyntheFlowXi::boltzPlusPower, 0., genMaxPt, 5, "GeneratorPythia8ExtraStrangeness", "boltzPlusPower");

fSpectrumOm->FixParameter(0, 1.67245e+00);
fSpectrumOm->FixParameter(1, 5.18174e-01);
Expand Down

0 comments on commit c24e2b6

Please sign in to comment.