Skip to content

Commit

Permalink
Removed further comments that were missed earlier.
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaymudholkar committed Jun 16, 2020
1 parent f7373e5 commit 14e8052
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions DQM/EcalMonitorClient/src/SummaryClient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,6 @@ namespace ecaldqm {
int trigprim(sTriggerPrimitives ? (int)sTriggerPrimitives->getBinContent(id) : kUnknown);
int rawdata(sRawData.getBinContent(id));

// double rawdataLS(sFEStatusErrMapByLumi.getBinContent(id)); // Includes FE=Disabled

// If there are no RawData or Integrity errors in this LS, set them back to GOOD
//if(integrity == kBad && integrityByLumi[iDCC] == 0.) integrity = kGood;
if (integrity == kBad && !hasMismatchDCC[iDCC])
Expand Down
1 change: 0 additions & 1 deletion DQM/EcalMonitorClient/src/TrigPrimClient.cc
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ namespace ecaldqm {
// Loop over all TTs
for (unsigned iTT(0); iTT < EcalTrigTowerDetId::kSizeForDenseIndexing; iTT++) {
EcalTrigTowerDetId ttid(EcalTrigTowerDetId::detIdFromDenseIndex(iTT));
// unsigned iDCC(dccId(ttid) - 1);
bool isMasked(sTTMaskMapAll.getBinContent(ttid) > 0.);
bool hasTTF4(sTTFlags4.getBinContent(ttid) > 0.);
if (isMasked) {
Expand Down
1 change: 0 additions & 1 deletion DQM/EcalMonitorTasks/src/RawDataTask.cc
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ namespace ecaldqm {
}

if (feDesync > 0.) {
// meDesyncByLumi.fill(dccId, feDesync);
meDesyncTotal.fill(dccId, feDesync);
meTrendNSyncErrors.fill(double(timestamp_.iLumi), feDesync);
}
Expand Down
1 change: 0 additions & 1 deletion DQM/EcalMonitorTasks/src/TimingTask.cc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ namespace ecaldqm {
if (energy > energyThreshold) {
meTimeAll.fill(id, time);
meTimeMap.fill(id, time);
// meTimeMapByLS->fill(id, time);
meTime1D.fill(id, time);
meTimeAllMap.fill(id, time);
}
Expand Down

0 comments on commit 14e8052

Please sign in to comment.