Variables | |
tuple | generator |
00001 cms.EDFilter("Herwig6HadronizerFilter", 00002 comEnergy = cms.double(7000.0), 00003 crossSection = cms.untracked.double(5604.), 00004 doMPInteraction = cms.bool(True), 00005 emulatePythiaStatusCodes = cms.untracked.bool(True), 00006 filterEfficiency = cms.untracked.double(1.0), 00007 herwigHepMCVerbosity = cms.untracked.bool(False), 00008 herwigVerbosity = cms.untracked.int32(0), 00009 lhapdfSetPath = cms.untracked.string(''), 00010 maxEventsToPrint = cms.untracked.int32(0), 00011 printCards = cms.untracked.bool(False), 00012 useJimmy = cms.bool(True), 00013 00014 HerwigParameters = cms.PSet( 00015 herwigUEsettings = cms.vstring( 00016 'JMUEO = 1 ! multiparton interaction model', 00017 'PTJIM = 4.449 ! 2.8x(sqrt(s)/1.8TeV)^0.27 @ 10 TeV', 00018 'JMRAD(73) = 1.8 ! inverse proton radius squared', 00019 'PRSOF = 0.0 ! prob. of a soft underlying event', 00020 'MAXER = 1000000 ! max error' 00021 ), 00022 herwigMcatnlo = cms.vstring( 00023 'PTMIN = 0.5 ! minimum pt in hadronic jet' 00024 ), 00025 parameterSets = cms.vstring('herwigUEsettings', 00026 'herwigMcatnlo') 00027 ) 00028 )
Definition at line 3 of file WplusToMuNu_7TeV_mcatnlo_cff.py.