Skip to content
Snippets Groups Projects
Commit ae7ed6d8 authored by Frank Winklmeier's avatar Frank Winklmeier
Browse files

Merge branch 'ca/fix1' into 'master'

Fix CaloClusterCorrection_config_test_ctest

See merge request atlas/athena!50300
parents 0693884b f30f0e85
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@ c = coverage.Coverage ('CaloClusterCorrection.common')
from AthenaConfiguration.ComponentFactory import CompFactory
from AthenaConfiguration.Enums import LHCPeriod
from CaloClusterCorrection import common
from CaloClusterCorrection.CaloSwCorrections import make_CaloSwCorrectionsCfg
......@@ -956,6 +957,7 @@ def test19 (flags_in):
flags = flags_in.clone()
flags.Input.isMC = True
flags.GeoModel.AtlasVersion = 'ATLAS-CSC-05-xx'
flags.GeoModel.Run = LHCPeriod.Run2
flags.IOVDb.GlobalTag = 'OFLCOND-RUN12-SDR-31'
flags.Calo.ClusterCorrection.caloSwGeneration = '00-02-01'
flags.lock()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment