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

Merge branch 'cherry-pick-feff5de1 [formerly 056bc1a9c6]-master' into 'master'

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

See merge request !4688

Former-commit-id: ddbc6812
parents 4ae22e5d 99c14ecc
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
, h_calib_eEsc(0)
, h_calib_eTot(0)
, h_calib_eTotpartID(0)
, m_tileID(0)
, m_tileMgr(0)
, m_cell_eta(0)
, m_cell_phi(0)
, m_cell_x(0)
......@@ -74,8 +76,6 @@ CaloHitAnalysis::CaloHitAnalysis(const std::string& name, ISvcLocator* pSvcLocat
, m_calib_partID(0)
, m_expert("off")
, m_calib("off")
, m_tileID(0)
, m_tileMgr(0)
, m_tree(0)
, m_ntupleFileName("/CaloHitAnalysis/")
......
......@@ -45,8 +45,8 @@ TRTHitAnalysis::TRTHitAnalysis(const std::string& name, ISvcLocator* pSvcLocator
, m_TRT_barcode(0)
, m_tree(0)
, m_ntupleFileName("/TRTHitAnalysis/")
, m_path("/TRTHitAnalysis/")
, m_ntupleFileName("/TRTHitAnalysis/")
, m_thistSvc("THistSvc", name)
{
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