CMS 3D CMS Logo

Herwig7CH2TuneSettings_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 herwig7CH2SettingsBlock = cms.PSet(
4  herwig7CH2PDF = cms.vstring(
5  'cd /Herwig/Partons',
6  'create ThePEG::LHAPDF PDFSet_nnlo ThePEGLHAPDF.so',
7  'set PDFSet_nnlo:PDFName NNPDF31_nnlo_as_0118.LHgrid',
8  'set PDFSet_nnlo:RemnantHandler HadronRemnants',
9  'set /Herwig/Particles/p+:PDF PDFSet_nnlo',
10  'set /Herwig/Particles/pbar-:PDF PDFSet_nnlo',
11 
12  'set /Herwig/Partons/PPExtractor:FirstPDF PDFSet_nnlo',
13  'set /Herwig/Partons/PPExtractor:SecondPDF PDFSet_nnlo',
14 
15  'set /Herwig/Shower/ShowerHandler:PDFA PDFSet_nnlo',
16  'set /Herwig/Shower/ShowerHandler:PDFB PDFSet_nnlo',
17 
18  'create ThePEG::LHAPDF PDFSet_lo ThePEGLHAPDF.so',
19  'set PDFSet_lo:PDFName NNPDF31_lo_as_0118.LHgrid',
20  'set PDFSet_lo:RemnantHandler HadronRemnants',
21 
22  'set /Herwig/Shower/ShowerHandler:PDFARemnant PDFSet_lo',
23  'set /Herwig/Shower/ShowerHandler:PDFBRemnant PDFSet_lo',
24  'set /Herwig/Partons/MPIExtractor:FirstPDF PDFSet_lo',
25  'set /Herwig/Partons/MPIExtractor:SecondPDF PDFSet_lo',
26 
27  'cd /',
28  ),
29  herwig7CH2AlphaS = cms.vstring(
30  'cd /Herwig/Shower',
31  'set AlphaQCD:AlphaMZ 0.118',
32  'cd /'
33  ),
34  herwig7CH2MPISettings = cms.vstring(
35  'read snippets/SoftModel.in',
36  'set /Herwig/Hadronization/ColourReconnector:ReconnectionProbability 0.479',
37  'set /Herwig/UnderlyingEvent/MPIHandler:pTmin0 3.138',
38  'set /Herwig/UnderlyingEvent/MPIHandler:InvRadius 1.174',
39  'set /Herwig/UnderlyingEvent/MPIHandler:Power 0.1203',
40  'set /Herwig/Partons/RemnantDecayer:ladderPower -0.08',
41  'set /Herwig/Partons/RemnantDecayer:ladderNorm 0.95',
42  )
43 )