Skip to content

Commit

Permalink
Addressing perrota's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
caruta authored Jul 28, 2023
1 parent 6017962 commit 10e3032
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions DQMOffline/Trigger/interface/HLTMuonMatchAndPlot.h
Original file line number Diff line number Diff line change
Expand Up @@ -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_;
Expand Down

0 comments on commit 10e3032

Please sign in to comment.