From f68df619c4fa010c12f412e4dc268f0edfb5c386 Mon Sep 17 00:00:00 2001 From: Nils Erik Krumnack <nils.erik.krumnack@cern.ch> Date: Wed, 18 Nov 2020 22:28:32 +0000 Subject: [PATCH] Merge branch '21.2-FTAG-CDI-file' into '21.2' updated FTAG CDI file See merge request atlas/athena!38380 (cherry picked from commit ddef6fcd34469096587eb25a476bbc4c1927d598) 2d4fb0a4 updated FTAG CDI file --- .../FTagAnalysisAlgorithms/python/FTagAnalysisSequence.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/python/FTagAnalysisSequence.py b/PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/python/FTagAnalysisSequence.py index 6fbb2ea46e4..d37732da0a3 100644 --- a/PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/python/FTagAnalysisSequence.py +++ b/PhysicsAnalysis/Algorithms/FTagAnalysisAlgorithms/python/FTagAnalysisSequence.py @@ -49,9 +49,11 @@ def makeFTagAnalysisSequence( seq, dataType, jetCollection, if btIndex != -1: jetCollection = jetCollection[:btIndex] + # CDI file + # https://twiki.cern.ch/twiki/bin/view/AtlasProtected/BTagCalibrationRecommendationsRelease21 bTagCalibFile = "xAODBTaggingEfficiency/13TeV/2017-21-13TeV-MC16-CDI-2019-07-30_v1.root" else: - bTagCalibFile = "xAODBTaggingEfficiency/13TeV/2019-21-13TeV-MC16-CDI-2019-10-07_v1.root" + bTagCalibFile = "xAODBTaggingEfficiency/13TeV/2020-21-13TeV-MC16-CDI-2020-03-11_Sh228_v3.root" # # Create the analysis algorithm sequence object: # seq = AnaAlgSequence( "FTagAnalysisSequence" ) -- GitLab