Skip to content

Commit

Permalink
Add maximum lifetime (previously default 1.e-15)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgrosa authored and fprino committed Aug 28, 2020
1 parent e424ef6 commit 0cc2872
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ AliGenerator *GeneratorCustom(TString opt = "")
AliGenPythiaPlus* pyth = (AliGenPythiaPlus*)GeneratorPythia8(kPythia8Tune_Monash2013);
pyth->SetProcess(process[iprocess]);
pyth->SetHeavyQuarkYRange(-1.5, 1.5);
pyth->SetMaximumLifetime(0.7);
if(channelOption >= 1) {
pyth->SetTriggerParticle(sign * triggerPart, 999);
}
Expand Down

0 comments on commit 0cc2872

Please sign in to comment.