/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Configuration/Generator/python/HerwigppReshuffle_MostOffShell_cfi.py
11 строк
400 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 MostOffShell option # All particles put on the new-mass shell and then the most off-shell and recoiling system are rescaled to ensure 4-momentum is conserved. herwigppReshuffleSettingsBlock = cms.PSet( hwpp_reshuffle_MostOffShell = cms.vstring( 'set /Herwig/Shower/KinematicsReconstructor:FinalStateReconOption MostOffShell', ), )