|
| 1 | +import FWCore.ParameterSet.Config as cms |
| 2 | + |
| 3 | +from Geometry.ForwardCommonData.cmsExtendedGeometry2021XML_cfi import * |
| 4 | +from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cff import * |
| 5 | +from Geometry.EcalCommonData.ecalSimulationParameters_cff import * |
| 6 | +from Geometry.HcalCommonData.hcalDDDSimConstants_cff import * |
| 7 | +from Geometry.MuonNumbering.muonGeometryConstants_cff import * |
| 8 | +from Geometry.MuonNumbering.muonOffsetESProducer_cff import * |
| 9 | + |
| 10 | +# tracker |
| 11 | +from Geometry.CommonTopologies.globalTrackingGeometry_cfi import * |
| 12 | +from RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi import * |
| 13 | +from Geometry.TrackerGeometryBuilder.trackerParameters_cff import * |
| 14 | +from Geometry.TrackerNumberingBuilder.trackerTopology_cfi import * |
| 15 | +from Geometry.TrackerGeometryBuilder.idealForDigiTrackerGeometry_cff import * |
| 16 | + |
| 17 | +# calo |
| 18 | +from Geometry.CaloEventSetup.CaloTopology_cfi import * |
| 19 | +from Geometry.CaloEventSetup.CaloGeometryBuilder_cfi import * |
| 20 | +CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder", |
| 21 | + SelectedCalos = cms.vstring("HCAL", |
| 22 | + "ZDC", |
| 23 | + "EcalBarrel", |
| 24 | + "EcalEndcap", |
| 25 | + "EcalPreshower", |
| 26 | + "TOWER", |
| 27 | + ) |
| 28 | +) |
| 29 | +from Geometry.EcalAlgo.EcalGeometry_cfi import * |
| 30 | +from Geometry.HcalEventSetup.HcalGeometry_cfi import * |
| 31 | +from Geometry.HcalEventSetup.CaloTowerGeometry_cfi import * |
| 32 | +from Geometry.HcalEventSetup.CaloTowerTopology_cfi import * |
| 33 | +from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import * |
| 34 | +from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import * |
| 35 | +from Geometry.ForwardGeometry.ForwardGeometry_cfi import * |
| 36 | +from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import * |
| 37 | +from Geometry.EcalMapping.EcalMapping_cfi import * |
| 38 | +from Geometry.EcalMapping.EcalMappingRecord_cfi import * |
| 39 | + |
| 40 | +# muon |
| 41 | +from Geometry.MuonNumbering.muonNumberingInitialization_cfi import * |
| 42 | +from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import * |
| 43 | +from Geometry.GEMGeometryBuilder.gemGeometry_cff import * |
| 44 | +from Geometry.CSCGeometryBuilder.idealForDigiCscGeometry_cff import * |
| 45 | +from Geometry.DTGeometryBuilder.idealForDigiDtGeometry_cff import * |
| 46 | + |
| 47 | +# forward |
| 48 | +from Geometry.ForwardGeometry.ForwardGeometry_cfi import * |
| 49 | + |
| 50 | +# pps |
| 51 | + |
| 52 | + |
0 commit comments