CMS 3D CMS Logo

CSCGeometryESModule_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 CSCGeometryESModule = cms.ESProducer("CSCGeometryESModule",
4  alignmentsLabel = cms.string(''),
5  appendToDataLabel = cms.string(''),
6  applyAlignment = cms.bool(True),
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 )