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

Merge branch 'clang.TauAnalysisTools-20170916' into 'master'

TauAnalysisTools: Fix clang warning.

See merge request !4738
parents ac5244da 4f7d18ec
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,6 @@ DiTauEfficiencyCorrectionsTool::DiTauEfficiencyCorrectionsTool( const std::strin
, m_vCommonEfficiencyTools()
, m_bIsData(false)
, m_bIsConfigured(false)
, m_iRunNumber(0)
{
declareProperty( "EfficiencyCorrectionTypes", m_vEfficiencyCorrectionTypes = {} );
declareProperty( "InputFilePathRecoHadTau", m_sInputFilePathRecoHadTau = "" );
......
......@@ -92,8 +92,6 @@ private:
bool m_bIsConfigured;
int m_iIDLevel;
unsigned int m_iRunNumber;
std::string m_sEventInfoName;
}; // class DiTauEfficiencyCorrectionsTool
......
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