Skip to content

Commit

Permalink
Change 2026 to Run4 in the scenario definitions of the scripts in Val…
Browse files Browse the repository at this point in the history
…idation/Geometry
  • Loading branch information
Sunanda committed Nov 12, 2024
1 parent d08538a commit e820391
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Validation/Geometry/test/genHGCalPlots.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -ex

geom=Extended2026D110
geom=ExtendedRun4D110
VGEO_DIR=${CMSSW_BASE}/src/Validation/Geometry/test
TEST_DIR=.

Expand Down
2 changes: 1 addition & 1 deletion Validation/Geometry/test/runMaterialBudgetHFNose_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
else:
process = cms.Process('MaterialBudgetVolume',Phase2C17I13M9)

geomFile = "Configuration.Geometry.Geometry" + flag + "Extended2026" + options.geometry + "Reco_cff"
geomFile = "Configuration.Geometry.Geometry" + flag + "ExtendedRun4" + options.geometry + "Reco_cff"
fileName = "matbdgHFNose" + flag + options.geometry + tag + ".root"

print("Geometry file Name: ", geomFile)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###############################################################################
# Way to use this:
# cmsRun runMaterialBudgetVolume2026DD4hep_cfg.py geometry=D110
# cmsRun runMaterialBudgetVolumeRun4DD4hep_cfg.py geometry=D110
#
# Options for geometry D98, D99, D103, D104, D105, D106, D107, D108, D109
# D110, D111, D112, D113, D114, D115
Expand Down Expand Up @@ -34,7 +34,7 @@
from Configuration.Eras.Era_Phase2C17I13M9_cff import Phase2C17I13M9
process = cms.Process('MaterialBudgetVolume',Phase2C17I13M9,dd4hep)

geomFile = "Configuration.Geometry.GeometryDD4hepExtended2026" + options.geometry + "Reco_cff"
geomFile = "Configuration.Geometry.GeometryDD4hepExtendedRun4" + options.geometry + "Reco_cff"
fileName = "matbdg" + options.geometry + "DD4hep" + ".root"

print("Geometry file Name: ", geomFile)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
###############################################################################
# Way to use this:
# cmsRun runMaterialBudgetVolume2026DDD_cfg.py geometry=D110
# cmsRun runMaterialBudgetVolumeRun4DDD_cfg.py geometry=D110
#
# Options for geometry D98, D99, D103, D104, D105, D106, D107, D108, D109
# D110, D111, D112, D113, D114, D115
Expand Down Expand Up @@ -33,7 +33,7 @@
from Configuration.Eras.Era_Phase2C17I13M9_cff import Phase2C17I13M9
process = cms.Process('MaterialBudgetVolume',Phase2C17I13M9)

geomFile = "Configuration.Geometry.GeometryExtended2026" + options.geometry + "Reco_cff"
geomFile = "Configuration.Geometry.GeometryExtendedRun4" + options.geometry + "Reco_cff"
fileName = "matbdg" + options.geometry + "DDD" + ".root"

print("Geometry file Name: ", geomFile)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set -x
# DEFAULTS

events=5000
geometry=Extended2026D77
geometry=ExtendedRun4D110

# ARGUMENT PARSING

Expand Down
4 changes: 2 additions & 2 deletions Validation/Geometry/test/runP_HGCal_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

process.load("SimGeneral.HepPDTESSource.pythiapdt_cfi")

# The default geometry is Extended2026D110Reco. If a different geoemtry
# The default geometry is ExtendedRun4D110Reco. If a different geoemtry
# is needed, the appropriate flag has to be passed at command line,
# e.g.: cmsRun runP_HGCal_cfg.py geom="XYZ"

Expand All @@ -30,7 +30,7 @@

options = VarParsing('analysis')
options.register('geom', #name
'Extended2026D110', #default value
'ExtendedRun4D110', #default value
VarParsing.multiplicity.singleton, # kind of options
VarParsing.varType.string, # type of option
"Select the geometry to be studied" # help message
Expand Down
2 changes: 1 addition & 1 deletion Validation/Geometry/test/runP_Mtd_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#Geometry
#
process.load("Configuration.Geometry.GeometryExtended2026D95Reco_cff")
process.load("Configuration.Geometry.GeometryExtendedRun4D110Reco_cff")

#Magnetic Field
#
Expand Down
2 changes: 1 addition & 1 deletion Validation/Geometry/test/runP_TrackerPhase2TkBE_cfg.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

#Geometry
#
process.load("Configuration.Geometry.GeometryExtended2026D86Reco_cff")
process.load("Configuration.Geometry.GeometryExtendedRun4D110Reco_cff")

#Magnetic Field
#
Expand Down

0 comments on commit e820391

Please sign in to comment.