Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Geometry
DTGeometryBuilder
python
dtGeometryDB_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 DT geometry model.
5
#
6
# GF would like to have a shorter name (e.g. DTGeometry), but since originally
7
# there was no name, replace statements in other configs would not work anymore...
8
DTGeometryESModule = cms.ESProducer(
"DTGeometryESModule"
,
9
appendToDataLabel = cms.string(
''
),
10
applyAlignment = cms.bool(
True
),
## to be abondoned (?)
11
12
alignmentsLabel = cms.string(
''
),
13
fromDDD = cms.bool(
False
)
14
)
15
16
Config
Generated for CMSSW Reference Manual by
1.8.5