Skip to content

Commit 3b7d442

Browse files
authored
Merge pull request #48997 from bsunanda/Phase2-hgx364E
Phase2-hgx364E Accommodate new V19 options in some of the tests
2 parents cd77553 + d2bc69d commit 3b7d442

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

Validation/Geometry/test/runMaterialBudgetVolumeRun4DD4hep_cfg.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Options for geometry D98, D99, D103, D104, D105, D106, D107, D108, D109,
66
# D110, D111, D112, D113, D114, D115, D116, D117, D118,
7-
# D119, D120
7+
# D119, D120, D121, D122, D123
88
#
99
###############################################################################
1010
import FWCore.ParameterSet.Config as cms
@@ -15,10 +15,10 @@
1515
### SETUP OPTIONS
1616
options = VarParsing.VarParsing('standard')
1717
options.register('geometry',
18-
"D110",
18+
"D120",
1919
VarParsing.VarParsing.multiplicity.singleton,
2020
VarParsing.VarParsing.varType.string,
21-
"geometry of operations: D98, D99, D103, D104, D105, D106, D107, D108, D109, D110, D111, D112, D113, D114, D115, D116, D117, D118, D119, D120")
21+
"geometry of operations: D98, D99, D103, D104, D105, D106, D107, D108, D109, D110, D111, D112, D113, D114, D115, D116, D117, D118, D119, D120, D121, D122, D123")
2222
### get and parse the command line arguments
2323
options.parseArguments()
2424

Validation/Geometry/test/runMaterialBudgetVolumeRun4DDD_cfg.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
# Way to use this:
33
# cmsRun runMaterialBudgetVolumeRun4DDD_cfg.py geometry=D110
44
#
5-
# Options for geometry D104, D105, D110, D112, D114, D115, D118, D120
5+
# Options for geometry D104, D105, D110, D112, D114, D115, D118, D120, D122,
6+
# D123
67
###############################################################################
78
import FWCore.ParameterSet.Config as cms
89
import os, sys, importlib, re
@@ -12,10 +13,10 @@
1213
### SETUP OPTIONS
1314
options = VarParsing.VarParsing('standard')
1415
options.register('geometry',
15-
"D110",
16+
"D120",
1617
VarParsing.VarParsing.multiplicity.singleton,
1718
VarParsing.VarParsing.varType.string,
18-
"geometry of operations: D104, D105, D110, D112, D114, D115, D118, D120")
19+
"geometry of operations: D104, D105, D110, D112, D114, D115, D118, D120, D122, D123")
1920
### get and parse the command line arguments
2021
options.parseArguments()
2122

0 commit comments

Comments
 (0)