Skip to content

Commit

Permalink
adding selection on child for powheg processes
Browse files Browse the repository at this point in the history
  • Loading branch information
michelepennisi authored and TimoWilken committed Jul 24, 2023
1 parent 33f2682 commit 3743937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PYTHIA6/AliPythia6/AliGenPythia.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ Int_t AliGenPythia::GenerateMB()
// Check if there is a ccbar or bbbar pair with at least one of the two
// in fYMin < y < fYMax

if (fProcess == kPyCharmppMNRwmi || fProcess == kPyBeautyppMNRwmi || fProcess == kPyHeavyFlavppMNRwmi || fProcess == kPyBeautyJets) {
if (fProcess == kPyCharmppMNRwmi || fProcess == kPyBeautyppMNRwmi || fProcess == kPyHeavyFlavppMNRwmi || fProcess == kPyBeautyJets || fProcess==kPyCharmPWHG || fProcess==kPyBeautyPWHG) {
TParticle *partCheck;
TParticle *mother;
Bool_t theQ=kFALSE,theQbar=kFALSE,inYcut=kFALSE;
Expand Down

0 comments on commit 3743937

Please sign in to comment.