From 969b56e158167bfc7f54873c7ea3966729983ee8 Mon Sep 17 00:00:00 2001 From: Norraphat Date: Tue, 4 Oct 2022 08:43:01 +0200 Subject: [PATCH] migrate to D92 --- Validation/Geometry/test/genHGCalPlots.sh | 2 +- Validation/Geometry/test/runP_HGCal_cfg.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Validation/Geometry/test/genHGCalPlots.sh b/Validation/Geometry/test/genHGCalPlots.sh index 0f3a64765c584..8fee52406cfd0 100755 --- a/Validation/Geometry/test/genHGCalPlots.sh +++ b/Validation/Geometry/test/genHGCalPlots.sh @@ -1,6 +1,6 @@ #!/bin/bash -ex -geom=Extended2026D76 +geom=Extended2026D92 VGEO_DIR=$CMSSW_BASE/src/Validation/Geometry TEST_DIR=${VGEO_DIR}/test/materialBudgetHGCalPlots diff --git a/Validation/Geometry/test/runP_HGCal_cfg.py b/Validation/Geometry/test/runP_HGCal_cfg.py index c3be84ff97981..335a69981ea51 100644 --- a/Validation/Geometry/test/runP_HGCal_cfg.py +++ b/Validation/Geometry/test/runP_HGCal_cfg.py @@ -15,7 +15,7 @@ process.load("SimGeneral.HepPDTESSource.pythiapdt_cfi") -# The default geometry is Extended2026D77Reco. If a different geoemtry +# The default geometry is Extended2026D92Reco. 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" @@ -30,7 +30,7 @@ options = VarParsing('analysis') options.register('geom', #name - 'Extended2026D77', #default value + 'Extended2026D92', #default value VarParsing.multiplicity.singleton, # kind of options VarParsing.varType.string, # type of option "Select the geometry to be studied" # help message