/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimulation/ParticlePropagator/python/MagneticFieldMapESProducer_cfi.py
10 строк
437 B
Giulio Eulisse
Snapshot of CMSSW_6_2_0_pre8.
26 июн 2013, 18:12
26 июн 2013, 18:12
214ab73
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms # With an ideal geometry (for the reconstruction) MagneticFieldMapESProducer = cms.ESProducer("MagneticFieldMapESProducer") # The same as above but with a misaligned tracker geometry (for the simulation) misalignedMagneticFieldMap = cms.ESProducer("MagneticFieldMapESProducer", trackerGeometryLabel = cms.untracked.string('MisAligned'), appendToDataLabel = cms.string('MisAligned') )