File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
DQM/EcalMonitorClient/src Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments