Skip to content

Commit

Permalink
Merge pull request #36071 from fabiocos/fc-etlupdate
Browse files Browse the repository at this point in the history
MTD geometry: update ETL passive structure
  • Loading branch information
cmsbuild committed Nov 11, 2021
2 parents 1066020 + dc21f87 commit e80cd19
Show file tree
Hide file tree
Showing 4 changed files with 4,064 additions and 1 deletion.
1 change: 1 addition & 0 deletions Configuration/Geometry/README.md
Expand Up @@ -91,6 +91,7 @@ Fast Timing system:
* I12: Starting from I11, new ETL layout from MTD TDR
* I13: Starting from I11, new ETL layout from post MTD TDR (2 sectors per disc face)
* I14: Same as I13, updated sensor structure, disc z location and passive materials
* I15: Same as I14, addition of notch and revision of envelope

The script also handles the common and forward elements of the geometry:
* O4: detailed cavern description, changes for modified CALO region for endcap part, no overlaps inside the Muon System
Expand Down
28 changes: 28 additions & 0 deletions Configuration/Geometry/python/dict2026Geometry.py
Expand Up @@ -1567,6 +1567,34 @@
],
"era" : "phase2_timing, phase2_timing_layer, phase2_etlV4",
},
"I15" : {
1 : [
'Geometry/MTDCommonData/data/mtdMaterial/v3/mtdMaterial.xml',
'Geometry/MTDCommonData/data/btl/v1/btl.xml',
'Geometry/MTDCommonData/data/etl/v7/etl.xml',
'Geometry/MTDCommonData/data/mtdParameters/v3/mtdStructureTopology.xml',
'Geometry/MTDCommonData/data/mtdParameters/v2/mtdParameters.xml',
],
3 : [
'Geometry/MTDSimData/data/v2/mtdsens.xml'
],
4 : [
'Geometry/MTDSimData/data/v2/mtdProdCuts.xml'
],
"sim" : [
'from Geometry.MTDNumberingBuilder.mtdNumberingGeometry_cff import *',
],
"reco" :[
'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)'
],
"era" : "phase2_timing, phase2_timing_layer, phase2_etlV4",
},
}

allDicts = [ commonDict, trackerDict, caloDict, muonDict, forwardDict, timingDict ]
Expand Down

0 comments on commit e80cd19

Please sign in to comment.