From c6af47f7ea5b94489877eaa58bcf0c1dcddf1982 Mon Sep 17 00:00:00 2001
From: Tomas Dado <tomas.dado@cern.ch>
Date: Thu, 19 Nov 2020 12:08:57 +0100
Subject: [PATCH] Remove FFCalibFile option from fudge tool since it doesnt
 exist in master

---
 .../TopPhys/xAOD/TopCPTools/Root/TopEgammaCPTools.cxx          | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/PhysicsAnalysis/TopPhys/xAOD/TopCPTools/Root/TopEgammaCPTools.cxx b/PhysicsAnalysis/TopPhys/xAOD/TopCPTools/Root/TopEgammaCPTools.cxx
index 77f0c5fc712..a7b91f06a8f 100644
--- a/PhysicsAnalysis/TopPhys/xAOD/TopCPTools/Root/TopEgammaCPTools.cxx
+++ b/PhysicsAnalysis/TopPhys/xAOD/TopCPTools/Root/TopEgammaCPTools.cxx
@@ -177,9 +177,6 @@ namespace top {
       // for MC15 samples, which are based on a geometry derived from GEO-21 from 2015+2016 data
       top::check(asg::setProperty(fudge_tool, "Preselection", 22),
                  "Failed to set " + fudgeName + " property: Preselection");
-      top::check(asg::setProperty(fudge_tool, "FFCalibFile",
-                                  "ElectronPhotonShowerShapeFudgeTool/v2/PhotonFudgeFactors.root"),
-                 "Failed to set ElectronPhotonShowerShapeFudgeTool");
       top::check(fudge_tool->initialize(),
                  "Failed to initialize PhotonFudgeTool");
       m_photonFudgeTool = fudge_tool;
-- 
GitLab