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