/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimulation/TrackerSetup/python/TrackerInteractionGeometryESProducer_cfi.py
14 строк
592 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) from FastSimulation.TrackerSetup.TrackerMaterial_cfi import * TrackerInteractionGeometryESProducer = cms.ESProducer("TrackerInteractionGeometryESProducer", TrackerMaterialBlock ) # The same as above but with a misaligned tracker geometry (for the simulation) misalignedTrackerInteractionGeometry = cms.ESProducer("TrackerInteractionGeometryESProducer", TrackerMaterialBlock, trackerGeometryLabel = cms.untracked.string('MisAligned'), appendToDataLabel = cms.string('MisAligned') )