/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Configuration/Generator/python/HerwigppReshuffle_Recursive_cfi.py
11 строк
407 B
Marco A. Harrendorf
Herwigpp: Fixed bug in Reshuffling options
18 июн 2015, 13:03
18 июн 2015, 13:03
4c18392
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # Reshuffling using Recursive option # Recursively put on shell by putting the most off-shell particle which hasn't been rescaled on-shell by rescaling the particles and the recoiling system. herwigppReshuffleSettingsBlock = cms.PSet( hwpp_reshuffle_Recursive = cms.vstring( 'set /Herwig/Shower/KinematicsReconstructor:FinalStateReconOption Recursive', ), )