CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pythia8PowhegEmissionVetoSettings_cfi.py
Go to the documentation of this file.
2 
3 pythia8PowhegEmissionVetoSettingsBlock = cms.PSet(
4  pythia8PowhegEmissionVetoSettings = cms.vstring(
5  'POWHEG:veto = 1',
6  'POWHEG:pTdef = 1',
7  'POWHEG:emitted = 0',
8  'POWHEG:pTemt = 0',
9  'POWHEG:pThard = 0',
10  'POWHEG:vetoCount = 100',
11  'SpaceShower:pTmaxMatch = 2',
12  'TimeShower:pTmaxMatch = 2',
13  )
14 )