/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Configuration/Generator/python/HerwigppPDF_NNPDF30_NLO_cfi.py
22 строки
1 KB
Marco A. Harrendorf
HerwigPP: Updated PDF files
21 май 2015, 21:16
21 май 2015, 21:16
2731c08
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms #NNPDF30 PDF herwigppPDFSettingsBlock = cms.PSet( # PDF for shower hwpp_pdf_NNPDF30NLO = cms.vstring( 'create ThePEG::LHAPDF /Herwig/Partons/cmsPDFSet ThePEGLHAPDF.so', # cmsPDFSet Default name for shower PDF 'set /Herwig/Partons/cmsPDFSet:PDFName NNPDF30_nlo_as_0118.LHgrid', 'set /Herwig/Partons/cmsPDFSet:RemnantHandler /Herwig/Partons/HadronRemnants', 'set /Herwig/Particles/p+:PDF /Herwig/Partons/cmsPDFSet', # Use PDF in shower 'set /Herwig/Particles/pbar-:PDF /Herwig/Partons/cmsPDFSet', ), # PDF for hard subprocess hwpp_pdf_NNPDF30NLO_Hard = cms.vstring( 'create ThePEG::LHAPDF /Herwig/Partons/cmsHardPDFSet ThePEGLHAPDF.so', # cmsHardPDFSet Default name for hard subprocess PDF 'set /Herwig/Partons/cmsHardPDFSet:PDFName NNPDF30_nlo_as_0118.LHgrid', 'set /Herwig/Partons/cmsHardPDFSet:RemnantHandler /Herwig/Partons/HadronRemnants', ), )