Skip to content

Commit 5aca130

Browse files
authored
Merge pull request #48990 from bsunanda/Run3-gex190
Run3-gex190 Update the ZDC description using a new zdc.xml file from Hanna
2 parents 76ecfc5 + 189a463 commit 5aca130

File tree

5 files changed

+1884
-6
lines changed

5 files changed

+1884
-6
lines changed

Configuration/Geometry/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ The script also handles the common and forward elements of the geometry:
6161
* O8: as O4 with added material for muon shield
6262
* O9: as O5 with added material for muon shield
6363
* F1: 2021 baseline
64-
* F2: same as F1 with modified file zdc.xmlfrom ZDC group
64+
* F2: same as F1 with modified file zdc.xml from ZDC group
6565
* F3: same as F2 with added simulti geometry for RPD
66+
* F4: same as F3 with corrected version of zdc.xml from ZDC group
6667

6768
Several detector combinations have been generated:
6869
* 2021 = T3+C3+M13+P7+O7+F1
@@ -83,7 +84,7 @@ Several detector combinations have been generated:
8384
* 2024FlatMinus10Percent = T6+C2+M11+P7+O5+F2
8485
* 2024FlatPlus05Percent = T7+C2+M11+P7+O5+F2
8586
* 2024FlatPlus10Percent = T8+C2+M11+P7+O5+F2
86-
* 2025 = T3+C2+M17+P8+O7+F3
87+
* 2025 = T3+C2+M17+P8+O7+F4
8788
* 2025ZeroMaterial = T4+C2+M12+P8+O8+F3
8889
* 2025FlatMinus05Percent = T5+C2+M12+P8+O9+F3
8990
* 2025FlatMinus10Percent = T6+C2+M12+P8+O9+F3

Configuration/Geometry/python/dict2021Geometry.py

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2387,7 +2387,7 @@
23872387
forwardDict = {
23882388
"abbrev" : "F",
23892389
"name" : "forward",
2390-
"default" : 3,
2390+
"default" : 4,
23912391
"F1" : {
23922392
2 : [
23932393
'Geometry/ForwardCommonData/data/forward/2021/v1/forward.xml',
@@ -2487,6 +2487,39 @@
24872487
'from Geometry.ForwardGeometry.ForwardGeometry_cfi import *',
24882488
]
24892489
},
2490+
"F4" : {
2491+
2 : [
2492+
'Geometry/ForwardCommonData/data/forward/2021/v1/forward.xml',
2493+
'Geometry/ForwardCommonData/data/totemt2/2021/v1/totemt2.xml',
2494+
'Geometry/ForwardCommonData/data/forwardshield/2021/v1/forwardshield.xml',
2495+
'Geometry/ForwardCommonData/data/bhm.xml',
2496+
'Geometry/ForwardCommonData/data/pltbcm/2021/v1/pltbcm.xml',
2497+
'Geometry/ForwardCommonData/data/bcm1f/2021/v1/bcm1f.xml',
2498+
'Geometry/ForwardCommonData/data/plt/2021/v1/plt.xml',
2499+
'Geometry/ForwardCommonData/data/zdcmaterials/2021/v1/zdcmaterials.xml',
2500+
'Geometry/ForwardCommonData/data/lumimaterials.xml',
2501+
'Geometry/ForwardCommonData/data/zdcrotations.xml',
2502+
'Geometry/ForwardCommonData/data/lumirotations.xml',
2503+
'Geometry/ForwardCommonData/data/zdc/2025/v1/zdc.xml',
2504+
'Geometry/ForwardCommonData/data/rpd/2021/v2/rpd.xml',
2505+
'Geometry/ForwardCommonData/data/cmszdc.xml',
2506+
],
2507+
3 : [
2508+
'Geometry/ForwardSimData/data/totemsensT2/2021/totemsensT2.xml',
2509+
'Geometry/ForwardCommonData/data/bhmsens.xml',
2510+
'Geometry/ForwardSimData/data/pltsens.xml',
2511+
'Geometry/ForwardSimData/data/bcm1fsens.xml',
2512+
'Geometry/ForwardSimData/data/zdcsens/2021/v1/zdcsens.xml',
2513+
],
2514+
4 : [
2515+
'Geometry/ForwardSimData/data/ForwardShieldProdCuts.xml',
2516+
'Geometry/ForwardSimData/data/bhmProdCuts/2021/v1/bhmProdCuts.xml',
2517+
'Geometry/ForwardSimData/data/zdcProdCuts/2021/v3/zdcProdCuts.xml',
2518+
],
2519+
"reco" :[
2520+
'from Geometry.ForwardGeometry.ForwardGeometry_cfi import *',
2521+
]
2522+
},
24902523
}
24912524

24922525
ppsDict = {
@@ -2712,7 +2745,7 @@
27122745
("O5","T6","C2","M11","F2","P7") : "2024FlatMinus10Percent",
27132746
("O5","T7","C2","M11","F2","P7") : "2024FlatPlus05Percent",
27142747
("O5","T8","C2","M11","F2","P7") : "2024FlatPlus10Percent",
2715-
("O7","T3","C2","M17","F3","P8") : "2025",
2748+
("O7","T3","C2","M17","F4","P8") : "2025",
27162749
("O8","T4","C2","M12","F3","P8") : "2025ZeroMaterial",
27172750
("O9","T5","C2","M12","F3","P8") : "2025FlatMinus05Percent",
27182751
("O9","T6","C2","M12","F3","P8") : "2025FlatMinus10Percent",

Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2025.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@
261261
<Include ref='Geometry/ForwardCommonData/data/lumimaterials.xml'/>
262262
<Include ref='Geometry/ForwardCommonData/data/zdcrotations.xml'/>
263263
<Include ref='Geometry/ForwardCommonData/data/lumirotations.xml'/>
264-
<Include ref='Geometry/ForwardCommonData/data/zdc/2021/v3/zdc.xml'/>
264+
<Include ref='Geometry/ForwardCommonData/data/zdc/2025/v1/zdc.xml'/>
265265
<Include ref='Geometry/ForwardCommonData/data/rpd/2021/v2/rpd.xml'/>
266266
<Include ref='Geometry/ForwardCommonData/data/cmszdc.xml'/>
267267
<Include ref='Geometry/VeryForwardData/data/RP_Box.xml'/>

Geometry/CMSCommonData/python/cmsExtendedGeometry2025XML_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@
264264
'Geometry/ForwardCommonData/data/lumimaterials.xml',
265265
'Geometry/ForwardCommonData/data/zdcrotations.xml',
266266
'Geometry/ForwardCommonData/data/lumirotations.xml',
267-
'Geometry/ForwardCommonData/data/zdc/2021/v3/zdc.xml',
267+
'Geometry/ForwardCommonData/data/zdc/2025/v1/zdc.xml',
268268
'Geometry/ForwardCommonData/data/rpd/2021/v2/rpd.xml',
269269
'Geometry/ForwardCommonData/data/cmszdc.xml',
270270
'Geometry/VeryForwardData/data/RP_Box.xml',

0 commit comments

Comments
 (0)