Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003
00004
00005
00006
00007
00008
00009 CSCGeometryESModule = cms.ESProducer("CSCGeometryESModule",
00010 appendToDataLabel = cms.string(''),
00011 debugV = cms.untracked.bool(False),
00012 useGangedStripsInME1a = cms.bool(True),
00013 alignmentsLabel = cms.string(''),
00014 useOnlyWiresInME1a = cms.bool(False),
00015 useRealWireGeometry = cms.bool(True),
00016 useCentreTIOffsets = cms.bool(False),
00017 applyAlignment = cms.bool(True),
00018 useDDD = cms.bool(False)
00019 )