Skip to content
Snippets Groups Projects
Commit d1a1456a authored by Ignacio Aracena's avatar Ignacio Aracena Committed by Graeme Stewart
Browse files

fix removal of HLTResult in RDO_TRIG (RecJobTransforms-01-00-35)

	Fix small issue for RDO_TRIG
	* share/skeleton.RAWtoESD_tf.py
	- use cfgKeyStore['inputFile'].removeItem instead of clear
	* Tag as RecJobTransforms-01-00-35

	* Tag as RecJobTransforms-01-00-34
parent 99bd21c4
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ if hasattr(runArgs,"inputRDO_TRIGFile"):
l1output = Lvl1ResultBuilderGetter()
from RecExConfig.ObjKeyStore import cfgKeyStore
if cfgKeyStore.isInInput("HLT::HLTResult","HLTResult_HLT"):
cfgKeyStore.clear("HLT::HLTResult")
cfgKeyStore['inputFile'].removeItem(["HLT::HLTResult#HLTResult_HLT"])
if hasattr(runArgs,"inputRDO_FILTFile"):
rec.readRDO.set_Value_and_Lock( True )
globalflags.InputFormat.set_Value_and_Lock('pool')
......
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