CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
cscGeometry_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
3 #
4 # This cfi should be included to build the CSC geometry model.
5 #
6 # modelling flags (for completeness - internal defaults are already sane)
7 # GF would like to have a shorter name (e.g. CSCGeometry), but since originally
8 # there was no name, replace statements in other configs would not work anymore...
9 CSCGeometryESModule = cms.ESProducer("CSCGeometryESModule",
10  appendToDataLabel = cms.string(''),
11  debugV = cms.untracked.bool(False),
12  useGangedStripsInME1a = cms.bool(True),
13  alignmentsLabel = cms.string(''),
14  useOnlyWiresInME1a = cms.bool(False),
15  useRealWireGeometry = cms.bool(True),
16  useCentreTIOffsets = cms.bool(False),
17  applyAlignment = cms.bool(True), ## GF: to be abandoned
18  useDDD = cms.bool(True)
19 )