Skip to content

Commit

Permalink
fix z0 for tau gt packed format
Browse files Browse the repository at this point in the history
  • Loading branch information
cerminar committed Oct 20, 2023
1 parent 2118921 commit 9461707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DataFormats/L1TParticleFlow/interface/taus.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9461707

Please sign in to comment.