Skip to content

Commit

Permalink
New MC generator for eta prime studies
Browse files Browse the repository at this point in the history
  • Loading branch information
fkellere committed Jun 25, 2019
1 parent d7ca690 commit 95fb045
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 95fb045

Please sign in to comment.