CMS 3D CMS Logo

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

Variables

tuple herwigppPDFSettingsBlock
 

Variable Documentation

tuple HerwigppPDF_MRST2001_LO_cfi.herwigppPDFSettingsBlock
Initial value:
1 = cms.PSet(
2 
3  hwpp_pdf_MRST2001_Common = cms.vstring(
4  '+hwpp_ue_V23', # Default tune from 2.3 see HerwigppUE_V23
5  # /Herwig/Partons
6  'create Herwig::MRST /Herwig/Partons/MRST2001 HwMRST.so',
7  'setup /Herwig/Partons/MRST2001 ${HERWIGPATH}/PDF/mrst/2001/lo2002.dat',
8  'set /Herwig/Partons/MRST2001:RemnantHandler /Herwig/Partons/HadronRemnants',
9  ),
10 
11  # PDF for shower
12  hwpp_pdf_MRST2001 = cms.vstring(
13  '+hwpp_pdf_MRST2001_Common',
14  'cp /Herwig/Partons/MRST2001 /Herwig/Partons/cmsPDFSet', # cmsPDFSet Default name for shower PDF
15  # cd /Herwig/Particles
16  'set /Herwig/Particles/p+:PDF /Herwig/Partons/cmsPDFSet', # Use PDF in shower
17  'set /Herwig/Particles/pbar-:PDF /Herwig/Partons/cmsPDFSet',
18 
19  ),
20 
21  # PDF for hard subprocess
22  hwpp_pdf_MRST2001_Hard = cms.vstring(
23  '+hwpp_pdf_MRST2001_Common',
24  'cp /Herwig/Partons/MRST2001 /Herwig/Partons/cmsHardPDFSet', # cmsHardPDFSet Default name for hard subprocess PDF
25  ),
26 
27 )

Definition at line 5 of file HerwigppPDF_MRST2001_LO_cfi.py.