00001 import FWCore.ParameterSet.Config as cms 00002 00003 # 00004 # This cfi should be included to build the Tracker geometry model. 00005 # 00006 # GF would like to have a shorter name (e.g. TrackerGeometry), but since originally 00007 # there was no name, replace statements in other configs would not work anymore... 00008 TrackerDigiGeometryESModule = cms.ESProducer("TrackerDigiGeometryESModule", 00009 appendToDataLabel = cms.string(''), 00010 fromDDD = cms.bool(True), 00011 applyAlignment = cms.bool(True), # to be abondoned 00012 00013 alignmentsLabel = cms.string('') 00014 ) 00015 00016