/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Configuration/Generator/python/HerwigppReshuffle_RestMostOffShell_cfi.py
11 строк
413 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 RestMostOffShell option # The most off-shell is put on shell by rescaling it and the recoiling system, the recoiling system is then put on-shell in its rest frame. herwigppReshuffleSettingsBlock = cms.PSet( hwpp_reshuffle_RestMostOffShell = cms.vstring( 'set /Herwig/Shower/KinematicsReconstructor:FinalStateReconOption RestMostOffShell', ), )