Skip to content

Commit bcd1577

Browse files
committed
code format check
1 parent 41834a9 commit bcd1577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RecoLocalCalo/HGCalRecProducers/plugins/HGCalCLUEAlgo.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ void HGCalCLUEAlgoT<T>::populate(const HGCRecHitCollection& hits) {
4747
thickness_index = maxNumberOfThickIndices_;
4848

4949
double storedThreshold = thresholds_[layerOnSide][thickness_index];
50-
if ( detid.det() == DetId::HGCalHSi || detid.subdetId() == HGCHEF ) {
50+
if (detid.det() == DetId::HGCalHSi || detid.subdetId() == HGCHEF) {
5151
storedThreshold = thresholds_[layerOnSide][thickness_index + deltasi_index_regemfac_];
5252
}
5353
sigmaNoise = v_sigmaNoise_[layerOnSide][thickness_index];

0 commit comments

Comments
 (0)