Skip to content
Snippets Groups Projects
Commit 67ab0ca7 authored by Rachid Mazini's avatar Rachid Mazini
Browse files

Merge branch '21.0-overlay-HEC' into '21.0'

Add overrides for HEC in overlay HI production

See merge request atlas/athena!36563
parents dc098a07 b40cc37b
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,13 @@ conddb.addFolderSplitMC("SCT","/SCT/DAQ/Config/Chip","/SCT/DAQ/Config/Chip",forc
conddb.blockFolder("/SCT/DAQ/Config/Module")
conddb.addFolderSplitMC("SCT","/SCT/DAQ/Config/Module","/SCT/DAQ/Config/Module",force=True)
conddb.blockFolder("/LAR/BadChannels/BadChannels")
conddb.blockFolder("/LAR/BadChannelsOfl/BadChannels")
conddb.addFolderWithTag("LAR_OFL","/LAR/BadChannels/BadChannels","LARBadChannelsBadChannels-HECAQ3Missing",force=True,forceMC=True)
conddb.blockFolder("/LAR/BadChannels/MissingFEBs")
conddb.blockFolder("/LAR/BadChannelsOfl/MissingFEBs")
conddb.addFolderWithTag("LAR_OFL","/LAR/BadChannels/MissingFEBs","LArBadChannelsMissingFEBs-IOVDEP-04",force=True,forceMC=True)
dofolderoverrides = True
if dofolderoverrides:
print "ACH - overriding folder access patterns"
......
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