Skip to content

Commit

Permalink
bugfix: SetPhiRange now it's called with the correct units
Browse files Browse the repository at this point in the history
  • Loading branch information
aborquez committed Mar 22, 2024
1 parent 2fbf19d commit c523c60
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 c523c60

Please sign in to comment.