Skip to content
Snippets Groups Projects
Commit afaac7d0 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'remove_obs_modifier' into 'master'

Remove modifier referring to now-deleted service

See merge request !47486
parents ec094e2e 7c570763
5 merge requests!69091Fix correlated smearing bug in JER in JetUncertainties in 22.0,!58791DataQualityConfigurations: Modify L1Calo config for web display,!51674Fixing hotSpotInHIST for Run3 HIST,!50012RecExConfig: Adjust log message levels from GetRunNumber and GetLBNumber,!47486Remove modifier referring to now-deleted service
......@@ -126,14 +126,6 @@ class ForceMuonDataType(_modifier):
muonByteStreamFlags.TgcDataType = 'atlas'
class RPCcablingHack(_modifier):
"""
Hack for low pt thresholds - doesn't seem to do anything for HLT?
"""
def postSetup(self):
if hasattr(svcMgr,'RPCcablingSimSvc'):
svcMgr.RPCcablingSimSvc.HackFor1031 = True
class useNewRPCCabling(_modifier):
"""
Switch to new RPC cabling code
......
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