Skip to content

Commit

Permalink
Code check
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Oct 10, 2022
1 parent e9cfbcd commit 87f8153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Calibration/HcalCalibAlgos/plugins/HcalHBHEMuonAnalyzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ HcalHBHEMuonAnalyzer::HcalHBHEMuonAnalyzer(const edm::ParameterSet& iConfig)
edm::LogVerbatim("HBHEMuon") << "Flags used: UseRaw " << useRaw_ << " GetCharge " << getCharge_ << " UnCorrect "
<< unCorrect_ << " IgnoreHECorr " << ignoreHECorr_ << " CollapseDepth " << collapseDepth_
<< ":" << mergedDepth_ << " IsItPlan1 " << isItPlan1_ << " IsItPreRecHit "
<< isItPreRecHit_ << " UseMyCorr " << useMyCorr_<< " pMinMuon " << pMinMuon_;
<< isItPreRecHit_ << " UseMyCorr " << useMyCorr_ << " pMinMuon " << pMinMuon_;
}

//
Expand Down

0 comments on commit 87f8153

Please sign in to comment.