Skip to content

Commit

Permalink
pT hard bin setting for all cases in GeneratorPythia6Heavy
Browse files Browse the repository at this point in the history
  • Loading branch information
miweberSMI committed Aug 25, 2017
1 parent a6d4fbe commit 8561b26
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MC/GeneratorConfig.C
Original file line number Diff line number Diff line change
Expand Up @@ -558,9 +558,11 @@ GeneratorPythia6Heavy(Int_t process, Int_t decay, Int_t tune, Bool_t HFonly)
break;
case kPythia6HeavyDecay_All:
pythia->SetHeavyQuarkYRange(-1.5, 1.5);
pythia->SetPtHard(pthardminConfig, pthardmaxConfig); // Pt transfer of the hard scattering
break;
}
//
// Pt transfer of the hard scattering (set for all cases)
pythia->SetPtHard(pthardminConfig, pthardmaxConfig);
//
if (HFonly)
pythia->SetStackFillOpt(AliGenPythia::kHeavyFlavor);
Expand Down

0 comments on commit 8561b26

Please sign in to comment.