diff --git a/DataQuality/DataQualityUtils/scripts/hotSpotInHIST.py b/DataQuality/DataQualityUtils/scripts/hotSpotInHIST.py
index 0c28384caadce7854d454ff5160c42a4227dc17b..dd8fba64f588662ee1470c01d1a81e83e2b19d1a 100644
--- a/DataQuality/DataQualityUtils/scripts/hotSpotInHIST.py
+++ b/DataQuality/DataQualityUtils/scripts/hotSpotInHIST.py
@@ -211,8 +211,8 @@ if (objectType == "EMTopoJets_eta"):
 # Tau
 if (objectType == "Tau"):
   histoPath  = {"NoCut":"run_%d/Tau/tauPhiVsEta"%(runNumber),
-                "Et15GeV":"run_%d/Tau/tauPhiVsEta_et15"%(runNumber),
-                "Et15GeVBdtLoose":"run_%d/Tau/tauPhiVsEta_et15_BDTLoose"%(runNumber)}
+                "Et15GeV":"run_%d/Tau/tauPhiVsEtaEt15"%(runNumber),
+                "Et15GeVBdtLoose":"run_%d/Tau/tauPhiVsEtaEt15BDTLoose"%(runNumber)}
   histoLegend = {"NoCut":"Et > 4GeV",
                  "Et15GeV":"Et > 10GeV",
                  "Et15GeVBdtLoose":"Et > 15GeV-BDT loose"}