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

Merge branch 'fix-xml-reading-in-reco' into 'master'

Disable reading XML in RAW2ALL transform

See merge request !42023
parents 4bfb7f00 c6b3900b
No related branches found
No related tags found
6 merge requests!58791DataQualityConfigurations: Modify L1Calo config for web display,!46784MuonCondInterface: Enable thread-safety checking.,!46776Updated LArMonitoring config file for WD to match new files produced using MT,!45405updated ART test cron job,!42417Draft: DIRE and VINCIA Base Fragments for Pythia 8.3,!42023Disable reading XML in RAW2ALL transform
......@@ -104,6 +104,9 @@ if rec.doTrigger():
#Just to be sure we use no LVL1 xml file and do not forget any clients
tf.inputLVL1configFile = "LVL1configDUMMY.xml"
tf.inputLVL1configFile.lock()
tf.readLVL1configFromXML=False
tf.readLVL1configFromXML.lock()
# do not need thresholds but are using LVL1ConfigSvc
if not hasattr(ToolSvc,'RecMuCTPIByteStreamTool'):
from TrigT1ResultByteStream.TrigT1ResultByteStreamConf import RecMuCTPIByteStreamTool
......
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