Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
ccaillol committed Sep 15, 2022
1 parent 3501c7b commit 3e7a998
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DataFormats/L1Trigger/src/TkJetWord.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ namespace l1t {
setTkJetWord(pt, eta, phi, z0, nt, nx, unassigned);
}

void TkJetWord::setTkJetWord(pt_t pt, glbeta_t eta, glbphi_t phi, z0_t z0, nt_t nt, nx_t nx, tkjetunassigned_t unassigned) {
void TkJetWord::setTkJetWord(
pt_t pt, glbeta_t eta, glbphi_t phi, z0_t z0, nt_t nt, nx_t nx, tkjetunassigned_t unassigned) {
// pack the TkJet word
unsigned int offset = 0;
for (unsigned int b = offset; b < (offset + TkJetBitWidths::kPtSize); b++) {
Expand Down

0 comments on commit 3e7a998

Please sign in to comment.