Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:13:54

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 pythiaDefaultBlock = cms.PSet(
0004     pythiaDefault = cms.vstring('PMAS(5,1)=4.8 ! b quark mass', 
0005         'PMAS(6,1)=172.3 ! t quark mass')
0006 )
0007