CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Pythia8aMCatNLOSettings_cfi.py
Go to the documentation of this file.
2 
3 pythia8aMCatNLOSettingsBlock = cms.PSet(
4  pythia8aMCatNLOSettings = cms.vstring(
5  'SpaceShower:pTmaxMatch = 1',
6  'SpaceShower:pTmaxFudge = 1',
7  'SpaceShower:MEcorrections = off',
8  'TimeShower:pTmaxMatch = 1',
9  'TimeShower:pTmaxFudge = 1',
10  'TimeShower:MEcorrections = off',
11  'TimeShower:globalRecoil = on',
12  'TimeShower:limitPTmaxGlobal = on',
13  'TimeShower:nMaxGlobalRecoil = 1',
14  'TimeShower:globalRecoilMode = 2',
15  'TimeShower:nMaxGlobalBranch = 1',
16  )
17 )