1 import FWCore.ParameterSet.Config
as cms
9 CSCGeometryESModule = cms.ESProducer(
"CSCGeometryESModule",
10 fromDDD = cms.bool(
False),
11 fromDD4hep = cms.bool(
False),
12 alignmentsLabel = cms.string(
''),
13 appendToDataLabel = cms.string(
''),
14 useRealWireGeometry = cms.bool(
True),
15 useOnlyWiresInME1a = cms.bool(
False),
16 useGangedStripsInME1a = cms.bool(
True),
17 useCentreTIOffsets = cms.bool(
False),
18 applyAlignment = cms.bool(
True),
19 debugV = cms.untracked.bool(
False)
25 from Configuration.Eras.Modifier_run2_common_cff
import run2_common
26 run2_common.toModify( CSCGeometryESModule, useGangedStripsInME1a=
False )