diff --git a/Calorimeter/CaloCondPhysAlgs/share/CaloRescaleNoise_jobOptions.py b/Calorimeter/CaloCondPhysAlgs/share/CaloRescaleNoise_jobOptions.py
index 09823f54f1ee92f14f658f51b3ace4ce357a8335..3ca45caafd88df674edf48bf635510b5c465f9c9 100644
--- a/Calorimeter/CaloCondPhysAlgs/share/CaloRescaleNoise_jobOptions.py
+++ b/Calorimeter/CaloCondPhysAlgs/share/CaloRescaleNoise_jobOptions.py
@@ -78,9 +78,7 @@ from CaloTools.CaloNoiseToolDefault import CaloNoiseToolDefault
 theCaloNoiseTool = CaloNoiseToolDefault()
 ToolSvc += theCaloNoiseTool
 
-from LArRecUtils.LArHVCorrToolDefault import LArHVCorrToolDefault
-theLArHVCorrTool=LArHVCorrToolDefault()
-ToolSvc += theLArHVCorrTool
+from LArConditionsCommon import LArHVDB
 
 #--------------------------------------------------------------
 # Private Application Configuration options
@@ -88,7 +86,6 @@ ToolSvc += theLArHVCorrTool
 from CaloCondPhysAlgs.CaloCondPhysAlgsConf import CaloRescaleNoise
 theCaloRescaleNoise = CaloRescaleNoise("CaloRescaleNoise")
 theCaloRescaleNoise.noiseTool = theCaloNoiseTool
-theCaloRescaleNoise.HVCorrTool=theLArHVCorrTool
 
 topSequence += theCaloRescaleNoise
 
diff --git a/Calorimeter/CaloCondPhysAlgs/share/CaloRescaleNoise_offlineOnly_jobOptions.py b/Calorimeter/CaloCondPhysAlgs/share/CaloRescaleNoise_offlineOnly_jobOptions.py
index 5e99ea935d04f1a6ada872178892097612736eb8..613d92a407dee31ef8480a20ba0b5d93a18228b4 100644
--- a/Calorimeter/CaloCondPhysAlgs/share/CaloRescaleNoise_offlineOnly_jobOptions.py
+++ b/Calorimeter/CaloCondPhysAlgs/share/CaloRescaleNoise_offlineOnly_jobOptions.py
@@ -97,9 +97,7 @@ theCaloNoiseTool = CaloNoiseToolDefault()
 theCaloNoiseTool.RescaleForHV=False #Turn automatic rescaling off
 ToolSvc += theCaloNoiseTool
 
-from LArRecUtils.LArHVCorrToolDefault import LArHVCorrToolDefault
-theLArHVCorrTool=LArHVCorrToolDefault()
-ToolSvc += theLArHVCorrTool
+from LArConditionsCommon import LArHVDB
 
 #--------------------------------------------------------------
 # Private Application Configuration options
@@ -107,7 +105,6 @@ ToolSvc += theLArHVCorrTool
 from CaloCondPhysAlgs.CaloCondPhysAlgsConf import CaloRescaleNoise
 theCaloRescaleNoise = CaloRescaleNoise("CaloRescaleNoise")
 theCaloRescaleNoise.noiseTool = theCaloNoiseTool
-theCaloRescaleNoise.HVCorrTool=theLArHVCorrTool
 
 topSequence += theCaloRescaleNoise
 
diff --git a/Calorimeter/CaloCondPhysAlgs/share/CaloRescaleNoise_online_jobOptions.py b/Calorimeter/CaloCondPhysAlgs/share/CaloRescaleNoise_online_jobOptions.py
index bef83e937944884857cdcbf00f067267b4e5582d..71b5204507f3b1c160fe369a6d32e039d75e8b38 100644
--- a/Calorimeter/CaloCondPhysAlgs/share/CaloRescaleNoise_online_jobOptions.py
+++ b/Calorimeter/CaloCondPhysAlgs/share/CaloRescaleNoise_online_jobOptions.py
@@ -109,9 +109,7 @@ theCaloNoiseTool = CaloNoiseToolDefault()
 theCaloNoiseTool.RescaleForHV=False #Turn automatic rescaling off
 ToolSvc += theCaloNoiseTool
 
