-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Add Skewed Phase 2 Inner Tracker geometry (T16). #27824
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
d89e73b
Add a new scenario and workflow with latest Phase2 configuration incl…
793b2e3
Change cfi file due to change in muon system
131c629
XML: Add Phase 2 Skewed Inner Tracker geometry.
ghugo83 79de561
Geometry scenario: Add D48. Same as D46 but with Tracker T16.
ghugo83 724213f
Workflows: add workflows associated to D48. Will need to merge branch…
ghugo83 b245d6b
Merged bsunanda:Phase2-hcx214 + Fixed merge conflict + Corrected GT i…
ghugo83 ce63120
Geometry scenario: Update D48. It is better to have D48 based on all …
ghugo83 0ecac76
Revert ce631203d480d3cdef20aad6ccd8ced15f3a2f32. D48 is now based on …
ghugo83 8d7d067
Merged official-cmssw/master and fixed trivial merge conflicts.
ghugo83 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 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/GeometryExtended2026D48Reco_cff.py
This file contains 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.GeometryExtended2026D48_cff import * | ||
|
||
# tracker | ||
from Geometry.CommonDetUnit.globalTrackingGeometry_cfi import * | ||
from RecoTracker.GeometryESProducer.TrackerRecoGeometryESProducer_cfi import * | ||
from Geometry.TrackerGeometryBuilder.trackerParameters_cfi 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_cfi import * | ||
from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cfi 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/GeometryExtended2026D48_cff.py
This file contains 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.cmsExtendedGeometry2026D48XML_cfi import * | ||
from Geometry.TrackerNumberingBuilder.trackerNumberingGeometry_cfi import * | ||
from SLHCUpgradeSimulations.Geometry.fakeConditions_phase2TkT14_cff import * | ||
from Geometry.HcalCommonData.hcalParameters_cfi import * | ||
from Geometry.HcalCommonData.hcalDDDSimConstants_cfi import * | ||
from Geometry.HGCalCommonData.hgcalParametersInitialization_cfi import * | ||
from Geometry.HGCalCommonData.hgcalNumberingInitialization_cfi import * | ||
from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cfi import * |
This file contains 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 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 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 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
127 changes: 127 additions & 0 deletions
127
Geometry/CMSCommonData/python/cmsExtendedGeometry2026D48XML_cfi.py
This file contains 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,127 @@ | ||
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 | ||
|
||
XMLIdealGeometryESSource = cms.ESSource("XMLIdealGeometryESSource", | ||
geomXMLFiles = cms.vstring( | ||
'Geometry/CMSCommonData/data/materials.xml', | ||
'Geometry/CMSCommonData/data/rotations.xml', | ||
'Geometry/CMSCommonData/data/extend/v2/cmsextent.xml', | ||
'Geometry/CMSCommonData/data/cms/2026/v2/cms.xml', | ||
'Geometry/CMSCommonData/data/eta3/etaMax.xml', | ||
'Geometry/CMSCommonData/data/cmsMother.xml', | ||
'Geometry/CMSCommonData/data/cmsTracker.xml', | ||
'Geometry/CMSCommonData/data/caloBase/2026/v2/caloBase.xml', | ||
'Geometry/CMSCommonData/data/cmsCalo.xml', | ||
'Geometry/CMSCommonData/data/muonBase/2026/v2/muonBase.xml', | ||
'Geometry/CMSCommonData/data/cmsMuon.xml', | ||
'Geometry/CMSCommonData/data/mgnt.xml', | ||
'Geometry/CMSCommonData/data/beampipe/2026/v1/beampipe.xml', | ||
'Geometry/CMSCommonData/data/cmsBeam/2026/v1/cmsBeam.xml', | ||
'Geometry/CMSCommonData/data/muonMB.xml', | ||
'Geometry/CMSCommonData/data/muonMagnet.xml', | ||
'Geometry/CMSCommonData/data/cavern/2017/v2/cavern.xml', | ||
'Geometry/CMSCommonData/data/cavernData/2017/v1/cavernData.xml', | ||
'Geometry/CMSCommonData/data/cavernFloor/2017/v1/cavernFloor.xml', | ||
'Geometry/TrackerCommonData/data/PhaseII/trackerParameters.xml', | ||
'Geometry/TrackerCommonData/data/pixfwdCommon.xml', | ||
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/pixfwd.xml', | ||
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/pixbar.xml', | ||
'Geometry/TrackerCommonData/data/trackermaterial.xml', | ||
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/otst.xml', | ||
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613_MB_2019_04/tracker.xml', | ||
'Geometry/TrackerCommonData/data/PhaseII/Tracker_Skewed_IT_2019_08/pixel.xml', | ||
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerbar.xml', | ||
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerfwd.xml', | ||
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker404/trackerStructureTopology.xml', | ||
'Geometry/TrackerCommonData/data/PhaseII/TiltedTracker613/pixelStructureTopology.xml', | ||
'Geometry/TrackerSimData/data/PhaseII/TiltedTracker404/trackersens.xml', | ||
'Geometry/TrackerSimData/data/PhaseII/TiltedTracker404/pixelsens.xml', | ||
'Geometry/TrackerRecoData/data/PhaseII/TiltedTracker613_MB_2019_04/trackerRecoMaterial.xml', | ||
'Geometry/TrackerSimData/data/PhaseII/TiltedTracker404/trackerProdCuts.xml', | ||
'Geometry/TrackerSimData/data/PhaseII/TiltedTracker404/pixelProdCuts.xml', | ||
'Geometry/TrackerSimData/data/trackerProdCutsBEAM.xml', | ||
'Geometry/EcalCommonData/data/eregalgo/2026/v2/eregalgo.xml', | ||
'Geometry/EcalCommonData/data/ectkcable/2026/v1/ectkcable.xml', | ||
'Geometry/EcalCommonData/data/ectkcablemat/2026/v1/ectkcablemat.xml', | ||
'Geometry/EcalCommonData/data/ebalgo.xml', | ||
'Geometry/EcalCommonData/data/ebcon.xml', | ||
'Geometry/EcalCommonData/data/ebrot.xml', | ||
'Geometry/HcalCommonData/data/hcalrotations.xml', | ||
'Geometry/HcalCommonData/data/hcal/v2/hcalalgo.xml', | ||
'Geometry/HcalCommonData/data/hcalbarrelalgo.xml', | ||
'Geometry/HcalCommonData/data/hcalcablealgo/v2/hcalcablealgo.xml', | ||
'Geometry/HcalCommonData/data/hcalouteralgo.xml', | ||
'Geometry/HcalCommonData/data/hcalforwardalgo.xml', | ||
'Geometry/HcalCommonData/data/hcalSimNumbering/NoHE/hcalSimNumbering.xml', | ||
'Geometry/HcalCommonData/data/hcalRecNumbering/NoHE/hcalRecNumbering.xml', | ||
'Geometry/HcalCommonData/data/average/hcalforwardmaterial.xml', | ||
'Geometry/HGCalCommonData/data/hgcalMaterial/v1/hgcalMaterial.xml', | ||
'Geometry/HGCalCommonData/data/hgcal/v10/hgcal.xml', | ||
'Geometry/HGCalCommonData/data/hgcalEE/v10/hgcalEE.xml', | ||
'Geometry/HGCalCommonData/data/hgcalHEsil/v11/hgcalHEsil.xml', | ||
'Geometry/HGCalCommonData/data/hgcalHEmix/v11/hgcalHEmix.xml', | ||
'Geometry/HGCalCommonData/data/hgcalwafer/v9/hgcalwafer.xml', | ||
'Geometry/HGCalCommonData/data/hgcalcell/v9/hgcalcell.xml', | ||
'Geometry/HGCalCommonData/data/hgcalCons/v11/hgcalCons.xml', | ||
'Geometry/MuonCommonData/data/mbCommon/2017/v2/mbCommon.xml', | ||
'Geometry/MuonCommonData/data/mb1/2015/v1/mb1.xml', | ||
'Geometry/MuonCommonData/data/mb2/2015/v1/mb2.xml', | ||
'Geometry/MuonCommonData/data/mb3/2015/v1/mb3.xml', | ||
'Geometry/MuonCommonData/data/mb4/2015/v1/mb4.xml', | ||
'Geometry/MuonCommonData/data/muonYoke/2021/v2/muonYoke.xml', | ||
'Geometry/MuonCommonData/data/mf/2026/v2/mf.xml', | ||
'Geometry/MuonCommonData/data/rpcf/2026/v1/rpcf.xml', | ||
'Geometry/MuonCommonData/data/gemf/TDR_BaseLine/gemf.xml', | ||
'Geometry/MuonCommonData/data/gem11/TDR_BaseLine/gem11.xml', | ||
'Geometry/MuonCommonData/data/gem21/TDR_Dev/gem21.xml', | ||
'Geometry/MuonCommonData/data/csc/2015/v1/csc.xml', | ||
'Geometry/MuonCommonData/data/mfshield/2026/v1/mfshield.xml', | ||
'Geometry/MuonCommonData/data/me0/TDR_Dev/me0.xml', | ||
'Geometry/ForwardCommonData/data/forwardshield/2017/v1/forwardshield.xml', | ||
'Geometry/ForwardCommonData/data/brmrotations.xml', | ||
'Geometry/ForwardCommonData/data/PostLS2/brm.xml', | ||
'Geometry/ForwardCommonData/data/zdcmaterials.xml', | ||
'Geometry/ForwardCommonData/data/lumimaterials.xml', | ||
'Geometry/ForwardCommonData/data/zdcrotations.xml', | ||
'Geometry/ForwardCommonData/data/lumirotations.xml', | ||
'Geometry/ForwardCommonData/data/zdc.xml', | ||
'Geometry/ForwardCommonData/data/zdclumi.xml', | ||
'Geometry/ForwardCommonData/data/cmszdc.xml', | ||
'Geometry/MTDCommonData/data/btl.xml', | ||
'Geometry/MTDCommonData/data/etl/v2/etl.xml', | ||
'Geometry/MTDCommonData/data/CrystalBarPhiFlat/v3/mtd.xml', | ||
'Geometry/MTDCommonData/data/CrystalBarPhiFlat/mtdStructureTopology.xml', | ||
'Geometry/MTDCommonData/data/CrystalBarPhiFlat/mtdParameters.xml', | ||
)+ | ||
cms.vstring( | ||
'Geometry/MuonCommonData/data/muonNumbering/TDR_DeV/muonNumbering.xml', | ||
'Geometry/EcalSimData/data/PhaseII/ecalsens.xml', | ||
'Geometry/HcalCommonData/data/hcalsens/NoHE/hcalsenspmf.xml', | ||
'Geometry/HcalSimData/data/hf.xml', | ||
'Geometry/HcalSimData/data/hfpmt.xml', | ||
'Geometry/HcalSimData/data/hffibrebundle.xml', | ||
'Geometry/HcalSimData/data/CaloUtil.xml', | ||
'Geometry/HGCalSimData/data/hgcsensv9.xml', | ||
'Geometry/MuonSimData/data/PhaseII/ME0EtaPart/muonSens.xml', | ||
'Geometry/DTGeometryBuilder/data/dtSpecsFilter.xml', | ||
'Geometry/CSCGeometryBuilder/data/cscSpecsFilter.xml', | ||
'Geometry/CSCGeometryBuilder/data/cscSpecs.xml', | ||
'Geometry/RPCGeometryBuilder/data/2026/v1/RPCSpecs.xml', | ||
'Geometry/GEMGeometryBuilder/data/v7/GEMSpecsFilter.xml', | ||
'Geometry/GEMGeometryBuilder/data/v7/GEMSpecs.xml', | ||
'Geometry/ForwardCommonData/data/brmsens.xml', | ||
'Geometry/ForwardSimData/data/zdcsens.xml', | ||
'Geometry/MTDSimData/data/CrystalBarPhiFlat/mtdsens.xml', | ||
'Geometry/HcalSimData/data/HcalProdCuts.xml', | ||
'Geometry/EcalSimData/data/EcalProdCuts.xml', | ||
'Geometry/HGCalSimData/data/hgcProdCutsv9.xml', | ||
'Geometry/MuonSimData/data/PhaseII/muonProdCuts.xml', | ||
'Geometry/ForwardSimData/data/zdcProdCuts.xml', | ||
'Geometry/ForwardSimData/data/ForwardShieldProdCuts.xml', | ||
'Geometry/MTDSimData/data/CrystalBarPhiFlat/mtdProdCuts.xml', | ||
'Geometry/CMSCommonData/data/FieldParameters.xml', | ||
), | ||
rootNodeName = cms.string('cms:OCMS') | ||
) |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will there need to be a separate GT for T16?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@kpedro88 there is no need for it at the moment. As the list of
DetId
s betweenT15
andT16
is the same, this choice is technically sound.I cannot exclude a later update in case one discovers there is a better choice of the set of parameters but this will be checked during the validation procedure.