Skip to content

Commit f675ab7

Browse files
author
Sunanda
committed
Avoid the warning printout for RPD volume placement
1 parent 0477f06 commit f675ab7

File tree

4 files changed

+860
-3
lines changed

4 files changed

+860
-3
lines changed

Configuration/Geometry/python/dict2021Geometry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,7 @@
17291729
'Geometry/ForwardCommonData/data/zdcrotations.xml',
17301730
'Geometry/ForwardCommonData/data/lumirotations.xml',
17311731
'Geometry/ForwardCommonData/data/zdc/2021/v3/zdc.xml',
1732-
'Geometry/ForwardCommonData/data/rpd/2021/v1/rpd.xml',
1732+
'Geometry/ForwardCommonData/data/rpd/2021/v2/rpd.xml',
17331733
'Geometry/ForwardCommonData/data/cmszdc.xml',
17341734
],
17351735
3 : [

Geometry/CMSCommonData/data/dd4hep/cmsExtendedGeometry2024.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@
262262
<Include ref='Geometry/ForwardCommonData/data/zdcrotations.xml'/>
263263
<Include ref='Geometry/ForwardCommonData/data/lumirotations.xml'/>
264264
<Include ref='Geometry/ForwardCommonData/data/zdc/2021/v3/zdc.xml'/>
265-
<Include ref='Geometry/ForwardCommonData/data/rpd/2021/v1/rpd.xml'/>
265+
<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'/>
268268
<Include ref='Geometry/VeryForwardData/data/RP_Box/v3/RP_Box_000.xml'/>

Geometry/CMSCommonData/python/cmsExtendedGeometry2024XML_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@
265265
'Geometry/ForwardCommonData/data/zdcrotations.xml',
266266
'Geometry/ForwardCommonData/data/lumirotations.xml',
267267
'Geometry/ForwardCommonData/data/zdc/2021/v3/zdc.xml',
268-
'Geometry/ForwardCommonData/data/rpd/2021/v1/rpd.xml',
268+
'Geometry/ForwardCommonData/data/rpd/2021/v2/rpd.xml',
269269
'Geometry/ForwardCommonData/data/cmszdc.xml',
270270
'Geometry/VeryForwardData/data/RP_Box.xml',
271271
'Geometry/VeryForwardData/data/RP_Box/v3/RP_Box_000.xml',

0 commit comments

Comments
 (0)