File indexing completed on 2023-11-06 23:37:58
0001 import FWCore.ParameterSet.Config as cms
0002
0003 CSCGeometryESModule = cms.ESProducer('CSCGeometryESModule',
0004 fromDDD = cms.bool(True),
0005 fromDD4hep = cms.bool(False),
0006 alignmentsLabel = cms.string(''),
0007 appendToDataLabel = cms.string(''),
0008 useRealWireGeometry = cms.bool(True),
0009 useOnlyWiresInME1a = cms.bool(False),
0010 useGangedStripsInME1a = cms.bool(True),
0011 useCentreTIOffsets = cms.bool(False),
0012 applyAlignment = cms.bool(True),
0013 debugV = cms.untracked.bool(False)
0014 )