CMS 3D CMS Logo

idealForDigiTrackerGeometryDB_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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:
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'