Skip to content

Commit

Permalink
code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77devel committed Sep 25, 2024
1 parent 18a1f6e commit 3e98eb4
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions RecoTracker/LSTCore/interface/TrackCandidatesSoA.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@

namespace lst {
GENERATE_SOA_LAYOUT(TrackCandidatesSoALayout,
SOA_COLUMN(short, trackCandidateType), // 4-T5 5-pT3 7-pT5 8-pLS
SOA_COLUMN(unsigned int, directObjectIndices), // direct indices to each type containers
SOA_COLUMN(ArrayUx2, objectIndices), // tracklet and triplet indices
SOA_COLUMN(Params_pT5::ArrayU8xLayers, logicalLayers), //
SOA_COLUMN(Params_pT5::ArrayUxHits, hitIndices), //
SOA_COLUMN(int, pixelSeedIndex), //
SOA_COLUMN(Params_pT5::ArrayU16xLayers, lowerModuleIndices), //
SOA_COLUMN(FPX, centerX), //
SOA_COLUMN(FPX, centerY), //
SOA_COLUMN(FPX, radius), //
SOA_SCALAR(unsigned int, nTrackCandidates), //
SOA_SCALAR(unsigned int, nTrackCandidatespT3), //
SOA_SCALAR(unsigned int, nTrackCandidatespT5), //
SOA_SCALAR(unsigned int, nTrackCandidatespLS), //
SOA_SCALAR(unsigned int, nTrackCandidatesT5)) //
SOA_COLUMN(short, trackCandidateType), // 4-T5 5-pT3 7-pT5 8-pLS
SOA_COLUMN(unsigned int, directObjectIndices), // direct indices to each type containers
SOA_COLUMN(ArrayUx2, objectIndices), // tracklet and triplet indices
SOA_COLUMN(Params_pT5::ArrayU8xLayers, logicalLayers), //
SOA_COLUMN(Params_pT5::ArrayUxHits, hitIndices), //
SOA_COLUMN(int, pixelSeedIndex), //
SOA_COLUMN(Params_pT5::ArrayU16xLayers, lowerModuleIndices), //
SOA_COLUMN(FPX, centerX), //
SOA_COLUMN(FPX, centerY), //
SOA_COLUMN(FPX, radius), //
SOA_SCALAR(unsigned int, nTrackCandidates), //
SOA_SCALAR(unsigned int, nTrackCandidatespT3), //
SOA_SCALAR(unsigned int, nTrackCandidatespT5), //
SOA_SCALAR(unsigned int, nTrackCandidatespLS), //
SOA_SCALAR(unsigned int, nTrackCandidatesT5)) //

using TrackCandidatesSoA = TrackCandidatesSoALayout<>;

Expand All @@ -34,6 +34,6 @@ namespace lst {
v.nTrackCandidatespT5() = 0;
v.nTrackCandidatespLS() = 0;
}

} // namespace lst
#endif

0 comments on commit 3e98eb4

Please sign in to comment.