Skip to content

Commit

Permalink
Merge pull request #42616 from missirol/removeDup_SiPixelRawToCluster…
Browse files Browse the repository at this point in the history
…CUDA

remove duplicate plugin `SiPixelRawToClusterCUDA`
  • Loading branch information
cmsbuild authored Aug 22, 2023
2 parents 729716a + 81adc26 commit 41284a4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,8 +309,6 @@ void SiPixelRawToClusterCUDAT<TrackerTraits>::produce(edm::Event& iEvent, const
}

// define as framework plugin
using SiPixelRawToClusterCUDA = SiPixelRawToClusterCUDAT<pixelTopology::Phase1>;
DEFINE_FWK_MODULE(SiPixelRawToClusterCUDA);
using SiPixelRawToClusterCUDAPhase1 = SiPixelRawToClusterCUDAT<pixelTopology::Phase1>;
DEFINE_FWK_MODULE(SiPixelRawToClusterCUDAPhase1);
using SiPixelRawToClusterCUDAHIonPhase1 = SiPixelRawToClusterCUDAT<pixelTopology::HIonPhase1>;
Expand Down

0 comments on commit 41284a4

Please sign in to comment.