Skip to content

Commit e0ce869

Browse files
committed
[DQM] Fix Warning: move the unused code in the comment where it is needed
1 parent b08e6a8 commit e0ce869

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DQM/EcalMonitorClient/src/LedClient.cc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -159,16 +159,16 @@ namespace ecaldqm {
159159
meTimingMean.fill(getEcalDQMSetupObjects(), id, tMean);
160160
meTimingRMSMap.setBinContent(getEcalDQMSetupObjects(), id, tRms);
161161

162+
//Temporarily disabling all cuts on LED Quality plot.
163+
qItr->setBinContent(doMask ? kMGood : kGood);
164+
165+
/*
162166
float intensity(aMean / expectedAmplitude_[wlItr->second]);
163167
if (isForward(id))
164168
intensity /= forwardFactor_;
165169
166170
float aRmsThr(sqrt(pow(aMean * toleranceAmpRMSRatio_, 2) + pow(3., 2)));
167171
168-
//Temporarily disabling all cuts on LED Quality plot.
169-
qItr->setBinContent(doMask ? kMGood : kGood);
170-
171-
/*
172172
EcalScDetId scid = EEDetId(id).sc(); //Get the Endcap SC id for the given crystal id.
173173
174174
//For the known bad Supercrystals in the SClist, bad quality flag is only set based on the amplitude RMS

0 commit comments

Comments
 (0)