Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:14:23

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 #
0004 # This cfi is should be included to build the GlobalTrackingGeometry with all 
0005 # concrete TrackingGeometries for muon and tracker.
0006 #
0007 from Geometry.CSCGeometry.cscGeometry_cfi import *
0008 from Geometry.RPCGeometry.rpcGeometry_cfi import *
0009 from Geometry.DTGeometry.dtGeometry_cfi import *
0010 from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi import *
0011 from Geometry.TrackerGeometryBuilder.trackerGeometry_cfi import *
0012 from Geometry.CommonTopologies.bareGlobalTrackingGeometry_cfi import *
0013