Skip to content

Commit

Permalink
Use correct name for MVA met
Browse files Browse the repository at this point in the history
  • Loading branch information
ekfriis committed Apr 7, 2013
1 parent b7ca31e commit 93c4866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/src/PATFinalState.cc
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ PATFinalState::SVfit(int i, int j) const {
toFit.push_back(daughterPtr(i));
toFit.push_back(daughterPtr(j));

edm::Ptr<pat::MET> mvaMet = evt()->met("mva");
edm::Ptr<pat::MET> mvaMet = evt()->met("mvamet");

if (mvaMet.isNull()) {
throw cms::Exception("MissingMVAMet")
Expand Down

0 comments on commit 93c4866

Please sign in to comment.