Skip to content
Snippets Groups Projects
Commit 5bdb8ca6 authored by scott snyder's avatar scott snyder Committed by scott snyder
Browse files

InDetVKalVxInJetTool: Fix clang warnings.

Unused private class data members.
parent d47b59ab
No related branches found
No related tags found
No related merge requests found
...@@ -95,17 +95,6 @@ namespace InDet { ...@@ -95,17 +95,6 @@ namespace InDet {
Trk::TrkVKalVrtFitter* m_fitSvc{}; Trk::TrkVKalVrtFitter* m_fitSvc{};
int m_initialised{}; int m_initialised{};
float m_Sig3D{};
float m_prbP{};
float m_d0{};
float m_pTvsJet{};
float m_SigZ{};
float m_SigR{};
float m_ptjet{};
float m_etatrk{};
float m_ibl{};
float m_bl{};
}; };
......
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