Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-02-20 03:45:18

0001 import warnings
0002 warnings.warn('ATTENTION: This job uses Run 1 Geometry.')
0003 
0004 import FWCore.ParameterSet.Config as cms
0005 
0006 #
0007 # Geometry master configuration
0008 #
0009 # Ideal geometry, needed for simulation
0010 from Geometry.CMSCommonData.cmsExtendedGeometryXML_cfi import *
0011 from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cff import *
0012 # TrackerAdditionalParametersPerDet contains only default values, needed for consistency with Phase 2
0013 from Geometry.TrackerGeometryBuilder.TrackerAdditionalParametersPerDet_cfi import *
0014 from Geometry.EcalCommonData.ecalSimulationParameters_cff import *
0015 from Geometry.HcalCommonData.hcalDDDSimConstants_cff import *
0016 from Geometry.ForwardGeometry.zdcTopologyEP_cfi import *
0017 from Geometry.MuonNumbering.muonGeometryConstants_cff import *
0018 from Geometry.MuonNumbering.muonOffsetESProducer_cff import *