CMS 3D CMS Logo

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

Variables

tuple herwigppPDFSettingsBlock
 

Variable Documentation

tuple HerwigppPDF_MRST2008_LO_cfi.herwigppPDFSettingsBlock
Initial value:
1 = cms.PSet(
2 
3  # PDF for shower
4  hwpp_pdf_MRST2008LO = cms.vstring(
5  '+hwpp_ue_V24', # Default tune from 2.4, see HerwigppUE_V24
6  'cp /Herwig/Partons/MRST /Herwig/Partons/cmsPDFSet', # cmsPDFSet Default name for shower PDF
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_MRST2008LO_Hard = cms.vstring(
14  '+hwpp_ue_V24', # Default tune from 2.4, see HerwigppUE_V24
15  'cp /Herwig/Partons/MRST /Herwig/Partons/cmsHardPDFSet', # cmsHardPDFSet Default name for hard subprocess PDF
16  'set /Herwig/Partons/cmsHardPDFSet:RemnantHandler /Herwig/Partons/HadronRemnants',
17  ),
18 )

Definition at line 5 of file HerwigppPDF_MRST2008_LO_cfi.py.