From de515690074004341ef173ec38beeb27610e68d8 Mon Sep 17 00:00:00 2001
From: scott snyder <snyder@bnl.gov>
Date: Mon, 12 Apr 2021 16:33:01 +0200
Subject: [PATCH] TgcRawDataMonitoring: Fix clang warnings.

Unused variables.
(Left commented out, as these definitions may still be useful.)
---
 .../src/TgcRawDataMonitorAlgorithm.cxx         | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/TgcRawDataMonitoring/src/TgcRawDataMonitorAlgorithm.cxx b/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/TgcRawDataMonitoring/src/TgcRawDataMonitorAlgorithm.cxx
index a0ec69f1e248..d98baa8bfd9f 100644
--- a/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/TgcRawDataMonitoring/src/TgcRawDataMonitorAlgorithm.cxx
+++ b/MuonSpectrometer/MuonValidation/MuonDQA/MuonRawDataMonitoring/TgcRawDataMonitoring/src/TgcRawDataMonitorAlgorithm.cxx
@@ -18,19 +18,19 @@ namespace {
   constexpr float trigger_end = 2.4;
 
   /// Number of channels
-  constexpr int nchan_tgc_strip = 32;
+  //constexpr int nchan_tgc_strip = 32;
 
-  constexpr int nchan_tgc_wire_station1_lay1[] = {105,24,23,61,92};//F,E1,E2,E3,E4
-  constexpr int nchan_tgc_wire_station1_lay2[] = {104,24,23,62,91};
-  constexpr int nchan_tgc_wire_station1_lay3[] = {105,24,23,62,91};
+  //constexpr int nchan_tgc_wire_station1_lay1[] = {105,24,23,61,92};//F,E1,E2,E3,E4
+  //constexpr int nchan_tgc_wire_station1_lay2[] = {104,24,23,62,91};
+  //constexpr int nchan_tgc_wire_station1_lay3[] = {105,24,23,62,91};
 
-  constexpr int nchan_tgc_wire_station2[] = {125,32,32,32,103,110};//F,E1,E2,E3,E4,E5
+  //constexpr int nchan_tgc_wire_station2[] = {125,32,32,32,103,110};//F,E1,E2,E3,E4,E5
 
-  constexpr int nchan_tgc_wire_station3[] = {122,31,30,32,106,96};//F,E1,E2,E3,E4,E5
+  //constexpr int nchan_tgc_wire_station3[] = {122,31,30,32,106,96};//F,E1,E2,E3,E4,E5
 
-  constexpr int nchan_tgc_wire_station4_fi = 32;//FI
-  constexpr int nchan_tgc_wire_station4_ei = 24;//EI
-  constexpr int nchan_tgc_wire_station4_eis = 16;//EI(S)
+  //constexpr int nchan_tgc_wire_station4_fi = 32;//FI
+  //constexpr int nchan_tgc_wire_station4_ei = 24;//EI
+  //constexpr int nchan_tgc_wire_station4_eis = 16;//EI(S)
 }
 TgcRawDataMonitorAlgorithm::TgcRawDataMonitorAlgorithm(const std::string &name, ISvcLocator *pSvcLocator) :
   AthMonitorAlgorithm(name, pSvcLocator) {
-- 
GitLab