1 import FWCore.ParameterSet.Config
as cms
3 idealForDigiCSCGeometry = cms.ESProducer(
"CSCGeometryESModule",
4 alignmentsLabel = cms.string(
'fakeForIdeal'),
5 appendToDataLabel = cms.string(
'idealForDigi'),
6 applyAlignment = cms.bool(
False),
7 debugV = cms.untracked.bool(
False),
8 useCentreTIOffsets = cms.bool(
False),
9 useDDD = cms.bool(
True),
10 useGangedStripsInME1a = cms.bool(
False),
11 useOnlyWiresInME1a = cms.bool(
False),
12 useRealWireGeometry = cms.bool(
True)