Skip to content

Commit

Permalink
updating mvaDRMax * mvaDRMax
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrea Trapote committed Mar 22, 2023
1 parent 5f24cbe commit e4ef45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/PatAlgos/plugins/PATMuonProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ using namespace std;
PATMuonHeavyObjectCache::PATMuonHeavyObjectCache(const edm::ParameterSet& iConfig) {
if (iConfig.getParameter<bool>("computeMiniIso")) {
float mvaDrMax = iConfig.getParameter<double>("mvaDrMax");
calculatePtRatioRel_ = std::make_unique<CalculatePtRatioRel>(mvaDrMax);
calculatePtRatioRel_ = std::make_unique<CalculatePtRatioRel>(mvaDrMax * mvaDrMax);
}

if (iConfig.getParameter<bool>("computeMuonIDMVA")) {
Expand Down

0 comments on commit e4ef45e

Please sign in to comment.