Skip to content

Commit

Permalink
Merge pull request #44662 from bsunanda/Phase2-sim156
Browse files Browse the repository at this point in the history
Phase2-sim156 Update the scripts to enable run on new scenarios of Phase2 geometry
  • Loading branch information
cmsbuild authored Apr 22, 2024
2 parents 62e1363 + 080a5bc commit b212c73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# cmsRun runMaterialBudgetVolume2026DD4hep_cfg.py geometry=D92
#
# Options for geometry D86, D88, D91, D92, D93, D94, D95, D96, D97, D98,
# D99, D100, D101, D102, D103
# D99, D100, D101, D102, D103, D104, D105, D106, D107,
# D108, D109, D110
#
###############################################################################
import FWCore.ParameterSet.Config as cms
Expand All @@ -17,7 +18,7 @@
"D88",
VarParsing.VarParsing.multiplicity.singleton,
VarParsing.VarParsing.varType.string,
"geometry of operations: D86, D88, D91, D92, D93, D94, D95, D96, D97, D98, D99, D100, D101, D102, D103")
"geometry of operations: D86, D88, D91, D92, D93, D94, D95, D96, D97, D98, D99, D100, D101, D102, D103, D104, D105, D106, D107, D108, D109, D110")
### get and parse the command line arguments
options.parseArguments()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
# cmsRun runMaterialBudgetVolume2026DDD_cfg.py geometry=D92
#
# Options for geometry D86, D88, D91, D92, D93, D94, D95, D96, D97, D98,
# D99, D100, D101, D102, D103
# D99, D100, D101, D102, D103, D104, D105, D106, D107,
# D108, D109, D110
#
###############################################################################
import FWCore.ParameterSet.Config as cms
Expand All @@ -17,7 +18,7 @@
"D88",
VarParsing.VarParsing.multiplicity.singleton,
VarParsing.VarParsing.varType.string,
"geometry of operations: D86, D88, D91, D92, D93, D94, D95, D96, D97, D98, D99, D100, D101, D102, D103")
"geometry of operations: D86, D88, D91, D92, D93, D94, D95, D96, D97, D98, D99, D100, D101, D102, D103, D104, D105, D106, D107, D108, D109, D110")
### get and parse the command line arguments
options.parseArguments()

Expand Down

0 comments on commit b212c73

Please sign in to comment.