CMS 3D CMS Logo

idealForDigiMTDGeometryDB_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 import Geometry.MTDGeometryBuilder.mtdGeometryDB_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.mtdGeometryDB_cfi.mtdGeometryDB.clone()
9 # The es_module providing fake (i.e. empty) alignment constants:
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'