diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/makeARTScripts.py b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/makeARTScripts.py
index 7bb424b683b0fc6ed568f3c07fc50daab51539b5..fb36c10855408811443b6c65a0de073aa1ce2319 100644
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/makeARTScripts.py
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/makeARTScripts.py
@@ -1,7 +1,7 @@
 import os
 
 makeDataDAODs=False
-makeMCDAODs=False
+makeMCDAODs=True
 makeTruthDAODs=False
 makeTrains=True
 
@@ -55,7 +55,7 @@ blsStreamLabel = "data17BPHYSLS"
 mcFileBPHY8 = "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.11705353._000001.pool.root.1"
 mcFileBPHY14 = "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.13151497._000097.pool.root.1"
 mcFileEXOT23 = "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/user.ctreado.11717804.EXT0._000056.DAOD_RPVLL.pool.root"
-mcFile = "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1"
+mcFile = "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1"
 dataFile = "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/data18_13TeV.00348403.physics_Main.merge.AOD.f920_m1947._lb0829._0001.1"
 dataFileRPVLL = "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/DAOD_RPVLL.13679930._004714.pool.root.1"
 dataFileDelayed = "/cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.11270451._000007.pool.root.1"
@@ -161,5 +161,5 @@ if (makeTruthDAODs):
 if (makeTrains):
    for train in trainList:
       generateTrains(train,dataLabel,dataFile,False)
