Skip to content
Snippets Groups Projects
Commit 4d06a527 authored by Walter Lampl's avatar Walter Lampl
Browse files

Merge branch 'fwinkl_inputtype' into '23.0'

TrigConfIO: fix spelling of InputType in ConfigSvc

See merge request atlas/athena!64220
parents 0b2f8b74 23e20ce5
No related branches found
No related tags found
No related merge requests found
......@@ -63,8 +63,8 @@ def modifyConfigForP1(json_file, db_file):
# L1 and HLT Config Svc must read from db
mod( properties, "LVL1ConfigSvc", "InputType", lambda x : "db" )
mod( properties, "HLTConfigSvc", "InputType", lambda x : "db" )
mod( properties, "LVL1ConfigSvc", "InputType", lambda x : "DB" )
mod( properties, "HLTConfigSvc", "InputType", lambda x : "DB" )
mod( properties, "HLTPrescaleCondAlg", "Source", lambda x : "COOL" ) # prescales will be read from COOL online
mod( properties, "HLTPrescaleCondAlg", "TriggerDB", lambda x : "JOSVC" ) # configuration will be taken from the JOSvc at P1
# remove filenames to avoid duplicates
......
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