Skip to content

Commit

Permalink
Take care of Qiang's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Sep 14, 2021
1 parent e2b80b8 commit 479661d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Calibration/HcalCalibAlgos/plugins/HOCalibAnalyzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ April 2015
using namespace std;
using namespace edm;

//#define EDM_ML_DEBUG
//
// class decleration
//
Expand Down Expand Up @@ -395,13 +396,13 @@ void HOCalibAnalyzer::analyze(const edm::Event& iEvent, const edm::EventSetup& i
for (int ij = 0; ij < 9; ij++) {
hosig[ij] = (*hoC).hosig[ij];
#ifdef EDM_ML_DEBUG
edm::LogVerbatim("HOCalib") << "hosig " << i << " " << hosig[ij];
edm::LogVerbatim("HOCalib") << "hosig " << ij << " " << hosig[ij];
#endif
}
for (int ij = 0; ij < 18; ij++) {
hocorsig[ij] = (*hoC).hocorsig[ij];
#ifdef EDM_ML_DEBUG
edm::LogVerbatim("HOCalib") << "hocorsig " << i << " " << hocorsig[ij];
edm::LogVerbatim("HOCalib") << "hocorsig " << ij << " " << hocorsig[ij];
#endif
}
hocro = (*hoC).hocro;
Expand Down

0 comments on commit 479661d

Please sign in to comment.