-      #generateTrains(train,mcLabel,mcFile,True)
+      generateTrains(train,mcLabel,mcFile,True)
    generateTrains(['TOPQ1','TOPQ2','TOPQ4','TOPQ5'],mcLabel,mcFile,True) # special train, not run in production but needed for testing purposes
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY1.sh
index 759a78eda2be2835ce2f3b357143968d874fb660..5e05f43e7c50851fd756ccf4b4b5d2b6d525250b 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY10.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY10.sh
index 86191806e1ba547d47fdc5408489cd354c5863b0..c71fb3d6d3c9f966b2b3fa9e814556ccb3a7b3ab 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY10.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY10.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY10 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY10 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY11.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY11.sh
index ea6ac67323a10c4e45dbc2a5a2e8c34d184b48df..436e0adffcb538ec1f768734d8192e787b723498 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY11.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY11.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY11 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY11 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY12.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY12.sh
index 6d14f20dc6453a5f099bd0d528bcee8810153cf7..eb8208f8f1b1a0c9ffae3589a2cfdb7bda043325 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY12.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY12.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY12 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY12 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY15.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY15.sh
index ba8e6191cbdf2e71d48c487489c29e3ebd3a3181..2b1e4e3699d99e370548df742291bb7fe6822610 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY15.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY15.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY15 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY15 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY16.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY16.sh
index b36bfce34afaf82d0b09a8e95bd97a30c0894d75..aa306e8fd0a50541cfd2ecdaff4a600d74bfd4fb 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY16.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY16.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY16 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY16 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY2.sh
index 9f3b8233efe3609f719785f4f332eed2ee7cb714..20a2a018b1ca3ad53014ed85ec4e404930dab6ec 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY2.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY2.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY3.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY3.sh
index e1a2e5dd355836409c5a8d850017bb9cc440c807..c18dd62c46c88671e92f900c587e0d3ca0957df7 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY3.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY3.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY3 --maxEvents 500 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY3 --maxEvents 500 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY4.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY4.sh
index 6a8219f3035a231d5dd2cc03077a0f53cb9e36cb..375c655bc08655ce01dacefa5ba5966915fd6dbc 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY4.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY4.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY5.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY5.sh
index 3c6c95cce822230a76b695be8ede7a9d2a78c346..c3c018470ce6d08e670f5c9d451f22323debf297 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY5.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY5.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY6.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY6.sh
index a2405d3fcadd0c2d8cb54ac7dc5808015822e3e0..69371cfafee2db4323a87edca504a84d229595c3 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY6.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY6.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY6 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY6 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY7.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY7.sh
index 2a3c048c129abec9d6c7a50f2aa207b0c8ffc1b7..2341f2ccf9f2fd25ddc96a7a8acb57dc9f5aff0e 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY7.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY7.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY7 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY7 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY9.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY9.sh
index 2f17ffd80a7835af378a01670d7a22bc9649ced3..9713b78d3bc256bef6f9c9b9682454065e7d5067 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY9.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16BPHY9.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY9 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf BPHY9 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM1.sh
index ec9d2298f1de071a236636a42faac49fb16ec72e..d6578cd21705e0c1fa61e3122001f59e4e3f6e3c 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM2.sh
index 4505ad145479af779208671efa53bc3c5533d208..1be6390946cfe80e9883480e8e9c28eafa85c495 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM2.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM2.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM3.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM3.sh
index 7ea03dec1114360b370f45d4eedcef2f97d7e356..3be48a050eaec253ce1c51f7aaf2744ac882d0fc 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM3.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM3.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM4.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM4.sh
index 971069cc7673a2cb7579e8047c0c142eae5f7855..1ac4220a69a22451631d935f803a84f4e8bae5a1 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM4.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM4.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM5.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM5.sh
index e2cf851c78ed20956b5d2763e3b7518b7c93bae3..e878312f9917f9cf7b88e68ce6234433732793c2 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM5.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM5.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM6.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM6.sh
index 32d1070e4504efaae205146f309d9fd386c42df8..908f0b65612e6b5777220dcccd49a8caa2fe4d9a 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM6.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM6.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM6 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM6 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM7.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM7.sh
index 32d55c333ef73c502c89cf12617781f6a5f651ae..590df7cf03b71ad3b28282d1f4445366642c87ad 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM7.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM7.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM7 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM7 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM8.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM8.sh
index 7f910fd4a3c1b621f28ddc111f5c4adc3bcb70b4..e83542c40ba5796cff151056075a24b1ae57f83d 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM8.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM8.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM8 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM8 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM9.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM9.sh
index ba25ad08cf3f75eb2a783d23f5a9b5a7a04b811a..516c0a223d6ab4fce45f3902ce2459b23f1ea835 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM9.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM9.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM9 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM9 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM9_EXOT20_SUSY11_EXOT6_SUSY2_HIGG4D1_BPHY1_BPHY4.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM9_EXOT20_SUSY11_EXOT6_SUSY2_HIGG4D1_BPHY1_BPHY4.sh
new file mode 100755
index 0000000000000000000000000000000000000000..f2151b8fabc17e025bfabccf5b072a6f927966ec
--- /dev/null
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EGAM9_EXOT20_SUSY11_EXOT6_SUSY2_HIGG4D1_BPHY1_BPHY4.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# art-include
+# art-description: DAOD building EGAM9 EXOT20 SUSY11 EXOT6 SUSY2 HIGG4D1 BPHY1 BPHY4 mc16
+# art-type: grid
+# art-output: *.pool.root
+
+set -e
+
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EGAM9 EXOT20 SUSY11 EXOT6 SUSY2 HIGG4D1 BPHY1 BPHY4 --maxEvents 500  --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" '  --passThrough True 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT0.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT0.sh
index 03f0cb539975503ad07655b9b5fbd78e07ec16a0..8c04fbabd66aee59bd3a473100e2a53754ba07fb 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT0.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT0.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT0 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT0 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT10.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT10.sh
index aedb0f6ff43cde46f4437f7d5236ba21c17ffa95..128664cbb5e0f32afeedfb0d764f307a855dbb92 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT10.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT10.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT10 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT10 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT12.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT12.sh
index 83f48ee39ee149e4f856a9e6642b569e037c0bef..7c735a50b14b4a35f4b7778881a3859cfc775aef 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT12.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT12.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT12 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT12 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT13.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT13.sh
index 35a244f7e2b3daa51c845e8db439fcb31d81f379..6781570b6b74101aee18166ea242b1fd314ec458 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT13.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT13.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT13 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT13 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT13_SUSY5_SUSY7_EXOT8_EXOT4_HIGG4D2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT13_SUSY5_SUSY7_EXOT8_EXOT4_HIGG4D2.sh
new file mode 100755
index 0000000000000000000000000000000000000000..de018d1a39419eb44d6998568aa044f5baf3c093
--- /dev/null
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT13_SUSY5_SUSY7_EXOT8_EXOT4_HIGG4D2.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# art-include
+# art-description: DAOD building EXOT13 SUSY5 SUSY7 EXOT8 EXOT4 HIGG4D2 mc16
+# art-type: grid
+# art-output: *.pool.root
+
+set -e
+
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT13 SUSY5 SUSY7 EXOT8 EXOT4 HIGG4D2 --maxEvents 500  --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" '  --passThrough True 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT15.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT15.sh
index f969cabbe81fedbf5f091645483d3e512958e7e0..974afc73962b3ab35cebf2d2f55aea9d772246f4 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT15.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT15.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT15 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT15 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT17.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT17.sh
index f67b1c4b4e20058e4de3cac4ff563bf3fe668140..53c7c272a18715d3f855c858f34d4a2ba0300b97 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT17.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT17.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT17 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT17 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT19.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT19.sh
index 889cc4be3ecec4144cee9c9599826c45de0ea56e..e5fe3f3764df9040e937e581a4e4c6da280435ce 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT19.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT19.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT19 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT19 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT2.sh
index 1d5b4146639183f0c59d9be1e465f83ec3482104..3e0a709512c461626b8804606e47ca728ee9a22f 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT2.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT2.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT20.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT20.sh
index 46857a113f587e81ec7d5cfb2a2bb62d4cb862fe..787468fb70993a66d119df068eb3caa44148b755 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT20.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT20.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT20 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT20 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT21.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT21.sh
index 0abf9d40324dd9136c5e87951ade2f761047aeda..7973dd69e74c48623c382723925bba6e22155a0a 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT21.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT21.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT21 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT21 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT22.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT22.sh
index 24a739ab1426a0eeef3a1d1723c79b4261bf3403..a3732684c17b1b744dbc8ef2f255275924826518 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT22.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT22.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT22 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT22 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT22_SUSY4_JETM11_EXOT21_SUSY1_STDM7_SUSY8_SUSY10.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT22_SUSY4_JETM11_EXOT21_SUSY1_STDM7_SUSY8_SUSY10.sh
new file mode 100755
index 0000000000000000000000000000000000000000..dd728973557585564f4cc289a25c6f12867c97d7
--- /dev/null
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT22_SUSY4_JETM11_EXOT21_SUSY1_STDM7_SUSY8_SUSY10.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# art-include
+# art-description: DAOD building EXOT22 SUSY4 JETM11 EXOT21 SUSY1 STDM7 SUSY8 SUSY10 mc16
+# art-type: grid
+# art-output: *.pool.root
+
+set -e
+
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT22 SUSY4 JETM11 EXOT21 SUSY1 STDM7 SUSY8 SUSY10 --maxEvents 500  --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" '  --passThrough True 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT24.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT24.sh
index c8b3447d6d924ef3173435710043a26a8ab01ece..d9053e38ab66086a795068ea0559a93f7f7af83c 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT24.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT24.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT24 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT24 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT25.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT25.sh
index 3cdd0db0b6d8866c1aaad942e482a42c0b611de9..1f45e4a64c74adbdb4da6b4be72659f4187b0a0c 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT25.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT25.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT25 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT25 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT26.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT26.sh
index 276e7fe41ea4d3ffe237ac4694cd0b36b8eda510..62e07c91e999583ca688a28ef930030259e23e39 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT26.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT26.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT26 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT26 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT3.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT3.sh
index 0c283300b0d97125850ae004603814d54410871d..af1d5fa56daec51fab88b6204c25936ee7885eeb 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT3.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT3.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT4.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT4.sh
index 42450752ed41184b4f4e432153e0718f6f34d7f1..3e58a287e57f433c035442dfad70682d7320d693 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT4.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT4.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT5.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT5.sh
index 189823843e8eb4c1c9231a0f8cf53a34ac13eea8..87f3b5fee53b6341f6643350091d351c78077438 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT5.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT5.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT6.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT6.sh
index 1c35bf6ce79db1c98f37257c3f06195caf38fb9c..87886a4c529a2f0fd83828c5aae51989cda493c9 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT6.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT6.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT6 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT6 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT7.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT7.sh
index e261d883b3c07f2d0d2b7f9574cba5f671515400..85471a340e29d0e81076c830aa3fd75772d6998d 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT7.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT7.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT7 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT7 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT8.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT8.sh
index 4b4f8f0b9002a37ac280be3959f00210a919637e..0dca458a5f0e9f53a440dbcbfdc946c0addde5d6 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT8.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT8.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT8 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT8 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT9.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT9.sh
index cd24977a3614d88332647b6a0d90967d8a4677db..7cf0fce26bd30c17fa9e6f4256b3a2e8e85fda46 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT9.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16EXOT9.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT9 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf EXOT9 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG1.sh
index b6a273dc47a9d6ce3a8710dd1a307d0f50d1ece9..ca7bd2bd2c11cac5ca0906c7e1f4c383cb884fd5 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf FTAG1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf FTAG1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG2.sh
index da291c7d0cc98068dc9bc62b28c46253b8cfd09f..1a6face49a8cd913903c591893d9b7d4e119853d 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG2.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG2.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf FTAG2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf FTAG2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG3.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG3.sh
index 8a6fb672b70557073d431510ea4335a3e5b4d65f..3520dc8a3a2101f009fd025b5e00ee0e1104b5d9 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG3.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG3.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf FTAG3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf FTAG3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG4.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG4.sh
index a86b601a3021564b79a8bd21be99a9030e6774fb..c93ec0a83bf2fbb8aa2d094ba4fe17c578986145 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG4.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG4.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf FTAG4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf FTAG4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG5.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG5.sh
index 1fb23e41b7e6697888c250cf7b24adbb6b5b0eab..e3d0ba321af077e213b6a9e58ba82cf7384c8074 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG5.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16FTAG5.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf FTAG5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf FTAG5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG1D1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG1D1.sh
index 2adf38cb15bd1d533b212434c0aabb3e62757f13..420e6348a5a94034c2db8d5ac1ed880693eac171 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG1D1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG1D1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG1D1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG1D1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG1D2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG1D2.sh
index a736ec6d3c2569161653f775ed131b7452d8839b..09ee3704dbff5531266f06a8b672fbbccaaf7de3 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG1D2.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG1D2.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG1D2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG1D2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG2D1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG2D1.sh
index 4695542468486e6bfe12c945b75f2d8281cdd04e..901cbd71bb48021322f70be415142043e3750ca1 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG2D1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG2D1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG2D1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG2D1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG2D4.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG2D4.sh
index bf6da59b4333cec8d22aa3420c7cdadfc77beef2..9149886ca77a34b223c9e1c2b079b4d7e6f8c9dd 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG2D4.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG2D4.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG2D4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG2D4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG2D5.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG2D5.sh
index 59ccf346944dbf2086203d159ab6ec34240638ee..eef3f1cd5a2364ad0f5337643dfe9cb7796f0aed 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG2D5.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG2D5.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG2D5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG2D5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG3D1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG3D1.sh
index f5894f97694c0dfad2d3b90f6d5e85a751aab3ac..2e76d5297890ac3f56603cefd082b37fd760e17c 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG3D1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG3D1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG3D1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG3D1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG3D3.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG3D3.sh
index 554b3d8629a258302257bbc858ba2dd7d3d30f7d..f05d555c5fed609a1c424d5fe6dca7160af71e94 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG3D3.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG3D3.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG3D3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG3D3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D1.sh
index 749b1fef307306b8bb47c855467e2a1b3bc75b5f..4cc4c0f3cd37835c8a9a5e897f0a43d8bffc6778 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG4D1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG4D1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D2.sh
index 4e366d30fd937219e74c566ef92a8b7629bef87d..c7e8d6d39fb8f1f26c932ff05949904aa64c7a37 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D2.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D2.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG4D2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG4D2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D3.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D3.sh
index e35c08369f5b47bc8f208c56fdf5766e6086f41b..00b876e7dd1412d5f4ff1d31863daecea6914e3b 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D3.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D3.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG4D3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG4D3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D4.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D4.sh
index ba4446f5b4a54ffa6ca415737f8895bd856ebfd1..5ee9311522894d96c0d301ed36029e4caff0420c 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D4.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D4.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG4D4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG4D4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D5.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D5.sh
index f807d1ac48317ad2e51841fa6a0e2917de7f1361..0c333fde39dedb2fa8003a04d362ccfdfc566b82 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D5.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D5.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG4D5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG4D5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D6.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D6.sh
index 93cf8bbdad12aa25a135df54c32459a1f60ef860..538808fd1a91c78585261253a8d1385d4488eec3 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D6.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG4D6.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG4D6 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG4D6 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG5D1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG5D1.sh
index c7f3e91f970fad3f17c21e8b8937d040300e268f..d23e2827ae87e12fcdc071fcc07ce78fe9ea8099 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG5D1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG5D1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG5D1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG5D1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG5D2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG5D2.sh
index 30024ecb9a9d0de0010b69b177bcdd702ee1e373..6a0939cb47e2cc65717831953827506afec96fbd 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG5D2.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG5D2.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG5D2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG5D2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG5D3.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG5D3.sh
index 00f812ba22c457ddd318cdf39ac7a558dd609f69..fbfba6b056a58e58f679ffdb3c91bcf67ae959bd 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG5D3.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG5D3.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG5D3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG5D3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG6D1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG6D1.sh
index cb1831c4be14e1b1ec47122c7a3544463df7df68..f151dd3992abc15db6ea7bd3e8d634ed9924aedb 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG6D1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG6D1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG6D1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG6D1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG6D2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG6D2.sh
index 829e5de7f020023b82acf40f0a5cff008090c004..9f1d0fe0b1b1690b2d33a3a9c0eafbf5938ee12c 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG6D2.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG6D2.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG6D2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG6D2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG8D1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG8D1.sh
index 17f358d90309a04b07bb27f8f0b5d6e29bdcd7af..82f1f78e252d095791728d740c1192e15665355f 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG8D1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG8D1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG8D1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG8D1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG8D1_JETM6_MUON1_SUSY6_HIGG2D1_JETM1_MUON0_TOPQ1_TAUP3.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG8D1_JETM6_MUON1_SUSY6_HIGG2D1_JETM1_MUON0_TOPQ1_TAUP3.sh
new file mode 100755
index 0000000000000000000000000000000000000000..782455b060a51aa45a4f4ed0bea2733fa5eff961
--- /dev/null
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16HIGG8D1_JETM6_MUON1_SUSY6_HIGG2D1_JETM1_MUON0_TOPQ1_TAUP3.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# art-include
+# art-description: DAOD building HIGG8D1 JETM6 MUON1 SUSY6 HIGG2D1 JETM1 MUON0 TOPQ1 TAUP3 mc16
+# art-type: grid
+# art-output: *.pool.root
+
+set -e
+
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf HIGG8D1 JETM6 MUON1 SUSY6 HIGG2D1 JETM1 MUON0 TOPQ1 TAUP3 --maxEvents 500  --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" '  --passThrough True 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16IDTR1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16IDTR1.sh
index 212444010e16ea68a562059b83bb687328b08fb2..bc9c6fe2ce841bde6ecabcc00778cd3921f65881 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16IDTR1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16IDTR1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf IDTR1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf IDTR1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM1.sh
index af0f724f8b7d13a9a95762d2bce4f72326529106..7739653d94c9b64d3e2f9d584d82e33799d4d532 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM10.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM10.sh
index 51a961ae21386dfe568044363d8512bfe05d5ae0..fd12159e5d9bc11baefb277cdaf83497959e1779 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM10.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM10.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM10 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM10 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM11.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM11.sh
index 0758b574077c0aee4adf3e7252ed056d6547b9f0..d21409364b8fbde7bb3947bde87e713cb8c18bc3 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM11.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM11.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM11 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM11 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM12.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM12.sh
index 32b898d751f0e14928919cb4b69ca451a0bf5362..0e312d6ed27a4a48001c07b217d5b643a2419c31 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM12.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM12.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM12 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM12 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM12_EGAM3_JETM10.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM12_EGAM3_JETM10.sh
new file mode 100755
index 0000000000000000000000000000000000000000..999dd537ea14ed94859861ecad78138a88e67b95
--- /dev/null
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM12_EGAM3_JETM10.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# art-include
+# art-description: DAOD building JETM12 EGAM3 JETM10 mc16
+# art-type: grid
+# art-output: *.pool.root
+
+set -e
+
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM12 EGAM3 JETM10 --maxEvents 500  --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" '  --passThrough True 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM13.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM13.sh
index f1737f444d316b269a6db5f78678601dd07b9309..463c50c4275b25d861dbf0a90efaef3cb2d7cacd 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM13.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM13.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM13 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM13 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM2.sh
index f74d07975549d31146254b3b861e331a17fda92a..5d701604a8e4e0e26722d014f1323491823918c4 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM2.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM2.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM3.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM3.sh
index dcbd397bc2f93f1a6d8697cfe7c764ca5a44b484..6cc2b20f41bd30d97c67223da3ab070d8ae40e57 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM3.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM3.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM4.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM4.sh
index 1a72f82e3486fff03e35fe94dac86f8df5223384..453d41e640bc79be81059223d8d2e01b99b87ba1 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM4.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM4.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM5.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM5.sh
index 1f5827ceaa2df65a63df7bc28d0dee209d33b716..81195e237250a272820460b67f6f2349d6ed939d 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM5.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM5.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM6.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM6.sh
index e555db6f41dafaa452108c0680fb8ecae32e2ec2..570c9126c5044de771245811ac575ebdbb54d19f 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM6.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM6.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM6 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM6 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM7.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM7.sh
index 16d0643f0a4c53e3a135457bfa583b849885b253..73ce0a072df766dd70f97d811126706997692719 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM7.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM7.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM7 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM7 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM8.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM8.sh
index 094c5702aa35aa3d68ddcbfe64bbec7613a5b38d..227cb942004947a0531eb9341663f833561787b0 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM8.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM8.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM8 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM8 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM9.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM9.sh
index b24bbdeaec1b45da838ffde60786b1e1c21aad5e..1b20945cbaeb61a28dba8e26fc523c619f36d406 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM9.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM9.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM9 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM9 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM9_STDM4_TOPQ4_FTAG4.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM9_STDM4_TOPQ4_FTAG4.sh
new file mode 100755
index 0000000000000000000000000000000000000000..c16227bbe1739d7d11be0143238915b76729b05d
--- /dev/null
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16JETM9_STDM4_TOPQ4_FTAG4.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# art-include
+# art-description: DAOD building JETM9 STDM4 TOPQ4 FTAG4 mc16
+# art-type: grid
+# art-output: *.pool.root
+
+set -e
+
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf JETM9 STDM4 TOPQ4 FTAG4 --maxEvents 500  --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" '  --passThrough True 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON0.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON0.sh
index 11023230a22fea4b1cc93019dc0204ba11f6427a..6db7e0cbd2ff634ef1b8d0287bd230b6db3c0b91 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON0.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON0.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf MUON0 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf MUON0 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON1.sh
index 747dbb427f601bac031ceab4264dc6bcece0240b..c24ff42b723a3398dac73a9ae855ec6cfa1bf8f0 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf MUON1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf MUON1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON2.sh
index ce320de9c1187c547c8e478c5eec6537cf570007..5ed5af481945fed08b0268efb5c26236c8821305 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON2.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON2.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf MUON2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf MUON2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON2_HIGG4D4_JETM7_BPHY7_EXOT17_BPHY5_EGAM7_HIGG1D2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON2_HIGG4D4_JETM7_BPHY7_EXOT17_BPHY5_EGAM7_HIGG1D2.sh
new file mode 100755
index 0000000000000000000000000000000000000000..b6f086240a731ef5ff13d110968186eea308dde6
--- /dev/null
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON2_HIGG4D4_JETM7_BPHY7_EXOT17_BPHY5_EGAM7_HIGG1D2.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# art-include
+# art-description: DAOD building MUON2 HIGG4D4 JETM7 BPHY7 EXOT17 BPHY5 EGAM7 HIGG1D2 mc16
+# art-type: grid
+# art-output: *.pool.root
+
+set -e
+
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf MUON2 HIGG4D4 JETM7 BPHY7 EXOT17 BPHY5 EGAM7 HIGG1D2 --maxEvents 500  --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" '  --passThrough True 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON3.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON3.sh
index 32ece00b0518d002b9901ec20c5408a14ea689c3..03c8d35018c69662dad66b739be0e6dcdbf35f27 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON3.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON3.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf MUON3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf MUON3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON4.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON4.sh
index 45ed82bdb479edfb632aa00bf1b7ad5598b8b9b8..ea12375ef6c54aafefb21629343f9f060013b510 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON4.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16MUON4.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf MUON4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf MUON4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16PHYSVAL.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16PHYSVAL.sh
index 41e5f308fcaf41d667b3488868cb49af2e83bd7a..b9e256157f465acbf92e96b33b3357b94bece287 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16PHYSVAL.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16PHYSVAL.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf PHYSVAL --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf PHYSVAL --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM2.sh
index 23d8db89700bead054c5d5d0703f9b146f59e0bc..e936b4d037f70c450386a65d9d81413f43f1bc50 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM2.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM2.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM2_SUSY18_EXOT3_EGAM1_EGAM5_EXOT2_SUSY3_EXOT5_HIGG6D2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM2_SUSY18_EXOT3_EGAM1_EGAM5_EXOT2_SUSY3_EXOT5_HIGG6D2.sh
new file mode 100755
index 0000000000000000000000000000000000000000..e4bcbbfff9a67f426f20cdf4ffe5ef222f81ebe1
--- /dev/null
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM2_SUSY18_EXOT3_EGAM1_EGAM5_EXOT2_SUSY3_EXOT5_HIGG6D2.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# art-include
+# art-description: DAOD building STDM2 SUSY18 EXOT3 EGAM1 EGAM5 EXOT2 SUSY3 EXOT5 HIGG6D2 mc16
+# art-type: grid
+# art-output: *.pool.root
+
+set -e
+
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM2 SUSY18 EXOT3 EGAM1 EGAM5 EXOT2 SUSY3 EXOT5 HIGG6D2 --maxEvents 500  --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" '  --passThrough True 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM3.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM3.sh
index ed7bff99a84905b57a2eaf9f2a97efede932ff56..c530ea687108d3fbc1c5f2591d001b2e995825df 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM3.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM3.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM4.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM4.sh
index 3ca7a70ca409ebc34c990c6a6d0a5071302a22a5..fd131302d95b2bae4980f7c897d2c3377eb6681c 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM4.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM4.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM5.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM5.sh
index e201e5a2616df9f352489a104d04f114551d75e4..44dd8f0779af24a914e538cf226c58161ac4afa5 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM5.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM5.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM5_EGAM4_EGAM2_EXOT12_SUSY9_EXOT9.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM5_EGAM4_EGAM2_EXOT12_SUSY9_EXOT9.sh
new file mode 100755
index 0000000000000000000000000000000000000000..20ff2288f50bd1bf608417c8399ab12af43d4b22
--- /dev/null
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM5_EGAM4_EGAM2_EXOT12_SUSY9_EXOT9.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# art-include
+# art-description: DAOD building STDM5 EGAM4 EGAM2 EXOT12 SUSY9 EXOT9 mc16
+# art-type: grid
+# art-output: *.pool.root
+
+set -e
+
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM5 EGAM4 EGAM2 EXOT12 SUSY9 EXOT9 --maxEvents 500  --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" '  --passThrough True 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM6.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM6.sh
index 011f164545eb9433506381ee1e657517ee1813a1..56f8c7b988b3d8b843dfa03d859f5807d93c8f6d 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM6.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM6.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM6 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM6 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM7.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM7.sh
index 5a23dbd34f0901f2f6ba2d8951955797f37a48ed..ae8b30169659efd6f5df764b72be5fe32c3a9ee3 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM7.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM7.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM7 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM7 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM8.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM8.sh
index 85de6d6e5302fd9fa69e0bfbafd13e95fac79a2f..7c7fe1adab00d588db7cb5d2b69de4de9f8c44c9 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM8.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM8.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM8 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM8 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM9.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM9.sh
index aeac0e12d1149a50537b0b63f148b80c38d450da..c0e1b7530b461fb366c6e74ec8fedc8cddfbc59d 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM9.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16STDM9.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM9 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf STDM9 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY1.sh
index 60947ef2c0a74fbec663e0b90b15f609d93fa54d..b92e811a28fe92f281949ea0838ee9874e97b5f9 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY10.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY10.sh
index 5788439573993302ad36e0db68746fec7a37290b..3564d47c3347fdb5c505f4584ac8efcb99d10752 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY10.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY10.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY10 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY10 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY11.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY11.sh
index 5884285e75fca79eac196590289c11e3e8d3a512..d37553276a79cc7a5057ff0499140c1d56504a5c 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY11.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY11.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY11 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY11 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY12.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY12.sh
index 5b11ac64a779cfe500880d8cc26f4123cc89c2ae..32b948e8b62c14b26c6989e24c8ebbce5d019efb 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY12.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY12.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY12 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY12 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY12_STDM3_EXOT15_JETM3_EXOT19_HIGG4D6_HIGG6D1_HIGG1D1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY12_STDM3_EXOT15_JETM3_EXOT19_HIGG4D6_HIGG6D1_HIGG1D1.sh
new file mode 100755
index 0000000000000000000000000000000000000000..7f7ccc837936e2d212f56ff6eca1689ee7ea1c5a
--- /dev/null
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY12_STDM3_EXOT15_JETM3_EXOT19_HIGG4D6_HIGG6D1_HIGG1D1.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# art-include
+# art-description: DAOD building SUSY12 STDM3 EXOT15 JETM3 EXOT19 HIGG4D6 HIGG6D1 HIGG1D1 mc16
+# art-type: grid
+# art-output: *.pool.root
+
+set -e
+
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY12 STDM3 EXOT15 JETM3 EXOT19 HIGG4D6 HIGG6D1 HIGG1D1 --maxEvents 500  --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" '  --passThrough True 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY15.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY15.sh
index df536b4cfbcba71c432e7bc82f73e2b6d564335e..ac5f3e08c5e8bce0be4505638ba84f94cba3c871 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY15.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY15.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY15 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY15 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY16.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY16.sh
index f017c88fee8335377b7bb49a4d03a7cba8f34aa1..72cc83938f1596e7291ae363e45a520bf28d36c8 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY16.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY16.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY16 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY16 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY17.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY17.sh
index 513e2e8d2b46e62040344a5eafc3dc150988a7bb..a8890acde7f3021070ded145b15dfc8ffca3b286 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY17.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY17.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY17 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY17 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY18.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY18.sh
index 59f15f524dbb6e55a5fbfda70c434e98a2f1e9a6..bc78f6a618d45f795179ae40261196685a1b0d34 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY18.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY18.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY18 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY18 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY2.sh
index 33b25823fa355ad36aea5ce06bf6730d310767a8..6a04941ab82e453c71311be4ffa040e79de1d5ff 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY2.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY2.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY3.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY3.sh
index ba1db94798ad6b86bdb9f82b63789ab555fc5aac..c8e7d175d0b9569ffc53f91637c99f6e11a19693 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY3.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY3.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY4.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY4.sh
index 1a64134e63a76271cce1064d550099f67464fdef..b8de6dc56140267ac34882d221112ad9b3dd8910 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY4.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY4.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY5.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY5.sh
index a4e7a53056e27b1f37a3d49d352e280968a007d7..55412c795f80f572aac81b27e3119688a9aa108d 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY5.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY5.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY6.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY6.sh
index d825c82ddda13daeb24f5f0d2cf9226e3a627f41..af32e207025310d23da7496a99b2a5156943fdd7 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY6.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY6.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY6 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY6 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY7.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY7.sh
index 4929dd4445d33fb403fc8e72facad269bd4c85af..20d7ab35e23317dcf2dd9204d0918b0a7467da20 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY7.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY7.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY7 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY7 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY8.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY8.sh
index 7e1aa24c58dd36ee449231eacd466dbb1743dab5..4506a0d62d4660cdd0db27becca49f1c41af0561 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY8.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY8.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY8 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY8 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY9.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY9.sh
index cccd6c9e662e9d2ee30e18bd69b9b86044cf8444..e25202193d287e54d6b43bb30676c3762e444364 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY9.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16SUSY9.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY9 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf SUSY9 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP1.sh
index 5acded3cc28b1fc0a42e031149067618a946f416..ca7edfe23ec18f85e8853b0137ef1db6b28b1be0 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf TAUP1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf TAUP1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP1_HIGG4D5_JETM4_TOPQ2_TOPQ5_HIGG4D3_SUSY16_EXOT7.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP1_HIGG4D5_JETM4_TOPQ2_TOPQ5_HIGG4D3_SUSY16_EXOT7.sh
new file mode 100755
index 0000000000000000000000000000000000000000..724b4dd71137e1901e2788c5ca07c634e3d3eb0d
--- /dev/null
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP1_HIGG4D5_JETM4_TOPQ2_TOPQ5_HIGG4D3_SUSY16_EXOT7.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# art-include
+# art-description: DAOD building TAUP1 HIGG4D5 JETM4 TOPQ2 TOPQ5 HIGG4D3 SUSY16 EXOT7 mc16
+# art-type: grid
+# art-output: *.pool.root
+
+set -e
+
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf TAUP1 HIGG4D5 JETM4 TOPQ2 TOPQ5 HIGG4D3 SUSY16 EXOT7 --maxEvents 500  --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" '  --passThrough True 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP2.sh
index bd91f666e44679c55c5ea8c12b1954a3c4bd9696..3e7c95971bd6859b624a9056c2b131bf4dd99ffc 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP2.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP2.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf TAUP2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf TAUP2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP3.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP3.sh
index 5a1a3d63e8672a7109efc77ae92ba4b3e2c5d514..c3a3ac8a85a64c3f429f1adc2fb1db5039289739 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP3.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP3.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf TAUP3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf TAUP3 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP4.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP4.sh
index 2d14d7ac063abaadc8d53814696b3b25006de60f..c1b45b5c6654e6311f8e5997552607676b3d23d5 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP4.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TAUP4.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf TAUP4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf TAUP4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TCAL1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TCAL1.sh
index ada49aa56a3c829fc74c4b8989812fd760ad595e..82db178c7ad997d4f73252becf40c2c399fade29 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TCAL1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TCAL1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf TCAL1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf TCAL1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TCAL1_EXOT10_HIGG2D5.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TCAL1_EXOT10_HIGG2D5.sh
new file mode 100755
index 0000000000000000000000000000000000000000..2e3045ed75b5238bcc47b61ea58eeaf7d688e0a8
--- /dev/null
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TCAL1_EXOT10_HIGG2D5.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+# art-include
+# art-description: DAOD building TCAL1 EXOT10 HIGG2D5 mc16
+# art-type: grid
+# art-output: *.pool.root
+
+set -e
+
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf TCAL1 EXOT10 HIGG2D5 --maxEvents 500  --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" '  --passThrough True 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ1.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ1.sh
index c23d6767bb2582089e3751f5dc7b15551ae7186f..b19cd0668517b3998890ccd9879fd2eaf7fd1353 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ1.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ1.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf TOPQ1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf TOPQ1 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ1_TOPQ2_TOPQ4_TOPQ5.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ1_TOPQ2_TOPQ4_TOPQ5.sh
index a0f5a795d5870cbaa983d2f605ef75068fe33374..17ac1b71f2d01d90c41ccf9a3490174d8471bc43 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ1_TOPQ2_TOPQ4_TOPQ5.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ1_TOPQ2_TOPQ4_TOPQ5.sh
@@ -7,4 +7,4 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf TOPQ1 TOPQ2 TOPQ4 TOPQ5 --maxEvents 500  --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" '  --passThrough True 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf TOPQ1 TOPQ2 TOPQ4 TOPQ5 --maxEvents 500  --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" '  --passThrough True 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ2.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ2.sh
index bc4c08c8fd8ba080a18127c7e215feb08190c777..a6237750d4e298b7af5e7884b3e8c13ce9e9b21c 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ2.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ2.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf TOPQ2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf TOPQ2 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ4.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ4.sh
index f183a26f9abb8f3e24ba066e4608f2c9aa8729bc..c86c808dd5f19977a021f5756f1729768878c93e 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ4.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ4.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf TOPQ4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf TOPQ4 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"
 
diff --git a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ5.sh b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ5.sh
index b5b62bb2155f60abff8459df451b14c9f3cc6c77..a4372c5774e4fe5bc3874363050fb87b1efc8a62 100755
--- a/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ5.sh
+++ b/PhysicsAnalysis/DerivationFramework/DerivationFrameworkART/test/test_mc16TOPQ5.sh
@@ -9,7 +9,7 @@
 
 set -e
 
-Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.12169019._004055.pool.root.1 --outputDAODFile art.pool.root --reductionConf TOPQ5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
+Reco_tf.py --inputAODFile /cvmfs/atlas-nightlies.cern.ch/repo/data/data-art/DerivationFrameworkART/AOD.14795494._005958.pool.root.1 --outputDAODFile art.pool.root --reductionConf TOPQ5 --maxEvents -1 --preExec 'rec.doApplyAODFix.set_Value_and_Lock(True);from BTagging.BTaggingFlags import BTaggingFlags;BTaggingFlags.CalibrationTag = "BTagCalibRUN12-08-40" ' 
 
 echo "art-result: $? reco"