Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-03-17 10:49:03

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 #  Tracking Geometry
0004 from Geometry.CommonTopologies.globalTrackingGeometryDB_cfi import *
0005 
0006 #Tracker
0007 from RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi import *
0008 from Geometry.TrackerNumberingBuilder.trackerNumberingGeometryDB_cfi import *
0009 trackerGeometryDB.applyAlignment = cms.bool(False)
0010 #
0011 # When there will be an alignment, perhaps, it will use a label 
0012 #trackerGeometryDB.alignmentsLabel = cms.string('fakeForIdeal')
0013 
0014 #Muon
0015 from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import *
0016 
0017 #  Calorimeters
0018 from Geometry.CaloEventSetup.CaloTopology_cfi import *
0019 from Geometry.CaloEventSetup.AlignedCaloGeometryDBReader_cfi import *
0020 from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import *
0021 from Geometry.EcalMapping.EcalMapping_cfi import *
0022 from Geometry.EcalMapping.EcalMappingRecord_cfi import *
0023 from Geometry.HcalCommonData.hcalDDDSimConstants_cfi import *
0024 from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import *
0025 from Geometry.HcalEventSetup.hcalTopologyIdealSLHC_cfi import *
0026 
0027 #  Alignment
0028 from Geometry.TrackerGeometryBuilder.idealForDigiTrackerGeometryDB_cff import *
0029 from Geometry.CSCGeometryBuilder.idealForDigiCscGeometryDB_cff import *
0030 from Geometry.DTGeometryBuilder.idealForDigiDtGeometryDB_cff import *
0031