Skip to content

Commit 3a54f6f

Browse files
authored
Merge pull request #46689 from bsunanda/Phase2-hgx360O
Phase2-hgx360O Replace 2026 wth Run4 in some scripts of Alignment/MillePedeAlignmentAlgorithm and CalibCalorimetry/EBPhase2TPGTools
2 parents 2eac442 + d3d6c64 commit 3a54f6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Alignment/MillePedeAlignmentAlgorithm/python/alignmentsetup/GeneralSetup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def setup(process, global_tag, zero_tesla=False, geometry=""):
3030
print(f"Using Geometry from DB")
3131
process.load('Configuration.Geometry.GeometryRecoDB_cff')
3232
else:
33-
# Check if the geometry string matches the format "Extended<X>", e.g. Extended2026D110
33+
# Check if the geometry string matches the format "Extended<X>", e.g. ExtendedRun4D110
3434
if re.match(r"^Extended\w+$", geometry):
3535
# Dynamically load the specified geometry
3636
geometry_module = f"Configuration.Geometry.Geometry{geometry}Reco_cff"

CalibCalorimetry/EBPhase2TPGTools/test/runEBPhase2TPParamProducer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
process.load('FWCore.MessageService.MessageLogger_cfi')
1616
process.load('Configuration.EventContent.EventContent_cff')
1717
process.load('SimGeneral.MixingModule.mixNoPU_cfi')
18-
process.load('Configuration.Geometry.GeometryExtended2026D110Reco_cff')
19-
process.load('Configuration.Geometry.GeometryExtended2026D110_cff')
18+
process.load('Configuration.Geometry.GeometryExtendedRun4D110Reco_cff')
19+
process.load('Configuration.Geometry.GeometryExtendedRun4D110_cff')
2020
process.load('Configuration.StandardSequences.MagneticField_cff')
2121
process.load('Configuration.StandardSequences.Generator_cff')
2222
process.load('IOMC.EventVertexGenerators.VtxSmearedHLLHC14TeV_cfi')

0 commit comments

Comments
 (0)