CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
HerwigppReweight_PtHat_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 # Reweight using pTHat
4 
5 herwigppReweightSettingsBlock = cms.PSet(
6 
7  hwpp_reweight_Pthat = cms.vstring(
8  'mkdir /Herwig/Weights',
9  'create ThePEG::ReweightMinPT /Herwig/Weights/reweightMinPT ReweightMinPT.so',
10  'set /Herwig/Weights/reweightMinPT:Power 4.5',
11  'set /Herwig/Weights/reweightMinPT:Scale 15*GeV',
12  'insert /Herwig/MatrixElements/SimpleQCD:Reweights[0] /Herwig/Weights/reweightMinPT',
13  ),
14 )
15