Skip to content

Commit

Permalink
fix typo in metVsLS_ name
Browse files Browse the repository at this point in the history
  • Loading branch information
UBParker authored Jul 4, 2017
1 parent 681da97 commit 491bd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DQMOffline/Trigger/plugins/METMonitor.cc
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ void METMonitor::bookHistograms(DQMStore::IBooker & ibooker,
setMETitle(metME_variableBinning_,"PF MET [GeV]","events / [GeV]");

histname = "metVsLS"; histtitle = "PFMET vs LS";
bookME(ibooker,metVsLS_variableBinning_,histname,histtitle,ls_binning_.nbins, ls_binning_.xmin, ls_binning_.xmax, met_variable_binning_ );
bookME(ibooker,metVsLS_ ,histname,histtitle,ls_binning_.nbins, ls_binning_.xmin, ls_binning_.xmax, met_variable_binning_ );
setMETitle(metVsLS_,"LS","PF MET [GeV]");

histname = "metPhi"; histtitle = "PFMET phi";
Expand Down

0 comments on commit 491bd35

Please sign in to comment.