/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Configuration/Generator/python/HerwigppPDF_MRST2001_LO_cfi.py
31 строка
1 KB
Marco A. Harrendorf
HerwigPP: Updated PDF files
21 май 2015, 21:16
21 май 2015, 21:16
2731c08
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # Default pdf for Herwig++ 2.3 herwigppPDFSettingsBlock = cms.PSet( hwpp_pdf_MRST2001_Common = cms.vstring( '+hwpp_ue_V23', # Default tune from 2.3 see HerwigppUE_V23 # /Herwig/Partons 'create Herwig::MRST /Herwig/Partons/MRST2001 HwMRST.so', 'setup /Herwig/Partons/MRST2001 ${HERWIGPATH}/PDF/mrst/2001/lo2002.dat', 'set /Herwig/Partons/MRST2001:RemnantHandler /Herwig/Partons/HadronRemnants', ), # PDF for shower hwpp_pdf_MRST2001 = cms.vstring( '+hwpp_pdf_MRST2001_Common', 'cp /Herwig/Partons/MRST2001 /Herwig/Partons/cmsPDFSet', # cmsPDFSet Default name for shower PDF # cd /Herwig/Particles '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_MRST2001_Hard = cms.vstring( '+hwpp_pdf_MRST2001_Common', 'cp /Herwig/Partons/MRST2001 /Herwig/Partons/cmsHardPDFSet', # cmsHardPDFSet Default name for hard subprocess PDF ), )