Skip to content

Commit

Permalink
Updated Generator with higher Xi pT reach (suitable for Lambda FD) an…
Browse files Browse the repository at this point in the history
…d tuned stat
  • Loading branch information
bianchil authored and gconesab committed Apr 22, 2021
1 parent 62d035c commit 20c86ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MC/CustomGenerators/PWGLF/Hijing_Str001.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ GeneratorCustom(TString opt)
TString optList[3] = {"a", "b", "c"};
Int_t ninjk0[3] = {10, 5, 1};
Int_t ninjla[3] = {10, 5, 1};
Int_t ninjxi[3] = {20, 8, 1};
Int_t ninjxi[3] = {40,16, 2};
Int_t ninjom[3] = {17, 4, 1};
Int_t iinj = 0;
for (Int_t iopt = 0; iopt < 3; iopt++)
Expand All @@ -15,7 +15,7 @@ GeneratorCustom(TString opt)
AliGenerator *hij = GeneratorHijing();
AliGenerator *ik0 = GeneratorInjector(ninjk0[iinj], 310, 0., 20., -0.7, 0.7);
AliGenerator *ila = GeneratorInjector(ninjla[iinj], sign * 3122, 0., 20., -0.7, 0.7);
AliGenerator *ixi = GeneratorInjector(ninjxi[iinj], sign * 3312, 0., 12., -0.7, 0.7);
AliGenerator *ixi = GeneratorInjector(ninjxi[iinj], sign * 3312, 0., 24., -0.7, 0.7);
AliGenerator *iom = GeneratorInjector(ninjom[iinj], sign * 3334, 0., 10., -0.7, 0.7);
ctl->AddGenerator(hij, "Hijing", 1.);
ctl->AddGenerator(ik0, "Injector (K0s)", 1.);
Expand Down

0 comments on commit 20c86ed

Please sign in to comment.