/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Configuration/Generator/python/HerwigppReweight_Constant_cfi.py
13 строк
412 B
Marco A. Harrendorf
Herwigpp: Fixed bug in reweighting
18 июн 2015, 13:44
18 июн 2015, 13:44
c29d023
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # Reweight using constant herwigppReweightSettingsBlock = cms.PSet( hwpp_reweight_Constant = cms.vstring( 'mkdir /Herwig/Weights', 'create ThePEG::ReweightConstant /Herwig/Weights/reweightConstant ReweightConstant.so', 'set /Herwig/Weights/reweightConstant:C 1', 'insert /Herwig/MatrixElements/SimpleQCD:Reweights[0] /Herwig/Weights/reweightConstant', ), )