-
Notifications
You must be signed in to change notification settings - Fork 4.6k
MTD geometry: add scenarios D72 (ETL v4) and D73 (ETL v5), remove D53 #31710
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
776490a
Add ETL v5, move v4 and v5 into D72 and D73, deprecate D53
fabiocos db05b77
Add tests wf for D72, D73 but not in the matrix, remove D53
fabiocos 0fb4d21
Fix copy number for scenario D72 (was D53), avoid duplicated DetId
fabiocos 7e94e89
keep the original workflow numbering after D53 removal
fabiocos File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
Configuration/Geometry/python/GeometryExtended2026D72Reco_cff.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,60 @@ | ||
| import FWCore.ParameterSet.Config as cms | ||
|
|
||
| # This config was generated automatically using generate2026Geometry.py | ||
| # If you notice a mistake, please update the generating script, not just this config | ||
|
|
||
| from Configuration.Geometry.GeometryExtended2026D72_cff import * | ||
|
|
||
| # tracker | ||
| from Geometry.CommonTopologies.globalTrackingGeometry_cfi import * | ||
| from RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi import * | ||
| from Geometry.TrackerGeometryBuilder.trackerParameters_cff import * | ||
| from Geometry.TrackerNumberingBuilder.trackerTopology_cfi import * | ||
| from Geometry.TrackerGeometryBuilder.idealForDigiTrackerGeometry_cff import * | ||
| trackerGeometry.applyAlignment = cms.bool(False) | ||
|
|
||
| # calo | ||
| from Geometry.CaloEventSetup.HGCalV9Topology_cfi import * | ||
| from Geometry.HGCalGeometry.HGCalGeometryESProducer_cfi import * | ||
| from Geometry.CaloEventSetup.CaloTopology_cfi import * | ||
| from Geometry.CaloEventSetup.CaloGeometryBuilder_cfi import * | ||
| CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder", | ||
| SelectedCalos = cms.vstring("HCAL", | ||
| "ZDC", | ||
| "EcalBarrel", | ||
| "TOWER", | ||
| "HGCalEESensitive", | ||
| "HGCalHESiliconSensitive", | ||
| "HGCalHEScintillatorSensitive" | ||
| ) | ||
| ) | ||
| from Geometry.EcalAlgo.EcalBarrelGeometry_cfi import * | ||
| from Geometry.HcalEventSetup.HcalGeometry_cfi import * | ||
| from Geometry.HcalEventSetup.CaloTowerGeometry_cfi import * | ||
| from Geometry.HcalEventSetup.CaloTowerTopology_cfi import * | ||
| from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import * | ||
| from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import * | ||
| from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import * | ||
| from Geometry.EcalMapping.EcalMapping_cfi import * | ||
| from Geometry.EcalMapping.EcalMappingRecord_cfi import * | ||
|
|
||
| # muon | ||
| from Geometry.MuonNumbering.muonNumberingInitialization_cfi import * | ||
| from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import * | ||
| from Geometry.GEMGeometryBuilder.gemGeometry_cfi import * | ||
| from Geometry.GEMGeometryBuilder.me0Geometry_cfi import * | ||
| from Geometry.CSCGeometryBuilder.idealForDigiCscGeometry_cff import * | ||
| from Geometry.DTGeometryBuilder.idealForDigiDtGeometry_cff import * | ||
|
|
||
| # forward | ||
| from Geometry.ForwardGeometry.ForwardGeometry_cfi import * | ||
|
|
||
| # timing | ||
| from RecoMTD.DetLayers.mtdDetLayerGeometry_cfi import * | ||
| from Geometry.MTDGeometryBuilder.mtdParameters_cff import * | ||
| from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import * | ||
| from Geometry.MTDNumberingBuilder.mtdTopology_cfi import * | ||
| from Geometry.MTDGeometryBuilder.mtdGeometry_cfi import * | ||
| from Geometry.MTDGeometryBuilder.idealForDigiMTDGeometry_cff import * | ||
| mtdGeometry.applyAlignment = cms.bool(False) | ||
|
|
13 changes: 13 additions & 0 deletions
13
Configuration/Geometry/python/GeometryExtended2026D72_cff.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| import FWCore.ParameterSet.Config as cms | ||
|
|
||
| # This config was generated automatically using generate2026Geometry.py | ||
| # If you notice a mistake, please update the generating script, not just this config | ||
|
|
||
| from Geometry.CMSCommonData.cmsExtendedGeometry2026D72XML_cfi import * | ||
| from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi import * | ||
| from Geometry.EcalCommonData.ecalSimulationParameters_cff import * | ||
| from Geometry.HcalCommonData.hcalDDDSimConstants_cff import * | ||
| from Geometry.HGCalCommonData.hgcalParametersInitialization_cfi import * | ||
| from Geometry.HGCalCommonData.hgcalNumberingInitialization_cfi import * | ||
| from Geometry.MuonNumbering.muonGeometryConstants_cff import * | ||
| from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import * |
60 changes: 60 additions & 0 deletions
60
Configuration/Geometry/python/GeometryExtended2026D73Reco_cff.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,60 @@ | ||
| import FWCore.ParameterSet.Config as cms | ||
|
|
||
| # This config was generated automatically using generate2026Geometry.py | ||
| # If you notice a mistake, please update the generating script, not just this config | ||
|
|
||
| from Configuration.Geometry.GeometryExtended2026D73_cff import * | ||
|
|
||
| # tracker | ||
| from Geometry.CommonTopologies.globalTrackingGeometry_cfi import * | ||
| from RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi import * | ||
| from Geometry.TrackerGeometryBuilder.trackerParameters_cff import * | ||
| from Geometry.TrackerNumberingBuilder.trackerTopology_cfi import * | ||
| from Geometry.TrackerGeometryBuilder.idealForDigiTrackerGeometry_cff import * | ||
| trackerGeometry.applyAlignment = cms.bool(False) | ||
|
|
||
| # calo | ||
| from Geometry.CaloEventSetup.HGCalV9Topology_cfi import * | ||
| from Geometry.HGCalGeometry.HGCalGeometryESProducer_cfi import * | ||
| from Geometry.CaloEventSetup.CaloTopology_cfi import * | ||
| from Geometry.CaloEventSetup.CaloGeometryBuilder_cfi import * | ||
| CaloGeometryBuilder = cms.ESProducer("CaloGeometryBuilder", | ||
| SelectedCalos = cms.vstring("HCAL", | ||
| "ZDC", | ||
| "EcalBarrel", | ||
| "TOWER", | ||
| "HGCalEESensitive", | ||
| "HGCalHESiliconSensitive", | ||
| "HGCalHEScintillatorSensitive" | ||
| ) | ||
| ) | ||
| from Geometry.EcalAlgo.EcalBarrelGeometry_cfi import * | ||
| from Geometry.HcalEventSetup.HcalGeometry_cfi import * | ||
| from Geometry.HcalEventSetup.CaloTowerGeometry_cfi import * | ||
| from Geometry.HcalEventSetup.CaloTowerTopology_cfi import * | ||
| from Geometry.HcalCommonData.hcalDDDRecConstants_cfi import * | ||
| from Geometry.HcalEventSetup.hcalTopologyIdeal_cfi import * | ||
| from Geometry.CaloEventSetup.EcalTrigTowerConstituents_cfi import * | ||
| from Geometry.EcalMapping.EcalMapping_cfi import * | ||
| from Geometry.EcalMapping.EcalMappingRecord_cfi import * | ||
|
|
||
| # muon | ||
| from Geometry.MuonNumbering.muonNumberingInitialization_cfi import * | ||
| from RecoMuon.DetLayers.muonDetLayerGeometry_cfi import * | ||
| from Geometry.GEMGeometryBuilder.gemGeometry_cfi import * | ||
| from Geometry.GEMGeometryBuilder.me0Geometry_cfi import * | ||
| from Geometry.CSCGeometryBuilder.idealForDigiCscGeometry_cff import * | ||
| from Geometry.DTGeometryBuilder.idealForDigiDtGeometry_cff import * | ||
|
|
||
| # forward | ||
| from Geometry.ForwardGeometry.ForwardGeometry_cfi import * | ||
|
|
||
| # timing | ||
| from RecoMTD.DetLayers.mtdDetLayerGeometry_cfi import * | ||
| from Geometry.MTDGeometryBuilder.mtdParameters_cff import * | ||
| from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import * | ||
| from Geometry.MTDNumberingBuilder.mtdTopology_cfi import * | ||
| from Geometry.MTDGeometryBuilder.mtdGeometry_cfi import * | ||
| from Geometry.MTDGeometryBuilder.idealForDigiMTDGeometry_cff import * | ||
| mtdGeometry.applyAlignment = cms.bool(False) | ||
|
|
13 changes: 13 additions & 0 deletions
13
Configuration/Geometry/python/GeometryExtended2026D73_cff.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| import FWCore.ParameterSet.Config as cms | ||
|
|
||
| # This config was generated automatically using generate2026Geometry.py | ||
| # If you notice a mistake, please update the generating script, not just this config | ||
|
|
||
| from Geometry.CMSCommonData.cmsExtendedGeometry2026D73XML_cfi import * | ||
| from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi import * | ||
| from Geometry.EcalCommonData.ecalSimulationParameters_cff import * | ||
| from Geometry.HcalCommonData.hcalDDDSimConstants_cff import * | ||
| from Geometry.HGCalCommonData.hgcalParametersInitialization_cfi import * | ||
| from Geometry.HGCalCommonData.hgcalNumberingInitialization_cfi import * | ||
| from Geometry.MuonNumbering.muonGeometryConstants_cff import * | ||
| from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.