-from LArRecUtils.LArHVCorrToolDefault import LArHVCorrToolDefault
-theLArHVCorrTool=LArHVCorrToolDefault()
-ToolSvc += theLArHVCorrTool
+from LArConditionsCommon import LArHVDB
 
 #--------------------------------------------------------------
 # Private Application Configuration options
@@ -119,7 +117,6 @@ ToolSvc += theLArHVCorrTool
 from CaloCondPhysAlgs.CaloCondPhysAlgsConf import CaloRescaleNoise
 theCaloRescaleNoise = CaloRescaleNoise("CaloRescaleNoise")
 theCaloRescaleNoise.noiseTool = theCaloNoiseTool
-theCaloRescaleNoise.HVCorrTool=theLArHVCorrTool
 
 topSequence += theCaloRescaleNoise
 
diff --git a/Calorimeter/CaloCondPhysAlgs/share/CaloScaleNoise_jobOptions.py b/Calorimeter/CaloCondPhysAlgs/share/CaloScaleNoise_jobOptions.py
index e585b08164f0d6f0bd12d616aa1183a5cbf7bc3a..6b9434d5b48761a48ff805e8aeb78865637fec95 100644
--- a/Calorimeter/CaloCondPhysAlgs/share/CaloScaleNoise_jobOptions.py
+++ b/Calorimeter/CaloCondPhysAlgs/share/CaloScaleNoise_jobOptions.py
@@ -132,9 +132,7 @@ theCaloNoiseTool = CaloNoiseToolDefault()
 theCaloNoiseTool.RescaleForHV=False
 ToolSvc += theCaloNoiseTool
 
-from LArRecUtils.LArHVCorrToolDefault import LArHVCorrToolDefault
-theLArHVCorrTool=LArHVCorrToolDefault()
-ToolSvc += theLArHVCorrTool
+from LArConditionsCommon import LArHVDB
 
 #--------------------------------------------------------------
 # Private Application Configuration options
@@ -142,7 +140,6 @@ ToolSvc += theLArHVCorrTool
 from CaloCondPhysAlgs.CaloCondPhysAlgsConf import CaloRescaleNoise
 theCaloRescaleNoise = CaloRescaleNoise("CaloRescaleNoise")
 theCaloRescaleNoise.noiseTool = theCaloNoiseTool
-theCaloRescaleNoise.HVCorrTool=theLArHVCorrTool
 theCaloRescaleNoise.absScaling=True
 
 topSequence += theCaloRescaleNoise
diff --git a/Calorimeter/CaloCondPhysAlgs/share/EMB-EMEC_PS_Energy_Rescale.py b/Calorimeter/CaloCondPhysAlgs/share/EMB-EMEC_PS_Energy_Rescale.py
index c7145e25b72e363db11f449ff8029b016c0abcbc..17897ba4822cce069fadc36a9a2175683aec0a32 100644
--- a/Calorimeter/CaloCondPhysAlgs/share/EMB-EMEC_PS_Energy_Rescale.py
+++ b/Calorimeter/CaloCondPhysAlgs/share/EMB-EMEC_PS_Energy_Rescale.py
@@ -91,9 +91,7 @@ svcMgr.IOVDbSvc.GlobalTag = GlobalTag
 #theCaloNoiseTool = CaloNoiseToolDefault()
 #ToolSvc += theCaloNoiseTool
 
-from LArRecUtils.LArHVCorrToolDefault import LArHVCorrToolDefault
-theLArHVCorrTool=LArHVCorrToolDefault()
-ToolSvc += theLArHVCorrTool
+from LArConditionsCommon import LArHVDB
 
 #--------------------------------------------------------------
 # Private Application Configuration options
diff --git a/Calorimeter/CaloCondPhysAlgs/share/EMBPS_Energy_Rescale.py b/Calorimeter/CaloCondPhysAlgs/share/EMBPS_Energy_Rescale.py
index e729c2750950be152561135856135cbe301770ae..36f555ca5f4ec5cf5983074be2e2f8f479bb6023 100644
--- a/Calorimeter/CaloCondPhysAlgs/share/EMBPS_Energy_Rescale.py
+++ b/Calorimeter/CaloCondPhysAlgs/share/EMBPS_Energy_Rescale.py
@@ -93,9 +93,7 @@ svcMgr.IOVDbSvc.GlobalTag = GlobalTag
 #theCaloNoiseTool = CaloNoiseToolDefault()
 #ToolSvc += theCaloNoiseTool
 
