src
Geometry
TrackerGeometryBuilder
python
idealForDigiTrackerGeometryDB_cff.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
import
Geometry.TrackerGeometryBuilder.trackerGeometryDB_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
idealForDigiTrackerGeometry = Geometry.TrackerGeometryBuilder.trackerGeometryDB_cfi.trackerGeometryDB.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
idealForDigiTrackerGeometry.applyAlignment =
False
13
# Label of the produced TrackerGeometry:
14
idealForDigiTrackerGeometry.appendToDataLabel =
'idealForDigi'
15
# Alignments are looked for with this label:
16
idealForDigiTrackerGeometry.alignmentsLabel =
'fakeForIdeal'
fakeForIdealAlignmentProducer_cfi
trackerGeometryDB_cfi
Generated for CMSSW Reference Manual by
1.8.14