diff --git a/Reconstruction/RecJobTransforms/share/skeleton.MergePool_tf.py b/Reconstruction/RecJobTransforms/share/skeleton.MergePool_tf.py
index d354c1ee899298044fe1c4b82fb7238d96a8e164..106415ec12aac9cf7c0f9fa3629e91fd25f5d916 100644
--- a/Reconstruction/RecJobTransforms/share/skeleton.MergePool_tf.py
+++ b/Reconstruction/RecJobTransforms/share/skeleton.MergePool_tf.py
@@ -37,6 +37,8 @@ if len(DAOD_Output_Key) is 1:
         
 if hasattr(runArgs,"inputFile"): athenaCommonFlags.FilesInput.set_Value_and_Lock( runArgs.inputFile )
 if hasattr(runArgs,"inputAODFile"):
+    from InDetRecExample.InDetKeys import InDetKeys;
+    InDetFlags.keepAdditionalHitsOnTrackParticle.set_Value_and_Lock(True)
     rec.readAOD.set_Value_and_Lock( True )
     rec.doWriteAOD.set_Value_and_Lock( True )
     athenaCommonFlags.PoolAODInput.set_Value_and_Lock( runArgs.inputAODFile )
diff --git a/Reconstruction/RecJobTransforms/share/skeleton.RAWtoALL_tf.py b/Reconstruction/RecJobTransforms/share/skeleton.RAWtoALL_tf.py
index 88379236274c48c54521771265569a19d7089946..f7c75f371ae63fc47119595cdaa35dc4c9e6fd6d 100644
--- a/Reconstruction/RecJobTransforms/share/skeleton.RAWtoALL_tf.py
+++ b/Reconstruction/RecJobTransforms/share/skeleton.RAWtoALL_tf.py
@@ -84,6 +84,11 @@ if hasattr(runArgs, "outputTXT_FTKIPFile"):
     rec.doTau.set_Value_and_Lock(False)
     rec.doTrigger.set_Value_and_Lock(False)
     rec.UserAlgs=["FastTrackSimWrap/FastTrackSimWrap_jobOptions.py"]
+
+if hasattr(runArgs,"outputNTUP_MUONCALIBFile"):
+    from MuonRecExample.MuonRecFlags import muonRecFlags
+    muonRecFlags.doCalib = True
+    muonRecFlags.calibNtupleOutput.set_Value_and_Lock( runArgs.outputNTUP_MUONCALIBFile )
     
 # Event display tarballs    
 if hasattr(runArgs, 'outputTXT_JIVEXMLTGZFile'):