Skip to content

Commit

Permalink
Properly deal with tune settings in Pythia8
Browse files Browse the repository at this point in the history
  • Loading branch information
preghenella committed Apr 12, 2017
1 parent 0bb2a09 commit 17466d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MC/GeneratorConfig.C
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ GeneratorPythia8(Int_t tune, Int_t pdgtrig, Float_t etatrig)
// Tune
if (tune > 0) {
comment = comment.Append(Form(" | tune %d", tune));
(AliPythia8::Instance())->ReadString(Form("Tune:pp = %d", tune));
pythia->SetTune(tune);
}
//
// Trigger particles
Expand Down

0 comments on commit 17466d5

Please sign in to comment.