Skip to content
Snippets Groups Projects
Commit da5110ef authored by Adam Edward Barton's avatar Adam Edward Barton
Browse files

Merge branch 'clang.InDetPhysValMonitoring-20201116' into 'master'

InDetPhysValMonitoring+MM_Digitization: Fix clang warnings.

See merge request atlas/athena!38311
parents 15d728d8 ddba5fa1
No related branches found
No related tags found
No related merge requests found
...@@ -72,22 +72,6 @@ private: ...@@ -72,22 +72,6 @@ private:
// For reco-truth resolutions: // For reco-truth resolutions:
TH2* m_vx_hs_truth_long_reso_vs_PU; TH2* m_vx_hs_truth_long_reso_vs_PU;
TH2* m_vx_hs_truth_trans_reso_vs_PU; TH2* m_vx_hs_truth_trans_reso_vs_PU;
TH2* m_vx_all_truth_long_reso_vs_PU;
TH2* m_vx_all_truth_trans_reso_vs_PU;
TH2* m_vx_hs_truth_long_pull_vs_PU;
TH2* m_vx_hs_truth_trans_pull_vs_PU;
TH2* m_vx_all_truth_long_pull_vs_PU;
TH2* m_vx_all_truth_trans_pull_vs_PU;
TH2* m_vx_hs_truth_long_reso_vs_nTrk;
TH2* m_vx_hs_truth_trans_reso_vs_nTrk;
TH2* m_vx_all_truth_long_reso_vs_nTrk;
TH2* m_vx_all_truth_trans_reso_vs_nTrk;
TH2* m_vx_hs_truth_long_pull_vs_nTrk;
TH2* m_vx_hs_truth_trans_pull_vs_nTrk;
TH2* m_vx_all_truth_long_pull_vs_nTrk;
TH2* m_vx_all_truth_trans_pull_vs_nTrk;
TH1* m_vx_hs_truth_long_reso; TH1* m_vx_hs_truth_long_reso;
TH1* m_vx_hs_truth_trans_reso; TH1* m_vx_hs_truth_trans_reso;
......
...@@ -30,8 +30,6 @@ class VMM_Shaper{ ...@@ -30,8 +30,6 @@ class VMM_Shaper{
double m_preCalculationVMMShaper; double m_preCalculationVMMShaper;
// shaper parameters // shaper parameters
double m_a, m_pole0, m_re_pole1, m_im_pole1, m_pole1_square, m_k1_abs, m_argK1; double m_a, m_pole0, m_re_pole1, m_im_pole1, m_pole1_square, m_k1_abs, m_argK1;
int m_nBins;
double m_peakTimeChargeScaling; double m_peakTimeChargeScaling;
double vmmResponse(const std::vector<float> &effectiveCharge, const std::vector<float> &electronsTime, double time) const; double vmmResponse(const std::vector<float> &effectiveCharge, const std::vector<float> &electronsTime, double time) const;
......
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