Skip to content

Commit

Permalink
Merge pull request #270 from fkellere/master
Browse files Browse the repository at this point in the history
New MC generator for eta prime studies
  • Loading branch information
miweberSMI authored Jul 16, 2019
2 parents 71b0a81 + 95fb045 commit a8ff972
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions MC/CustomGenerators/PWGGA/PythiaEtaPrime.C
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
AliGenerator* GeneratorCustom(TString opt = ""){

// Pythia
AliGenPythiaPlus *pythia = (AliGenPythiaPlus*)GeneratorPythia6(kPythia6Tune_Perugia2011,331,1.2);

// settings
pythia->SetForceDecay(kEtaPrime);

return pythia;

}

0 comments on commit a8ff972

Please sign in to comment.