-from LArRecUtils.LArHVCorrToolDefault import LArHVCorrToolDefault
-theLArHVCorrTool=LArHVCorrToolDefault()
-ToolSvc += theLArHVCorrTool
+from LArConditionsCommon import LArHVDB
 
 #--------------------------------------------------------------
 # Private Application Configuration options
diff --git a/Calorimeter/CaloCondPhysAlgs/share/EMBPS_Energy_Rescale_1.py b/Calorimeter/CaloCondPhysAlgs/share/EMBPS_Energy_Rescale_1.py
index 91b1b4acdd58ffd0f4e3885e6dd5a510844ae61e..b71c8ef02b63adf0676f9d72b0c9c7f6d3356a1d 100644
--- a/Calorimeter/CaloCondPhysAlgs/share/EMBPS_Energy_Rescale_1.py
+++ b/Calorimeter/CaloCondPhysAlgs/share/EMBPS_Energy_Rescale_1.py
@@ -91,9 +91,7 @@ svcMgr.IOVDbSvc.GlobalTag = GlobalTag
 #theCaloNoiseTool = CaloNoiseToolDefault()
 #ToolSvc += theCaloNoiseTool
 
-from LArRecUtils.LArHVCorrToolDefault import LArHVCorrToolDefault
-theLArHVCorrTool=LArHVCorrToolDefault()
-ToolSvc += theLArHVCorrTool
+from LArConditionsCommon import LArHVDB
 
 #--------------------------------------------------------------
 # Private Application Configuration options
diff --git a/Calorimeter/CaloCondPhysAlgs/share/EMB_EMEC_PS_HV_Energy_Rescale.py b/Calorimeter/CaloCondPhysAlgs/share/EMB_EMEC_PS_HV_Energy_Rescale.py
index b8fbb7d83dd0dc8de32838b5a41be3c2f50e9faf..b26a2cca97f4f139de0853b2641875c059785446 100644
--- a/Calorimeter/CaloCondPhysAlgs/share/EMB_EMEC_PS_HV_Energy_Rescale.py
+++ b/Calorimeter/CaloCondPhysAlgs/share/EMB_EMEC_PS_HV_Energy_Rescale.py
@@ -91,9 +91,7 @@ svcMgr.IOVDbSvc.GlobalTag = GlobalTag
 #theCaloNoiseTool = CaloNoiseToolDefault()
 #ToolSvc += theCaloNoiseTool
 
-from LArRecUtils.LArHVCorrToolDefault import LArHVCorrToolDefault
-theLArHVCorrTool=LArHVCorrToolDefault()
-ToolSvc += theLArHVCorrTool
+from LArConditionsCommon import LArHVDB
 
 #--------------------------------------------------------------
 # Private Application Configuration options
diff --git a/Calorimeter/CaloCondPhysAlgs/share/EMB_Energy_Rescale.py b/Calorimeter/CaloCondPhysAlgs/share/EMB_Energy_Rescale.py
index 73a28c92b7e865d2370489cace0a2a3f2d903c0a..4acab9f6c926f4c2dc3b61a05d192a886504db6f 100644
--- a/Calorimeter/CaloCondPhysAlgs/share/EMB_Energy_Rescale.py
+++ b/Calorimeter/CaloCondPhysAlgs/share/EMB_Energy_Rescale.py
@@ -93,9 +93,7 @@ svcMgr.IOVDbSvc.GlobalTag = GlobalTag
 #theCaloNoiseTool = CaloNoiseToolDefault()
 #ToolSvc += theCaloNoiseTool
 
-from LArRecUtils.LArHVCorrToolDefault import LArHVCorrToolDefault
-theLArHVCorrTool=LArHVCorrToolDefault()
-ToolSvc += theLArHVCorrTool
+from LArConditionsCommon import LArHVDB
 
 #--------------------------------------------------------------
 # Private Application Configuration options
