|
3 | 3 | # Ideal geometry, needed for transient ECAL alignement |
4 | 4 | from Configuration.Geometry.GeometryDD4hepExtended2021ZeroMaterial_cff import * |
5 | 5 |
|
6 | | - |
7 | | -# Reconstruction geometry services |
8 | | -# Tracking Geometry |
9 | | -#bah - well, this is not a cfi! |
| 6 | +# tracker |
10 | 7 | from Geometry.CommonTopologies.globalTrackingGeometry_cfi import * |
11 | | - |
12 | | -#Tracker |
13 | 8 | from RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi import * |
| 9 | +from Geometry.TrackerGeometryBuilder.trackerParameters_cff import * |
14 | 10 | from Geometry.TrackerNumberingBuilder.trackerTopology_cfi import * |
15 | | - |
16 | | -#Muon |
17 | | -from Geometry.MuonNumbering.muonNumberingInitialization_cfi import * |
18 | | -from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import * |
19 | | -from Geometry.GEMGeometryBuilder.gemGeometry_cfi import * |
20 | | - |
21 | | -# Alignment |
22 | 11 | from Geometry.TrackerGeometryBuilder.idealForDigiTrackerGeometry_cff import * |
23 | | -from Geometry.CSCGeometryBuilder.idealForDigiCscGeometry_cff import * |
24 | | -from Geometry.DTGeometryBuilder.idealForDigiDtGeometry_cff import * |
25 | 12 | trackerGeometry.applyAlignment = cms.bool(False) |
26 | 13 |
|
27 | | -# Calorimeters |
| 14 | +# calo |
28 | 15 | from Geometry.CaloEventSetup.CaloTopology_cfi import * |
29 | | -from Geometry.CaloEventSetup.CaloGeometry_cff import * |
| 16 | +from Geometry.CaloEventSetup.CaloGeometryBuilder_cfi import * |
| 17 | +CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder", |
| 18 | + SelectedCalos = cms.vstring("HCAL", |
| 19 | + "ZDC", |
| 20 | + "EcalBarrel", |
| 21 | + "EcalEndcap", |
| 22 | + "EcalPreshower", |
| 23 | + "TOWER", |
| 24 | + ) |
| 25 | +) |
| 26 | +from Geometry.EcalAlgo.EcalGeometry_cfi import * |
| 27 | +from Geometry.HcalEventSetup.HcalGeometry_cfi import * |
| 28 | +from Geometry.HcalEventSetup.CaloTowerGeometry_cfi import * |
| 29 | +from Geometry.HcalEventSetup.CaloTowerTopology_cfi import * |
| 30 | +from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import * |
| 31 | +from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import * |
| 32 | +from Geometry.ForwardGeometry.ForwardGeometry_cfi import * |
30 | 33 | from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import * |
31 | 34 | from Geometry.EcalMapping.EcalMapping_cfi import * |
32 | 35 | from Geometry.EcalMapping.EcalMappingRecord_cfi import * |
33 | | -from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import * |
34 | | -from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import * |
| 36 | + |
| 37 | +# muon |
| 38 | +from Geometry.MuonNumbering.muonNumberingInitialization_cfi import * |
| 39 | +from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import * |
| 40 | +from Geometry.GEMGeometryBuilder.gemGeometry_cff import * |
| 41 | +from Geometry.CSCGeometryBuilder.idealForDigiCscGeometry_cff import * |
| 42 | +from Geometry.DTGeometryBuilder.idealForDigiDtGeometry_cff import * |
| 43 | + |
| 44 | +# forward |
| 45 | +from Geometry.ForwardGeometry.ForwardGeometry_cfi import * |
| 46 | + |
| 47 | +# pps |
| 48 | + |
| 49 | + |
0 commit comments