Skip to content

Commit

Permalink
bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
martinavit committed Jan 10, 2019
1 parent 5efb33f commit 6142d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multilep/plugins/multilep.cc
Expand Up @@ -150,7 +150,7 @@ void multilep::analyze(const edm::Event& iEvent, const edm::EventSetup& iSetup){
_eventNb = (unsigned long) iEvent.id().event();
//determine the met of the event and its uncertainties
//nominal MET value
const pat::MET& met = (*mets).front();
//const pat::MET& met = (*mets).front();
_met = met.pt();
_metPhi = met.phi();
//met values with uncertainties varied up and down
Expand Down

0 comments on commit 6142d0e

Please sign in to comment.