1
2
3
4
5
6
7
8
9
10
11
12
13
|
import FWCore.ParameterSet.Config as cms
#
# This cfi is should be included to build the GlobalTrackingGeometry with all
# concrete TrackingGeometries for muon and tracker.
#
from Geometry.CSCGeometry.cscGeometry_cfi import *
from Geometry.RPCGeometry.rpcGeometry_cfi import *
from Geometry.DTGeometry.dtGeometry_cfi import *
from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi import *
from Geometry.TrackerGeometryBuilder.trackerGeometry_cfi import *
from Geometry.CommonTopologies.bareGlobalTrackingGeometry_cfi import *
|