Skip to content

Commit ef13e8d

Browse files
authored
Merge pull request #45897 from smuzaffar/hlt-llvm18-clang-format
[HLT] Changes suggested by new llvm18 clang-format
2 parents fdc316d + 91fd4aa commit ef13e8d

22 files changed

+53
-53
lines changed

HLTrigger/Egamma/plugins/HLTEgammaDoubleXGBoostCombFilter.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ bool HLTEgammaDoubleXGBoostCombFilter::hltFilter(edm::Event& event,
110110
(mvaScorej > leadCutHighMass3_[eta1] && mvaScorei > subCutHighMass3_[eta2]))) {
111111
accept = true;
112112
} // if scoreJ > scoreI
113-
} //If high mass
114-
} //j loop
115-
} //i loop
113+
} //If high mass
114+
} //j loop
115+
} //i loop
116116
return accept;
117117
} //Definition
118118

HLTrigger/Egamma/plugins/HLTEgammaL1MatchFilterRegional.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ bool HLTEgammaL1MatchFilterRegional::hltFilter(edm::Event& iEvent,
154154
} //end endcap fiduical check
155155

156156
} //end loop over all isolated RecoEcalCandidates
157-
} //end doIsolatedCheck
157+
} //end doIsolatedCheck
158158

159159
// filter decision
160160
bool accept(n >= ncandcut_);

HLTrigger/Egamma/plugins/HLTEgammaL1TMatchFilterRegional.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ bool HLTEgammaL1TMatchFilterRegional::hltFilter(edm::Event& iEvent,
153153
} //end endcap fiduical check
154154

155155
} //end loop over all isolated RecoEcalCandidates
156-
} //end doIsolatedCheck
156+
} //end doIsolatedCheck
157157

158158
// filter decision
159159
bool accept(n >= ncandcut_);

HLTrigger/Egamma/plugins/HLTElectronEoverpFilterRegional.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ bool HLTElectronEoverpFilterRegional::hltFilter(edm::Event& iEvent,
115115
}
116116
}
117117
} //end of the if checking the matching of the SC from RecoCandidate and the one from Electrons
118-
} //end of loop over electrons
118+
} //end of loop over electrons
119119

120120
if (!doIsolated_) {
121121
//loop over the electrons to find the matching one
@@ -144,7 +144,7 @@ bool HLTElectronEoverpFilterRegional::hltFilter(edm::Event& iEvent,
144144
}
145145
}
146146
} //end of the if checking the matching of the SC from RecoCandidate and the one from Electrons
147-
} //end of loop over electrons
147+
} //end of loop over electrons
148148
}
149149
} //end of loop ober candidates
150150

HLTrigger/Egamma/plugins/HLTElectronOneOEMinusOneOPFilterRegional.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ bool HLTElectronOneOEMinusOneOPFilterRegional::hltFilter(edm::Event& iEvent,
119119
}
120120
}
121121
} //end of the if checking the matching of the SC from RecoCandidate and the one from Electrons
122-
} //end of loop over electrons
122+
} //end of loop over electrons
123123

124124
if (!doIsolated_) {
125125
//loop over the electrons to find the matching one
@@ -148,7 +148,7 @@ bool HLTElectronOneOEMinusOneOPFilterRegional::hltFilter(edm::Event& iEvent,
148148
}
149149
}
150150
} //end of the if checking the matching of the SC from RecoCandidate and the one from Electrons
151-
} //end of loop over electrons
151+
} //end of loop over electrons
152152
}
153153
} //end of loop ober candidates
154154

HLTrigger/Egamma/plugins/HLTElectronPixelMatchFilter.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ int HLTElectronPixelMatchFilter::getNrOfMatches(edm::Handle<reco::ElectronSeedCo
176176
} else
177177
nrMatch++;
178178
} //end sc ref match
179-
} //end loop over ele seeds
179+
} //end loop over ele seeds
180180
return nrMatch;
181181
}
182182

HLTrigger/HLTcore/interface/TriggerSummaryProducerAOD.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ class TriggerSummaryProducerAOD : public edm::global::EDProducer<> {
9797
/// InputTag ordering class
9898
struct OrderInputTag {
9999
bool ignoreProcess_;
100-
OrderInputTag(bool ignoreProcess) : ignoreProcess_(ignoreProcess){};
100+
OrderInputTag(bool ignoreProcess) : ignoreProcess_(ignoreProcess) {}
101101
inline bool operator()(const edm::InputTag& l, const edm::InputTag& r) const {
102102
int c = l.label().compare(r.label());
103103
if (0 == c) {

HLTrigger/JetMET/interface/HLTCATopTagFilter.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ inline reco::CATopJetProperties CATopJetHelperUser::operator()(reco::Jet const&
9898
properties.minMass = imw;
9999
}
100100
} // end second loop over subjets
101-
} // end first loop over subjets
102-
} // endif 3 subjets
101+
} // end first loop over subjets
102+
} // endif 3 subjets
103103

104104
if (properties.minMass == 999999)
105105
properties.minMass = -1;

HLTrigger/JetMET/src/HLTHcalLaserFilter.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ bool HLTHcalLaserFilter::filter(edm::StreamID, edm::Event& iEvent, const edm::Ev
138138
return false;
139139
}
140140
} //if (sumCharge > thresholdsfC_[thresh])
141-
} //for (unsigned int thresh=0;thresh<thresholdsfC_.size();++thresh)
142-
} // if HB or HE Calib
141+
} //for (unsigned int thresh=0;thresh<thresholdsfC_.size();++thresh)
142+
} // if HB or HE Calib
143143
else if (myid.hcalSubdet() == HcalForward && maxAllowedHFcalib_ >= 0) {
144144
++numHFcalib;
145145
//std::cout <<"numHFcalib = "<<numHFcalib<<" Max allowed = "<<maxAllowedHFcalib_<<std::endl;

HLTrigger/JetMET/src/HLTHcalTowerNoiseCleaner.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ void HLTHcalTowerNoiseCleaner::produce(edm::Event& iEvent, const edm::EventSetup
218218
}
219219
}
220220
} // done with noise loop
221-
} //if(severity_>0)
221+
} //if(severity_>0)
222222

223223
//output collection
224224
std::unique_ptr<CaloTowerCollection> OutputTowers(new CaloTowerCollection());

0 commit comments

Comments
 (0)