Skip to content

Commit

Permalink
Merge pull request #294 from cterrevo/master
Browse files Browse the repository at this point in the history
high mult trigger thesh modified for HMSPD
  • Loading branch information
miweberSMI authored Aug 8, 2019
2 parents 872fd14 + 991d558 commit 50784f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GeneratorCustom(TString opt = "")
AliGenCocktail *ctl = GeneratorCocktail("Perugia2011_HF");
//
AliGenerator *phf = GeneratorPythia6Heavy(process[iprocess], decay[idecay], kPythia6Tune_Perugia2011, kFALSE);
((AliGenPythia*)phf)->SetTriggerChargedMultiplicity(60, 1.2);
((AliGenPythia*)phf)->SetTriggerChargedMultiplicity(40, 1.2);
ctl->AddGenerator(phf, label[iprocess][idecay], 1.);
printf(">>>>> added HF generator %s \n", label[iprocess][idecay]);
// add pi0 and eta enhancement
Expand Down

0 comments on commit 50784f5

Please sign in to comment.