CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/GeneratorInterface/Pythia6Interface/python/pythiaDefault_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 pythiaDefaultBlock = cms.PSet(
00004     pythiaDefault = cms.vstring('PMAS(5,1)=4.8 ! b quark mass', 
00005         'PMAS(6,1)=172.3 ! t quark mass')
00006 )
00007