Skip to content

Commit

Permalink
Code formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
aehart authored and Nick Manganelli committed Oct 14, 2023
1 parent 2c3651b commit 9d2bf42
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions L1Trigger/DemonstratorTools/src/codecs_etsums.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,13 @@ namespace l1t::demo::codecs {
break;

math::XYZTLorentzVector v(0, 0, 0, 0);
l1t::EtSum s(v,
l1t::EtSum::EtSumType::kMissingEt,
l1tmetemu::METWord_t(x(l1tmetemu::kMETSize, 1)),
0,
l1tmetemu::METWordphi_t(x(l1tmetemu::kMETSize + l1tmetemu::kMETPhiSize, 1 + l1tmetemu::kMETSize)).to_int(),
0);
l1t::EtSum s(
v,
l1t::EtSum::EtSumType::kMissingEt,
l1tmetemu::METWord_t(x(l1tmetemu::kMETSize, 1)),
0,
l1tmetemu::METWordphi_t(x(l1tmetemu::kMETSize + l1tmetemu::kMETPhiSize, 1 + l1tmetemu::kMETSize)).to_int(),
0);
etSums.push_back(s);
}

Expand Down

0 comments on commit 9d2bf42

Please sign in to comment.