CMS 3D CMS Logo

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