Skip to content
Snippets Groups Projects
Commit ddbc6812 authored by Vakhtang Tsulaia's avatar Vakhtang Tsulaia
Browse files

Merge branch 'cherry-pick-056bc1a9c6-master' into 'master'

Sweeping !4623 from 21.0 to master.
Fix minor build warnings in build of HitAnalysis package

See merge request !4688
parents 2c9f17e1 615955db
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,8 @@ CaloHitAnalysis::CaloHitAnalysis(const std::string& name, ISvcLocator* pSvcLocat ...@@ -54,6 +54,8 @@ CaloHitAnalysis::CaloHitAnalysis(const std::string& name, ISvcLocator* pSvcLocat
, h_calib_eEsc(0) , h_calib_eEsc(0)
, h_calib_eTot(0) , h_calib_eTot(0)
, h_calib_eTotpartID(0) , h_calib_eTotpartID(0)
, m_tileID(0)
, m_tileMgr(0)
, m_cell_eta(0) , m_cell_eta(0)
, m_cell_phi(0) , m_cell_phi(0)
, m_cell_x(0) , m_cell_x(0)
...@@ -74,8 +76,6 @@ CaloHitAnalysis::CaloHitAnalysis(const std::string& name, ISvcLocator* pSvcLocat ...@@ -74,8 +76,6 @@ CaloHitAnalysis::CaloHitAnalysis(const std::string& name, ISvcLocator* pSvcLocat
, m_calib_partID(0) , m_calib_partID(0)
, m_expert("off") , m_expert("off")
, m_calib("off") , m_calib("off")
, m_tileID(0)
, m_tileMgr(0)
, m_tree(0) , m_tree(0)
, m_ntupleFileName("/CaloHitAnalysis/") , m_ntupleFileName("/CaloHitAnalysis/")
......
...@@ -45,8 +45,8 @@ TRTHitAnalysis::TRTHitAnalysis(const std::string& name, ISvcLocator* pSvcLocator ...@@ -45,8 +45,8 @@ TRTHitAnalysis::TRTHitAnalysis(const std::string& name, ISvcLocator* pSvcLocator
, m_TRT_barcode(0) , m_TRT_barcode(0)
, m_tree(0) , m_tree(0)
, m_ntupleFileName("/TRTHitAnalysis/")
, m_path("/TRTHitAnalysis/") , m_path("/TRTHitAnalysis/")
, m_ntupleFileName("/TRTHitAnalysis/")
, m_thistSvc("THistSvc", name) , m_thistSvc("THistSvc", name)
{ {
declareProperty("NtupleFileName", m_ntupleFileName); declareProperty("NtupleFileName", m_ntupleFileName);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment