Skip to content
Snippets Groups Projects
Commit cce08d00 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

Former-commit-id: 65c2770e
parents 3dd972cf 497510be
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,6 @@ DiTauEfficiencyCorrectionsTool::DiTauEfficiencyCorrectionsTool( const std::strin ...@@ -21,7 +21,6 @@ DiTauEfficiencyCorrectionsTool::DiTauEfficiencyCorrectionsTool( const std::strin
, m_vCommonEfficiencyTools() , m_vCommonEfficiencyTools()
, m_bIsData(false) , m_bIsData(false)
, m_bIsConfigured(false) , m_bIsConfigured(false)
, m_iRunNumber(0)
{ {
declareProperty( "EfficiencyCorrectionTypes", m_vEfficiencyCorrectionTypes = {} ); declareProperty( "EfficiencyCorrectionTypes", m_vEfficiencyCorrectionTypes = {} );
declareProperty( "InputFilePathRecoHadTau", m_sInputFilePathRecoHadTau = "" ); declareProperty( "InputFilePathRecoHadTau", m_sInputFilePathRecoHadTau = "" );
......
...@@ -92,8 +92,6 @@ private: ...@@ -92,8 +92,6 @@ private:
bool m_bIsConfigured; bool m_bIsConfigured;
int m_iIDLevel; int m_iIDLevel;
unsigned int m_iRunNumber;
std::string m_sEventInfoName; std::string m_sEventInfoName;
}; // class DiTauEfficiencyCorrectionsTool }; // 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