Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Phase2-hgx360M Change 2026 to Run4 in the scenario definitions of the scripts in Validation/Geometry #46680

Merged
merged 2 commits into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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