Skip to content

Commit

Permalink
Merge pull request #571 from aborquez/sexaquark-fix
Browse files Browse the repository at this point in the history
Bugfix HIJING + anti-sexaquark + anti-neutrons gen.
  • Loading branch information
gconesab authored Mar 22, 2024
2 parents 2fbf19d + c523c60 commit 77d3997
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/CustomGenerators/PWGLF/Hijing_Sexaquark.C
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ AliGenerator *GeneratorCustom(TString opt = "") {

AliGenSexaquarkReaction *sr = new AliGenSexaquarkReaction(20, mass_sexaquark, reaction_channel);
sr->SetPtRange(0., 5.); // GeV/c
sr->SetPhiRange(0., 2 * TMath::Pi()); // radians
sr->SetPhiRange(0., 360.); // degrees
sr->SetYRange(-0.8, 0.8);
sr->SetRadiusRange(5., 180.); // cm

Expand Down

0 comments on commit 77d3997

Please sign in to comment.