CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
HerwigppPDF_NNPDF30_NLO_cfi Namespace Reference

Variables

tuple herwigppPDFSettingsBlock
 

Variable Documentation

tuple HerwigppPDF_NNPDF30_NLO_cfi.herwigppPDFSettingsBlock
Initial value:
1 = cms.PSet(
2 
3  # PDF for shower
4  hwpp_pdf_NNPDF30NLO = cms.vstring(
5  'create ThePEG::LHAPDF /Herwig/Partons/cmsPDFSet ThePEGLHAPDF.so', # cmsPDFSet Default name for shower PDF
6  'set /Herwig/Partons/cmsPDFSet:PDFName NNPDF30_nlo_as_0118.LHgrid',
7  'set /Herwig/Partons/cmsPDFSet:RemnantHandler /Herwig/Partons/HadronRemnants',
8  'set /Herwig/Particles/p+:PDF /Herwig/Partons/cmsPDFSet', # Use PDF in shower
9  'set /Herwig/Particles/pbar-:PDF /Herwig/Partons/cmsPDFSet',
10  ),
11 
12  # PDF for hard subprocess
13  hwpp_pdf_NNPDF30NLO_Hard = cms.vstring(
14  'create ThePEG::LHAPDF /Herwig/Partons/cmsHardPDFSet ThePEGLHAPDF.so', # cmsHardPDFSet Default name for hard subprocess PDF
15  'set /Herwig/Partons/cmsHardPDFSet:PDFName NNPDF30_nlo_as_0118.LHgrid',
16  'set /Herwig/Partons/cmsHardPDFSet:RemnantHandler /Herwig/Partons/HadronRemnants',
17  ),
18 )

Definition at line 5 of file HerwigppPDF_NNPDF30_NLO_cfi.py.