CMS 3D CMS Logo

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

Variables

tuple herwigppPDFSettingsBlock
 

Variable Documentation

tuple HerwigppPDF_CT10_LO_cfi.herwigppPDFSettingsBlock
Initial value:
1 = cms.PSet(
2 
3  # PDF for shower
4  hwpp_pdf_CT10 = cms.vstring(
5  'create ThePEG::LHAPDF /Herwig/Partons/cmsPDFSet ThePEGLHAPDF.so', # cmsPDFSet Default name for shower PDF
6  'set /Herwig/Partons/cmsPDFSet:PDFName CT10.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_CT10_Hard = cms.vstring(
14  'cd /Herwig/Partons',
15  'create ThePEG::LHAPDF /Herwig/Partons/cmsHardPDFSet ThePEGLHAPDF.so', # cmsHardPDFSet Default name for hard subprocess PDF
16  'set /Herwig/Partons/cmsHardPDFSet:PDFName CT10.LHgrid',
17  'set /Herwig/Partons/cmsHardPDFSet:RemnantHandler /Herwig/Partons/HadronRemnants',
18  ),
19 
20 )

Definition at line 5 of file HerwigppPDF_CT10_LO_cfi.py.