Skip to content

Commit

Permalink
high mult trigger thesh modified for HMSPD
Browse files Browse the repository at this point in the history
  • Loading branch information
cterrevo committed Aug 5, 2019
1 parent 100aa0d commit 991d558
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 991d558

Please sign in to comment.