diff --git a/Calorimeter/CaloCondPhysAlgs/share/FCAL_HV_Energy_Rescale.py b/Calorimeter/CaloCondPhysAlgs/share/FCAL_HV_Energy_Rescale.py
index db0c67c7b8609fddaa19479821f0fe5b285dbc12..21717eba20342e354afa7e95522e17c15cfafd8b 100644
--- a/Calorimeter/CaloCondPhysAlgs/share/FCAL_HV_Energy_Rescale.py
+++ b/Calorimeter/CaloCondPhysAlgs/share/FCAL_HV_Energy_Rescale.py
@@ -91,16 +91,13 @@ svcMgr.IOVDbSvc.GlobalTag = GlobalTag
 #theCaloNoiseTool = CaloNoiseToolDefault()
 #ToolSvc += theCaloNoiseTool
 
-from LArRecUtils.LArHVCorrToolDefault import LArHVCorrToolDefault
-theLArHVCorrTool=LArHVCorrToolDefault()
-ToolSvc += theLArHVCorrTool
+from LArConditionsCommon import LArHVDB
 
 #--------------------------------------------------------------
 # Private Application Configuration options
 #--------------------------------------------------------------
 from CaloCondPhysAlgs.CaloCondPhysAlgsConf import FCAL_HV_Energy_Rescale
 theRescaler=FCAL_HV_Energy_Rescale("FCALHVRescaler")
-theRescaler.HVCorrTool=theLArHVCorrTool
 
 topSequence += theRescaler
 
