From 10e30322bd7571ab7bb0d62b937a206ce0cbf33b Mon Sep 17 00:00:00 2001 From: caruta <42809546+caruta@users.noreply.github.com> Date: Fri, 28 Jul 2023 11:27:32 +0200 Subject: [PATCH] Addressing perrota's comments --- DQMOffline/Trigger/interface/HLTMuonMatchAndPlot.h | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/DQMOffline/Trigger/interface/HLTMuonMatchAndPlot.h b/DQMOffline/Trigger/interface/HLTMuonMatchAndPlot.h index b3cdb0a07d8cc..f2038e998029c 100644 --- a/DQMOffline/Trigger/interface/HLTMuonMatchAndPlot.h +++ b/DQMOffline/Trigger/interface/HLTMuonMatchAndPlot.h @@ -81,13 +81,9 @@ class HLTMuonMatchAndPlot { // Internal Methods void book1D(DQMStore::IBooker &, std::string, const std::string &, std::string); void book2D(DQMStore::IBooker &, const std::string &, const std::string &, const std::string &, const std::string &); - reco::MuonCollection selectedMuons( - const reco::MuonCollection &, const reco::BeamSpot &, double, double, bool, double, double); - + reco::MuonCollection selectedMuons(const reco::MuonCollection &, const reco::BeamSpot &, bool); trigger::TriggerObjectCollection selectedTriggerObjects(const trigger::TriggerObjectCollection &, - const trigger::TriggerEvent &, - double, - double); + const trigger::TriggerEvent &); // Input from Configuration File std::string hltProcessName_;