/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimulation/Calorimetry/python/ECALResponse_cfi.py
9 строк
327 B
Knut Kiesel
renaming interpolation option to make clear that an interpolation in 3d is done
31 авг 2015, 17:45
31 авг 2015, 17:45
77d086a
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms ECALScaleBlock = cms.PSet( ECALResponseScaling = cms.PSet( fileName = cms.untracked.string("FastSimulation/Calorimetry/data/scaleECALFastsim.root"), histogramName = cms.untracked.string("scaleVsEVsEta"), interpolate3D = cms.untracked.bool(False) ) )