Skip to content

Commit

Permalink
spurious change from auto-fwd port
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77 authored Apr 25, 2023
1 parent a709b4a commit 8cbe321
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PhysicsTools/PatAlgos/plugins/PATMuonProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,6 @@ void pat::PATMuonProducer::readIsolationLabels(const edm::ParameterSet& iConfig,
for (; it != ed; ++it, ++key) {
labels.push_back(std::make_pair(pat::IsolationKeys(key), *it));
}
tokens = edm::vector_transform(
labels, [this](IsolationLabel const& label) { return consumes<edm::ValueMap<T>>(label.second); });
}
}
tokens = edm::vector_transform(labels, [this](pat::PATMuonProducer::IsolationLabel const& label) {
Expand Down

0 comments on commit 8cbe321

Please sign in to comment.