/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimulation/TrajectoryManager/python/ActivateDecays_cfi.py
10 строк
325 B
Lukas
get rid of option to use pythia6 to decay particles in FastSim
13 янв 2015, 17:17
13 янв 2015, 17:17
286e6df
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms ActivateDecaysBlock = cms.PSet( ActivateDecays = cms.PSet( ActivateDecays = cms.bool(True), # Maximum angle to associate a charged daughter to a charged mother # Mostly done to associate muons to decaying pions DistCut = cms.double(0.02) ) )