Skip to content

Commit

Permalink
Remove duplicate dictionary definitions (#489)
Browse files Browse the repository at this point in the history
Remove dictionary definitions for classes already defined in CUDADataFormats/StdDictionaries.

Co-authored-by: Andrea Bocci <andrea.bocci@cern.ch>
  • Loading branch information
makortel and fwyzard committed Nov 9, 2020
1 parent fdc20a6 commit 9720dc2
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions CUDADataFormats/HcalRecHitSoA/src/classes_def.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
<lcgdict>
<class name="std::vector<float, cms::cuda::HostAllocator<float, 0>>" />
<class name="std::vector<int, cms::cuda::HostAllocator<int, 0>>" />
<class name="std::vector<uint32_t, cms::cuda::HostAllocator<uint32_t, 0>>" />


<class name="hcal::RecHitCollection<hcal::common::VecStoragePolicy<std::allocator>>"/>
<class name="hcal::RecHitCollection<hcal::common::VecStoragePolicy<hcal::CUDAHostAllocatorAlias>>"/>
<class name="edm::Wrapper<hcal::RecHitCollection<hcal::common::VecStoragePolicy<std::allocator>>>"/>

<class name="hcal::RecHitCollection<hcal::common::VecStoragePolicy<hcal::CUDAHostAllocatorAlias>>"/>
<class name="edm::Wrapper<hcal::RecHitCollection<hcal::common::VecStoragePolicy<hcal::CUDAHostAllocatorAlias>>>"/>



<class name="cms::cuda::Product<hcal::RecHitCollection<hcal::common::ViewStoragePolicy>>" persistent="false" />
<class name="edm::Wrapper<cms::cuda::Product<hcal::RecHitCollection<hcal::common::ViewStoragePolicy>>>" persistent="false" />
Expand Down

0 comments on commit 9720dc2

Please sign in to comment.