Skip to content

Commit c17cdde

Browse files
committed
fix: theta -> eta
1 parent f33615e commit c17cdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

L1Trigger/L1TTrackMatch/plugins/L1TkEmParticleProducer.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ float L1TkEmParticleProducer::CorrectedEta(float eta, float zv) const {
264264
if (IsBarrel) {
265265
delta = REcal / tantheta;
266266
} else {
267-
if (theta > 0)
267+
if (eta > 0)
268268
delta = ZEcal;
269269
else
270270
delta = -ZEcal;

0 commit comments

Comments
 (0)