diff --git a/CondCore/EcalPlugins/plugins/EcalDQMChannelStatus_PayloadInspector.cc b/CondCore/EcalPlugins/plugins/EcalDQMChannelStatus_PayloadInspector.cc index 314ff8b69a75c..2756f2101c5a8 100644 --- a/CondCore/EcalPlugins/plugins/EcalDQMChannelStatus_PayloadInspector.cc +++ b/CondCore/EcalPlugins/plugins/EcalDQMChannelStatus_PayloadInspector.cc @@ -18,8 +18,7 @@ namespace { constexpr int kEBChannels = 61200, kEEChannels = 14648, NRGBs = 5, NCont = 255; - constexpr int MIN_IETA = 1, MIN_IPHI = 1, MAX_IETA = 85, - MAX_IPHI = 360; // barrel lower and upper bounds on eta and phi + constexpr int MAX_IETA = 85, MAX_IPHI = 360; // barrel lower and upper bounds on eta and phi constexpr int IX_MIN = 1, IY_MIN = 1, IX_MAX = 100, IY_MAX = 100; // endcaps lower and upper bounds on x and y /******************************************************* diff --git a/CondCore/EcalPlugins/plugins/EcalFloatCondObjectContainer_PayloadInspector.cc b/CondCore/EcalPlugins/plugins/EcalFloatCondObjectContainer_PayloadInspector.cc index 4ed77f738c7cb..bf3aa9c15c0bc 100644 --- a/CondCore/EcalPlugins/plugins/EcalFloatCondObjectContainer_PayloadInspector.cc +++ b/CondCore/EcalPlugins/plugins/EcalFloatCondObjectContainer_PayloadInspector.cc @@ -17,8 +17,7 @@ namespace { constexpr int kEBChannels = 61200, kEEChannels = 14648, kSides = 2, kRMS = 5; - constexpr int MIN_IETA = 1, MIN_IPHI = 1, MAX_IETA = 85, - MAX_IPHI = 360; // barrel lower and upper bounds on eta and phi + constexpr int MAX_IETA = 85, MAX_IPHI = 360; // barrel lower and upper bounds on eta and phi constexpr int IX_MIN = 1, IY_MIN = 1, IX_MAX = 100, IY_MAX = 100; // endcaps lower and upper bounds on x and y /***************************************************** diff --git a/CondCore/EcalPlugins/plugins/EcalLinearCorrections_PayloadInspector.cc b/CondCore/EcalPlugins/plugins/EcalLinearCorrections_PayloadInspector.cc index f5952bdcfa7af..6c676367a200c 100644 --- a/CondCore/EcalPlugins/plugins/EcalLinearCorrections_PayloadInspector.cc +++ b/CondCore/EcalPlugins/plugins/EcalLinearCorrections_PayloadInspector.cc @@ -17,8 +17,7 @@ namespace { constexpr int kEBChannels = 61200, kEEChannels = 14648, kSides = 2, kValues = 3, kRMS = 5; - constexpr int MIN_IETA = 1, MIN_IPHI = 1, MAX_IETA = 85, - MAX_IPHI = 360; // barrel lower and upper bounds on eta and phi + constexpr int MAX_IETA = 85, MAX_IPHI = 360; // barrel lower and upper bounds on eta and phi constexpr int IX_MIN = 1, IY_MIN = 1, IX_MAX = 100, IY_MAX = 100; // endcaps lower and upper bounds on x and y /************************************************* diff --git a/CondCore/EcalPlugins/plugins/EcalPedestals_PayloadInspector.cc b/CondCore/EcalPlugins/plugins/EcalPedestals_PayloadInspector.cc index e44e32544a8f5..aaab0deb4b4a5 100644 --- a/CondCore/EcalPlugins/plugins/EcalPedestals_PayloadInspector.cc +++ b/CondCore/EcalPlugins/plugins/EcalPedestals_PayloadInspector.cc @@ -19,8 +19,7 @@ namespace { constexpr int kEBChannels = 61200, kEEChannels = 14648, kGains = 3, kRMS = 5; - constexpr int MIN_IETA = 1, MIN_IPHI = 1, MAX_IETA = 85, - MAX_IPHI = 360; // barrel lower and upper bounds on eta and phi + constexpr int MIN_IPHI = 1, MAX_IETA = 85, MAX_IPHI = 360; // barrel lower and upper bounds on eta and phi constexpr int IX_MIN = 1, IY_MIN = 1, IX_MAX = 100, IY_MAX = 100; // endcaps lower and upper bounds on x and y /************************************** diff --git a/CondCore/EcalPlugins/plugins/EcalPulseShapes_PayloadInspector.cc b/CondCore/EcalPlugins/plugins/EcalPulseShapes_PayloadInspector.cc index bd20aa3ab8ba2..a7656d9b6f7b1 100644 --- a/CondCore/EcalPlugins/plugins/EcalPulseShapes_PayloadInspector.cc +++ b/CondCore/EcalPlugins/plugins/EcalPulseShapes_PayloadInspector.cc @@ -17,9 +17,8 @@ #include namespace { - constexpr int kEBChannels = 61200, kEEChannels = 14648, kSides = 2, kRMS = 3, TEMPLATESAMPLES = 12; - constexpr int MIN_IETA = 1, MIN_IPHI = 1, MAX_IETA = 85, - MAX_IPHI = 360; // barrel lower and upper bounds on eta and phi + constexpr int kSides = 2, kRMS = 3, TEMPLATESAMPLES = 12; + constexpr int MAX_IETA = 85, MAX_IPHI = 360; // barrel lower and upper bounds on eta and phi constexpr int IX_MIN = 1, IY_MIN = 1, IX_MAX = 100, IY_MAX = 100; // endcaps lower and upper bounds on x and y /*****************************************************