Skip to content

Commit

Permalink
Count emission veto for internal partons
Browse files Browse the repository at this point in the history
  • Loading branch information
mseidel42 committed May 16, 2017
1 parent 8cf9bd3 commit 0fdfecb
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -657,6 +657,11 @@ bool Pythia8Hadronizer::generatePartonsAndHadronize()
event()->weights().push_back(wgt);
}
}

if (fEmissionVetoHook) {
nISRveto += fEmissionVetoHook->getNISRveto();
nFSRveto += fEmissionVetoHook->getNFSRveto();
}

return true;

Expand Down

0 comments on commit 0fdfecb

Please sign in to comment.