Skip to content

Commit

Permalink
PWGGA: fix to eta prime biased JJ MC generator
Browse files Browse the repository at this point in the history
  • Loading branch information
EwaGlimos committed May 14, 2024
1 parent 77d3997 commit b495fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/CustomGenerators/PWGGA/Pythia8JJ_EtaPrime.C
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AliGenerator* GeneratorCustom(TString opt = ""){
AliGenerator *gen = GeneratorPythia8JetsParticleTrg(kPythia8Tune_Monash2013,kCalorimeterAcceptance_FullDetector,331,1.2);

// settings
((AliGenPythia*) gen)->SetForceDecay(kEtaPrime);
gen->SetForceDecay(kEtaPrime);

return gen;

Expand Down

0 comments on commit b495fac

Please sign in to comment.