Skip to content

Commit

Permalink
Code format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
caruta authored Jul 25, 2023
1 parent 2482bd9 commit 1b8c1d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DQMOffline/Trigger/interface/HLTMuonMatchAndPlot.h
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ class HLTMuonMatchAndPlot {

// Selectors
//bool hasTargetRecoCuts;
//bool hasProbeRecoCuts;
//bool hasProbeRecoCuts;

//StringCutObjectSelector<reco::Muon> targetMuonSelector_;
double targetMuonEta_;
Expand All @@ -131,9 +131,9 @@ class HLTMuonMatchAndPlot {
bool probeIsMuonGlb_;
double probeZ0Cut_;
double probeD0Cut_;

//StringCutObjectSelector<trigger::TriggerObject> triggerSelector_;
double triggerEtaCut_;
double triggerEtaCut_;
//bool hasTriggerCuts_;
};

Expand Down

0 comments on commit 1b8c1d1

Please sign in to comment.