Skip to content

Commit

Permalink
Please consider the following formatting changes (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild authored Dec 22, 2024
1 parent 09a7042 commit 0bd079d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ struct stradautracksextraconverter2 {
dauTrackExtras_002(values.itsChi2PerNcl(),
values.detectorMap(),
values.itsClusterSizes(),
static_cast<uint8_t>(0), // findable (unknown in old format)
-values.tpcClusters(), // findable minus found: we know found
static_cast<uint8_t>(0), // findable (unknown in old format)
-values.tpcClusters(), // findable minus found: we know found
-values.tpcCrossedRows()); // findable minus crossed rows: we know crossed rows
}
}
Expand Down

0 comments on commit 0bd079d

Please sign in to comment.