CMS 3D CMS Logo

idealForDigiCSCGeometry_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
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)
13 )