Skip to content

Commit

Permalink
[DQM] Fix Warning: move the unused code in the comment where it is ne…
Browse files Browse the repository at this point in the history
…eded
  • Loading branch information
smuzaffar committed Jul 17, 2024
1 parent b08e6a8 commit ec21e57
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DQM/EcalMonitorClient/src/LedClient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -163,12 +163,11 @@ namespace ecaldqm {
if (isForward(id))
intensity /= forwardFactor_;

float aRmsThr(sqrt(pow(aMean * toleranceAmpRMSRatio_, 2) + pow(3., 2)));

//Temporarily disabling all cuts on LED Quality plot.
qItr->setBinContent(doMask ? kMGood : kGood);

/*
float aRmsThr(sqrt(pow(aMean * toleranceAmpRMSRatio_, 2) + pow(3., 2)));
EcalScDetId scid = EEDetId(id).sc(); //Get the Endcap SC id for the given crystal id.
//For the known bad Supercrystals in the SClist, bad quality flag is only set based on the amplitude RMS
Expand Down

0 comments on commit ec21e57

Please sign in to comment.