Skip to content

Commit

Permalink
Clean up some GPU- and non-GPU-related pixel tracking code (cms-sw#49)
Browse files Browse the repository at this point in the history
  - clean up GPU- and non-GPU-related pixel tracking code and build files
  - drop obsolete or unused classes
  - rename RawToDigiGPU to SiPixelRawToDigiGPUKernel
  - move the definitions in SiPixelRawToDigiGPUKernel to the `pixelgpudetails` namespace
  • Loading branch information
fwyzard authored May 23, 2018
1 parent ee0dead commit 4a9d474
Show file tree
Hide file tree
Showing 19 changed files with 1,221 additions and 1,283 deletions.
4 changes: 2 additions & 2 deletions EventFilter/SiPixelRawToDigi/plugins/BuildFile.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<use name="EventFilter/SiPixelRawToDigi"/>
<library file="SiPixelDigiToRaw.cc SiPixelRawToDigi.cc SealModule.cc" name="EventFilterSiPixelRawToDigiPlugins">
<library file="SiPixelDigiToRaw.cc SiPixelRawToDigi.cc" name="EventFilterSiPixelRawToDigiPlugins">
<flags EDM_PLUGIN="1"/>
</library>
<library file="SiPixelRawToDigiGPU.cc SiPixelFedCablingMapGPU.cc RawToDigiGPU.cu" name="EventFilterSiPixelRawToDigiGPUPlugins">
<library file="SiPixelRawToDigiGPU.cc SiPixelFedCablingMapGPU.cc SiPixelRawToDigiGPUKernel.cu" name="EventFilterSiPixelRawToDigiGPUPlugins">
<use name="cuda"/>
<use name="CalibTracker/SiPixelESProducers"/>
<flags EDM_PLUGIN="1"/>
Expand Down
39 changes: 0 additions & 39 deletions EventFilter/SiPixelRawToDigi/plugins/DetParamBits.h

This file was deleted.

11 changes: 0 additions & 11 deletions EventFilter/SiPixelRawToDigi/plugins/EventInfoGPU.h

This file was deleted.

Loading

0 comments on commit 4a9d474

Please sign in to comment.