CMS 3D CMS Logo

pythiaDefault_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 pythiaDefaultBlock = cms.PSet(
4  pythiaDefault = cms.vstring('PMAS(5,1)=4.8 ! b quark mass',
5  'PMAS(6,1)=172.3 ! t quark mass')
6 )
7