From 94617079d3ad74960cde5c5dfaa760c986bb2fe8 Mon Sep 17 00:00:00 2001 From: Gianluca Date: Fri, 20 Oct 2023 16:10:18 +0200 Subject: [PATCH] fix z0 for tau gt packed format --- DataFormats/L1TParticleFlow/interface/taus.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataFormats/L1TParticleFlow/interface/taus.h b/DataFormats/L1TParticleFlow/interface/taus.h index 179e24c986c0d..0e143b1bf0b0f 100644 --- a/DataFormats/L1TParticleFlow/interface/taus.h +++ b/DataFormats/L1TParticleFlow/interface/taus.h @@ -114,7 +114,7 @@ namespace l1ct { t.v3.eta = CTtoGT_eta(hwEta); t.seed_pt = hwSeedPt; - t.seed_z0 = hwSeedZ0; + t.seed_z0(l1ct::z0_t::width - 1, 0) = hwSeedZ0(l1ct::z0_t::width - 1, 0); t.charge = hwCharge; t.type = hwType;