Line Code
1 2 3 4 5 6 7 8 9 10 11 12 13 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',
    )
)