Skip to content

Commit

Permalink
Further clean up after merging CMSSW_11_2_0_pre7 (#556)
Browse files Browse the repository at this point in the history
Minor bug fixes:
  - fix a typo in EventFilter/EcalRawToDigi/plugins/BuildFile.xml .

Clean up:
  - remove obsolete ArrayShadow class;
  - remove obsolete profiling functions.
  • Loading branch information
fwyzard committed Oct 20, 2020
1 parent 69a720b commit 4efcb3f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion CUDADataFormats/Track/src/classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include "CUDADataFormats/Common/interface/Product.h"
#include "CUDADataFormats/Common/interface/HostProduct.h"
#include "CUDADataFormats/Track/interface/PixelTrackHeterogeneous.h"
#include "CUDADataFormats/Common/interface/ArrayShadow.h"
#include "DataFormats/Common/interface/Wrapper.h"

#endif // CUDADataFormats_Track_src_classes_h
2 changes: 0 additions & 2 deletions CUDADataFormats/Track/src/classes_def.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@
<class name="edm::Wrapper<cms::cuda::Product<HeterogeneousSoA<pixelTrack::TrackSoA>>>" persistent="false"/>
<class name="HeterogeneousSoA<pixelTrack::TrackSoA>" persistent="false"/>
<class name="edm::Wrapper<HeterogeneousSoA<pixelTrack::TrackSoA>>" persistent="false"/>
<class name="ArrayShadow<std::array<unsigned int,2001>>" persistent="false"/>
<class name="edm::Wrapper<ArrayShadow<std::array<unsigned int,2001>>>" persistent="false"/>
</lcgdict>

0 comments on commit 4efcb3f

Please sign in to comment.