Skip to content

Commit

Permalink
Merge pull request #6927 from covarell/prova71X
Browse files Browse the repository at this point in the history
Added block for Powheg emission veto
  • Loading branch information
cmsbuild committed Jan 27, 2015
2 parents 01c3bb0 + a31af22 commit a886b82
Showing 1 changed file with 14 additions and 0 deletions.
@@ -0,0 +1,14 @@
import FWCore.ParameterSet.Config as cms

pythia8PowhegEmissionVetoSettingsBlock = cms.PSet(
pythia8PowhegEmissionVetoSettings = cms.vstring(
'POWHEG:veto = 1',
'POWHEG:pTdef = 1',
'POWHEG:emitted = 0',
'POWHEG:pTemt = 0',
'POWHEG:pThard = 0',
'POWHEG:vetoCount = 100',
'SpaceShower:pTmaxMatch = 2',
'TimeShower:pTmaxMatch = 2',
)
)

0 comments on commit a886b82

Please sign in to comment.