CMS 3D CMS Logo

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_5_3_14/src/Geometry/CSCGeometryBuilder/python/cscGeometryDB_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 #
00004 # This cfi should be included to build the CSC geometry model.
00005 #
00006 # modelling flags (for completeness - internal defaults are already sane)
00007 # GF would like to have a shorter name (e.g. CSCGeometry), but since originally
00008 # there was no name, replace statements in other configs would not work anymore...
00009 CSCGeometryESModule = cms.ESProducer("CSCGeometryESModule",
00010     appendToDataLabel = cms.string(''),
00011     debugV = cms.untracked.bool(False),
00012     useGangedStripsInME1a = cms.bool(True),
00013     alignmentsLabel = cms.string(''),
00014     useOnlyWiresInME1a = cms.bool(False),
00015     useRealWireGeometry = cms.bool(True),
00016     useCentreTIOffsets = cms.bool(False),
00017     applyAlignment = cms.bool(True), ## GF: to be abandoned
00018     useDDD = cms.bool(False)
00019 )