Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
czangela committed Mar 22, 2021
1 parent ad97afe commit 4d1f89a
Showing 1 changed file with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,13 @@ void SiPixelRecHitSoAFromLegacy::produce(edm::StreamID streamID, edm::Event& iEv
for (auto i = 0U; i < phase1PixelTopology::numberOfLayers + 1; ++i) {
output->hitsLayerStart()[i] = hitsModuleStart[cpeView.layerGeometry().layerStart[i]];
}
cms::cuda::fillManyFromVector(
output->phiBinner(), phase1PixelTopology::numberOfLayers, output->iphi(), output->hitsLayerStart(), numberOfHits, 256, nullptr);
cms::cuda::fillManyFromVector(output->phiBinner(),
phase1PixelTopology::numberOfLayers,
output->iphi(),
output->hitsLayerStart(),
numberOfHits,
256,
nullptr);

LogDebug("SiPixelRecHitSoAFromLegacy") << "created HitSoa for " << numberOfClusters << " clusters in "
<< numberOfDetUnits << " Dets";
Expand Down

0 comments on commit 4d1f89a

Please sign in to comment.