From 6ac004a67b3db068283f23eb4be5d1868e8e85b9 Mon Sep 17 00:00:00 2001 From: scott snyder <scott.snyder@cern.ch> Date: Thu, 4 Oct 2018 11:40:26 +0200 Subject: [PATCH] CaloRec: Fix clang warning. clang warning: Unused private data member. --- .../CaloRec/src/CaloClusterMomentsMaker_DigiHSTruth.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Calorimeter/CaloRec/src/CaloClusterMomentsMaker_DigiHSTruth.h b/Calorimeter/CaloRec/src/CaloClusterMomentsMaker_DigiHSTruth.h index 89cb2aaf49e..6dbabfefc92 100755 --- a/Calorimeter/CaloRec/src/CaloClusterMomentsMaker_DigiHSTruth.h +++ b/Calorimeter/CaloRec/src/CaloClusterMomentsMaker_DigiHSTruth.h @@ -132,11 +132,6 @@ class CaloClusterMomentsMaker_DigiHSTruth final: public extends<AthAlgTool, Calo ToolHandle<ICalorimeterNoiseTool> m_noiseTool; ToolHandle<ILArHVCorrTool> m_larHVScaleRetriever; - /** - * @brief HV fraction is need to check for HV affected LAr cells - */ - LArHVFraction * m_larHVFraction; - /// Not used anymore (with xAOD), but required to when configured from /// COOL via CaloRunClusterCorrections. std::string m_momentsNamesAOD; -- GitLab