Skip to content

Commit

Permalink
Remove unused class_def rules
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Nov 9, 2020
1 parent fdb4004 commit 0e9e62a
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions CUDADataFormats/EcalRecHitSoA/src/classes_def.xml
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
<lcgdict>
<class name="ecal::Tag::soa"/>
<class name="ecal::Tag::aos"/>

<!--
<class name="std::vector<double, CUDAHostAllocator<double> >"/>
<class name="std::vector<float, CUDAHostAllocator<float> >"/>
<class name="std::vector<unsigned int, CUDAHostAllocator<unsigned int> >" />
-->

<!-- <class name="std::array<double, 10>" />
<class name="std::array<float, 10>" /> -->
<class name="ecal::UncalibratedRecHit<ecal::Tag::soa>"/>
<class name="edm::Wrapper<ecal::UncalibratedRecHit<ecal::Tag::soa> >"/>
<class name="edm::Wrapper<ecal::UncalibratedRecHit<ecal::Tag::soa>>"/>
</lcgdict>

0 comments on commit 0e9e62a

Please sign in to comment.