Skip to content

Commit

Permalink
llvm10: fix compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed May 8, 2020
1 parent 8c0e2bf commit ff70528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoMET/METProducers/src/HcalNoiseInfoProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1037,7 +1037,7 @@ void HcalNoiseInfoProducer::filldigis(edm::Event& iEvent,
int ieta = laserMonIEtaList_[ich];

// loop over digis, find the digi that matches this channel
for (const QIE10DataFrame& df : (*hLasermon)) {
for (const QIE10DataFrame df : (*hLasermon)) {
HcalCalibDetId calibId(df.id());

int ch_cboxch = calibId.cboxChannel();
Expand Down

0 comments on commit ff70528

Please sign in to comment.