Geometry
MTDGeometryBuilder
python
idealForDigiMTDGeometry_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
import
Geometry.MTDGeometryBuilder.mtdGeometry_cfi
4
#
5
# This cff provides a TrackerGeometry with the label 'idealForDigi' that is for sure matching
6
# the ideal one and thus should be used in the digitisers.
7
#
8
idealForDigiMTDGeometry = Geometry.MTDGeometryBuilder.mtdGeometry_cfi.mtdGeometry.clone()
9
# The es_module providing fake (i.e. empty) alignment constants:
10
from
Alignment.CommonAlignmentProducer.fakeForIdealAlignmentProducer_cfi
import
*
11
# need to set to False, see below:
12
idealForDigiMTDGeometry.applyAlignment =
False
13
# Label of the produced TrackerGeometry:
14
idealForDigiMTDGeometry.appendToDataLabel =
'idealForDigi'
15
# Alignments are looked for with this label:
16
idealForDigiMTDGeometry.alignmentsLabel =
'fakeForIdeal'
fakeForIdealAlignmentProducer_cfi
mtdGeometry_cfi
Generated for CMSSW Reference Manual by
1.8.14