CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/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