diff --git a/Calorimeter/CaloCondPhysAlgs/src/CaloRescaleNoise.cxx b/Calorimeter/CaloCondPhysAlgs/src/CaloRescaleNoise.cxx
index ff5d029b70b1bdad0dad31f9d4a29043b77fb4a1..13bc6964bc02dd3f26d5c28af8f1b267f71222e0 100644
--- a/Calorimeter/CaloCondPhysAlgs/src/CaloRescaleNoise.cxx
+++ b/Calorimeter/CaloCondPhysAlgs/src/CaloRescaleNoise.cxx
@@ -14,8 +14,6 @@ CaloRescaleNoise::CaloRescaleNoise(const std::string& name, ISvcLocator* pSvcLoc
   m_thistSvc(0),
   m_calo_id(0),
   m_noiseTool("CaloNoiseToolDB/calonoisetooldb"),
-  m_hvCorrTool("LArHVCorrTool"),
-  m_keyHVScaleCorr("LArHVScaleCorr"),
   m_iCool(0),
   m_SubHash(0),
   m_Hash(0),
@@ -31,8 +29,6 @@ CaloRescaleNoise::CaloRescaleNoise(const std::string& name, ISvcLocator* pSvcLoc
   m_tree(0)
 {
   declareProperty("noiseTool",m_noiseTool,"noise tool");
-  declareProperty("HVCorrTool",m_hvCorrTool);
-  declareProperty("keyHVScaleCorr",m_keyHVScaleCorr);
   declareProperty("absScaling",m_absScaling=false);
 }
 
@@ -53,9 +49,9 @@ StatusCode CaloRescaleNoise::initialize()
   m_calo_id      = mgr->getCaloCell_ID();
 
   ATH_CHECK( m_noiseTool.retrieve() );
-  ATH_CHECK( m_hvCorrTool.retrieve() );
+  ATH_CHECK( m_scaleCorrKey.initialize() );
   ATH_CHECK( m_cablingKey.initialize());
-  ATH_CHECK( detStore()->regHandle(m_dd_HVScaleCorr,m_keyHVScaleCorr) );
+  ATH_CHECK( m_onlineScaleCorrKey.initialize() );
 
   m_tree = new TTree("mytree","Calo Noise ntuple");
   m_tree->Branch("iCool",&m_iCool,"iCool/I");
@@ -97,6 +93,11 @@ StatusCode CaloRescaleNoise::stop()
 
   FILE* fp = fopen("calonoise.txt","w");
 
+  const EventContext& ctx = Gaudi::Hive::currentContext();
+  SG::ReadCondHandle<ILArHVScaleCorr> scaleCorr (m_scaleCorrKey, ctx);
+  SG::ReadCondHandle<ILArHVScaleCorr> onlineScaleCorr (m_onlineScaleCorrKey, ctx);
+  
+
   int ncell=m_calo_id->calo_cell_hash_max();
   ATH_MSG_INFO ( " start loop over Calo cells " << ncell );
   for (int i=0;i<ncell;i++) {
@@ -151,8 +152,8 @@ StatusCode CaloRescaleNoise::stop()
        float hvonline=1.;
 
        if (iCool<48) {
-          hvcorr = m_hvCorrTool->Scale(id);
-          hvonline = m_dd_HVScaleCorr->HVScaleCorr(hwid);
+          hvcorr = scaleCorr->HVScaleCorr(hwid);
+          hvonline = onlineScaleCorr->HVScaleCorr(hwid);
        }
 
        const double inv_hvonline = (hvonline != 0) ? 1. / hvonline : 1;
diff --git a/Calorimeter/CaloCondPhysAlgs/src/CaloRescaleNoise.h b/Calorimeter/CaloCondPhysAlgs/src/CaloRescaleNoise.h
index d5e0a756f77252c233f3f84d22ca5c22bf7099a0..61b23bb36956584712d74ad7d8e770cabb4e17b1 100644
--- a/Calorimeter/CaloCondPhysAlgs/src/CaloRescaleNoise.h
+++ b/Calorimeter/CaloCondPhysAlgs/src/CaloRescaleNoise.h
@@ -20,9 +20,8 @@
 #include "CaloInterface/ICaloNoiseTool.h"
 #include "CaloInterface/ICaloMBAverageTool.h"
 #include "GaudiKernel/ToolHandle.h"
-#include "LArElecCalib/ILArHVCorrTool.h"
 #include "LArElecCalib/ILArHVScaleCorr.h"
-#include "StoreGate/DataHandle.h"  
+#include "StoreGate/ReadCondHandleKey.h"  
 
 #include "LArCabling/LArOnOffIdMapping.h"
 
@@ -57,10 +56,11 @@ class CaloRescaleNoise : public AthAlgorithm {
   const CaloCell_ID*       m_calo_id;
 
   ToolHandle<ICaloNoiseTool> m_noiseTool;
-  ToolHandle<ILArHVCorrTool> m_hvCorrTool;
+  SG::ReadCondHandleKey<ILArHVScaleCorr> m_scaleCorrKey
+  { this, "LArHVScaleCorr", "LArHVScaleCorrRecomputed", "" };
   SG::ReadCondHandleKey<LArOnOffIdMapping> m_cablingKey{this,"CablingKey","LArOnOffIdMap","SG Key of LArOnOffIdMapping object"};
-  std::string m_keyHVScaleCorr;
-  const DataHandle<ILArHVScaleCorr> m_dd_HVScaleCorr;
+  SG::ReadCondHandleKey<ILArHVScaleCorr> m_onlineScaleCorrKey
+  { this, "OnlineLArHVScaleCorr", "LArHVScaleCorr", "" };
 
   int m_iCool;
   int m_SubHash;
diff --git a/Calorimeter/CaloCondPhysAlgs/src/FCAL_HV_Energy_Rescale.cxx b/Calorimeter/CaloCondPhysAlgs/src/FCAL_HV_Energy_Rescale.cxx
index 4ab6f78cab19151009e828ce71a36ed518c46776..0ed56136a15562b5785c2b9f24a2a5ae193d46af 100644
--- a/Calorimeter/CaloCondPhysAlgs/src/FCAL_HV_Energy_Rescale.cxx
+++ b/Calorimeter/CaloCondPhysAlgs/src/FCAL_HV_Energy_Rescale.cxx
@@ -12,8 +12,8 @@
 // CaloCondPhysAlgs includes
 #include "FCAL_HV_Energy_Rescale.h"
 #include "CaloIdentifier/CaloCell_ID.h"
+#include "StoreGate/ReadCondHandle.h"
 #include "AthenaKernel/errorcheck.h"
-//#include "LArElecCalib/ILArHVCorrTool.h"
 
 #include "LArElecCalib/ILArHVScaleCorr.h"
 #include "AthenaPoolUtilities/AthenaAttributeList.h"
@@ -25,10 +25,8 @@
 
 FCAL_HV_Energy_Rescale::FCAL_HV_Energy_Rescale( const std::string& name, 
 						ISvcLocator* pSvcLocator ) : 
-  AthAlgorithm( name, pSvcLocator ),
-  m_hvCorrTool("LArHVCorrTool")
+  AthAlgorithm( name, pSvcLocator )
 {
-  declareProperty("HVCorrTool",m_hvCorrTool);
   declareProperty("Folder",m_folder="/LAR/CellCorrOfl/EnergyCorr");
 }
 
@@ -39,8 +37,9 @@ FCAL_HV_Energy_Rescale::~FCAL_HV_Energy_Rescale()
 
 StatusCode FCAL_HV_Energy_Rescale::initialize()
 {
-  CHECK(m_hvCorrTool.retrieve());
   ATH_CHECK( m_cablingKey.initialize());
+  ATH_CHECK( m_scaleCorrKey.initialize());
+  ATH_CHECK( m_onlineScaleCorrKey.initialize());
   return StatusCode::SUCCESS;
 }
 
@@ -56,9 +55,9 @@ StatusCode FCAL_HV_Energy_Rescale::execute()
 
 StatusCode FCAL_HV_Energy_Rescale::stop()
 {  
-
-  const ILArHVScaleCorr* upd1HVScaleCorr=0;
-  CHECK(detStore()->retrieve(upd1HVScaleCorr));
+  const EventContext& ctx = Gaudi::Hive::currentContext();
+  SG::ReadCondHandle<ILArHVScaleCorr> scaleCorr (m_scaleCorrKey, ctx);
+  SG::ReadCondHandle<ILArHVScaleCorr> onlineScaleCorr (m_onlineScaleCorrKey, ctx);
 
   const CaloCell_ID*    calocell_id;	
   CHECK(detStore()->retrieve(calocell_id,"CaloCell_ID"));
@@ -84,7 +83,7 @@ StatusCode FCAL_HV_Energy_Rescale::stop()
   // cppcheck-suppress memleak
   spec = nullptr;
 
-  //Blob Defintion Vector
+  //Blob Definition Vector
   std::vector<std::vector<float> > defVec;
   defVec.push_back(std::vector<float>(1,1));
   flt->init(defVec,hashMax,1);
@@ -99,8 +98,8 @@ StatusCode FCAL_HV_Energy_Rescale::stop()
       ++nFCAL;
       Identifier id=calocell_id->cell_id(h);
       HWIdentifier hwid=cabling->createSignalChannelID(id);
-      const float corrNew=m_hvCorrTool->Scale(id);
-      const float upd1corr=upd1HVScaleCorr->HVScaleCorr(hwid);
+      const float corrNew=scaleCorr->HVScaleCorr(hwid);
+      const float upd1corr=onlineScaleCorr->HVScaleCorr(hwid);
       
       const float corr=corrNew/upd1corr;
 
diff --git a/Calorimeter/CaloCondPhysAlgs/src/FCAL_HV_Energy_Rescale.h b/Calorimeter/CaloCondPhysAlgs/src/FCAL_HV_Energy_Rescale.h
index c38ab34154ffd0d09f5c4f9c5e97c75cf5f847d8..69150317c70b04fec1f9d17480c6b34733568428 100644
--- a/Calorimeter/CaloCondPhysAlgs/src/FCAL_HV_Energy_Rescale.h
+++ b/Calorimeter/CaloCondPhysAlgs/src/FCAL_HV_Energy_Rescale.h
@@ -9,8 +9,9 @@
 // FrameWork includes
 #include "AthenaBaseComps/AthAlgorithm.h"
 #include "GaudiKernel/ToolHandle.h"
-#include "LArElecCalib/ILArHVCorrTool.h"
+#include "LArElecCalib/ILArHVScaleCorr.h"
 #include "LArCabling/LArOnOffIdMapping.h"
+#include "StoreGate/ReadCondHandleKey.h"  
 
 class FCAL_HV_Energy_Rescale: public AthAlgorithm
 { 
@@ -35,8 +36,12 @@ class FCAL_HV_Energy_Rescale: public AthAlgorithm
   virtual StatusCode  stop();
 
 private:
-  ToolHandle<ILArHVCorrTool> m_hvCorrTool;
   SG::ReadCondHandleKey<LArOnOffIdMapping> m_cablingKey{this,"CablingKey","LArOnOffIdMap","SG Key of LArOnOffIdMapping object"};
+  SG::ReadCondHandleKey<ILArHVScaleCorr> m_scaleCorrKey
+  { this, "LArHVScaleCorr", "LArHVScaleCorrRecomputed", "" };
+  SG::ReadCondHandleKey<ILArHVScaleCorr> m_onlineScaleCorrKey
+  { this, "OnlineLArHVScaleCorr", "LArHVScaleCorr", "" };
+  //m_hvCorrTool
 
   std::string m_folder;