/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
FastSimulation/Configuration/python/TrackerRecoGeometryESProducer_cfi.py
8 строк
374 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 from RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi import * # The same as above but with a misaligned tracker geometry misalignedGeomSearchTracker = cms.ESProducer("TrackerRecoGeometryESProducer", trackerGeometryLabel = cms.untracked.string('MisAligned'), appendToDataLabel = cms.string('MisAligned') )