/
githubmirror
/
cmssw
Обзор
Документация
Войти
/
githubmirror
/
cmssw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Geometry/MTDGeometryBuilder/python/idealForDigiMTDGeometryDB_cff.py
16 строк
777 B
lgray
Part 1 of MTD Tracking Integration: Topologies and Geometries
29 авг 2018, 22:38
29 авг 2018, 22:38
b2af0d9
Код
Авторство
О чём код?
import FWCore.ParameterSet.Config as cms import Geometry.MTDGeometryBuilder.mtdGeometryDB_cfi # # This cff provides a TrackerGeometry with the label 'idealForDigi' that is for sure matching # the ideal one and thus should be used in the digitisers. # idealForDigiMTDGeometry = Geometry.MTDGeometryBuilder.mtdGeometryDB_cfi.mtdGeometryDB.clone() # The es_module providing fake (i.e. empty) alignment constants: from Alignment.CommonAlignmentProducer.fakeForIdealAlignmentProducer_cfi import * # need to set to False, see below: idealForDigiMTDGeometry.applyAlignment = False # Label of the produced TrackerGeometry: idealForDigiMTDGeometry.appendToDataLabel = 'idealForDigi' # Alignments are looked for with this label: idealForDigiMTDGeometry.alignmentsLabel = 'fakeForIdeal'