Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Oct 31, 2022
1 parent 4e982d2 commit 7f09a05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Calibration/HcalCalibAlgos/macros/CalibCorr.C
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ double puFactor(int type, int ieta, double pmom, double eHcal, double ediff, boo
std::cout << " d2p " << d2p << ":" << DELTA_CUT << " coeff " << icor << ":" << CONST_COR_COEF[icor] << ":"
<< LINEAR_COR_COEF[icor] << ":" << SQUARE_COR_COEF[icor] << " Fac " << fac;
} else if (type == 9) { // M0 22pu (Jan, 2022)
const double CONST_COR_COEF[6] = {0.980941, 0.973156, 0.970749, 0.726582, 0.532628, 0.473727};
const double CONST_COR_COEF[6] = {0.980941, 0.973156, 0.970749, 0.726582, 0.532628, 0.473727};
const double LINEAR_COR_COEF[6] = {-0.0770642, -0.178295, -0.241338, -0.122956, -0.122346, -0.112574};
const double SQUARE_COR_COEF[6] = {0, 0, 0.0401732, 0.00989908, 0.0108291, 0.0100508};
const int PU_IETA_1 = 7;
Expand Down
2 changes: 1 addition & 1 deletion Calibration/HcalCalibAlgos/macros/CalibMonitor.C
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ void CalibMonitor::Loop(Long64_t nmax) {
return;
std::map<int, counter> runSum, runEn1, runEn2;
if (debug) {
std::cout << etas_.size() << " Eta Bins:";
std::cout << etas_.size() << " Eta Bins:";
for (unsigned int j = 0; j < etas_.size(); ++j)
std::cout << " " << etas_[j];
std::cout << std::endl;
Expand Down

0 comments on commit 7f09a05

Please sign in to comment.