CMS 3D CMS Logo

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 from Geometry.DTGeometryBuilder.DTGeometryESModule_cfi import DTGeometryESModule
9 
10 DTGeometryESModule.fromDDD = False
11 DTGeometryESModule.fromDD4hep = False