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_;