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 5, 2020
1 parent 23bb1ac commit f50f7a1
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 70 deletions.
12 changes: 0 additions & 12 deletions CUDADataFormats/Common/interface/ArrayShadow.h

This file was deleted.

1 change: 0 additions & 1 deletion CUDADataFormats/Track/src/classes.h
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
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>
1 change: 0 additions & 1 deletion EventFilter/EcalRawToDigi/plugins/BuildFile.xml
Expand Up @@ -9,7 +9,6 @@
<use name="FWCore/Utilities"/>
<use name="HeterogeneousCore/CUDACore"/>
<use name="HeterogeneousCore/CUDAUtilities"/>
<library file="*.cc" name="EventFilterEcalRawToDigiPlugins">
<library file="*.cc *.cu" name="EventFilterEcalRawToDigiPlugins">
<flags EDM_PLUGIN="1"/>
</library>

This file was deleted.

0 comments on commit f50f7a1

Please sign in to comment.