CMS 3D CMS Logo

Pythia8CUEP8S1Herapdf15LOSettings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythia8CUEP8S1herapdfSettingsBlock = cms.PSet(
4  pythia8CUEP8S1herapdfSettings = cms.vstring(
5  'Tune:pp 16',
6  'Tune:ee 3',
7  )
8 )
9