Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:03:36

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 pythia8PowhegEmissionVetoSettingsBlock = cms.PSet(
0004     pythia8PowhegEmissionVetoSettings = cms.vstring(
0005           'POWHEG:veto = 1',
0006           'POWHEG:pTdef = 1',
0007           'POWHEG:emitted = 0',
0008           'POWHEG:pTemt = 0',
0009           'POWHEG:pThard = 0',
0010           'POWHEG:vetoCount = 100',
0011           'SpaceShower:pTmaxMatch = 2',
0012           'TimeShower:pTmaxMatch = 2',
0013     )
0014 )