Skip to content

Commit ff86aa3

Browse files
committed
applying code-format
1 parent 9bdd352 commit ff86aa3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

L1Trigger/L1CaloTrigger/plugins/Phase2L1CaloJetEmulator.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ float Phase2L1CaloJetEmulator::get_jet_pt_calibration(const float& jet_pt, const
710710
pt_index++;
711711
}
712712
calib = calibrationsBarrel[eta_index][pt_index];
713-
} // end Barrel
713+
} // end Barrel
714714
else if (abs_eta <= 3.0) // HGCal
715715
{
716716
// Start loop checking 2nd value
@@ -726,7 +726,7 @@ float Phase2L1CaloJetEmulator::get_jet_pt_calibration(const float& jet_pt, const
726726
pt_index++;
727727
}
728728
calib = calibrationsHGCal[eta_index][pt_index];
729-
} // end HGCal
729+
} // end HGCal
730730
else // HF
731731
{
732732
// Start loop checking 2nd value
@@ -773,7 +773,7 @@ float Phase2L1CaloJetEmulator::get_tau_pt_calibration(const float& tau_pt, const
773773
pt_index++;
774774
}
775775
calib = tauPtCalibrationsBarrel[eta_index][pt_index];
776-
} // end Barrel
776+
} // end Barrel
777777
else if (abs_eta <= 3.0) // HGCal
778778
{
779779
// Start loop checking 2nd value

0 commit comments

Comments
 (0)