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