Skip to content

Commit

Permalink
Rename PixelRecHits.{h,cu} to PixelRecHitGPUKernel.{h,cu}
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Dec 15, 2020
1 parent 5f913cc commit af9e979
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "RecoLocalTracker/SiPixelClusterizer/plugins/SiPixelRawToClusterGPUKernel.h"
#include "RecoLocalTracker/SiPixelClusterizer/plugins/gpuClusteringConstants.h"

#include "PixelRecHits.h"
#include "PixelRecHitGPUKernel.h"
#include "gpuPixelRecHits.h"

namespace {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef RecoLocalTracker_SiPixelRecHits_plugins_PixelRecHits_h
#define RecoLocalTracker_SiPixelRecHits_plugins_PixelRecHits_h
#ifndef RecoLocalTracker_SiPixelRecHits_plugins_PixelRecHitGPUKernel_h
#define RecoLocalTracker_SiPixelRecHits_plugins_PixelRecHitGPUKernel_h

#include <cstdint>

Expand Down Expand Up @@ -30,4 +30,4 @@ namespace pixelgpudetails {
};
} // namespace pixelgpudetails

#endif // RecoLocalTracker_SiPixelRecHits_plugins_PixelRecHits_h
#endif // RecoLocalTracker_SiPixelRecHits_plugins_PixelRecHitGPUKernel_h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "RecoLocalTracker/SiPixelRecHits/interface/PixelCPEBase.h"
#include "RecoLocalTracker/SiPixelRecHits/interface/PixelCPEFast.h"

#include "PixelRecHits.h" // TODO : spit product from kernel
#include "PixelRecHitGPUKernel.h"

class SiPixelRecHitCUDA : public edm::global::EDProducer<> {
public:
Expand Down

0 comments on commit af9e979

Please sign in to comment.