Skip to content
Snippets Groups Projects
Commit d718e455 authored by Scott Snyder's avatar Scott Snyder Committed by scott snyder
Browse files

CscRawDataMonitoring: Fix clang warning.

clang warning: unused data member.
parent b07b67f0
No related branches found
No related tags found
No related merge requests found
......@@ -113,7 +113,6 @@ class CscRdoValAlg: public ManagedMonitorToolBase
TH2F *m_h2csc_rdo_eta_vs_phi_cluswidth;
TH2F *m_h2csc_rdo_eta_vs_phi_cluswidth_signal;
TH2F *m_h2csc_rdo_eta_vs_phi_cluswidth_noise;
std::vector<TH1 *> m_regHShift ,
m_regHExpert ,
......
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