Skip to content

Commit 23b4cdb

Browse files
committed
remove degeneracy PixelTrackProducerFromSoAAlpaka* and SiPixelRecHitFromSoAAlpaka*
1 parent 63a2f43 commit 23b4cdb

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed

RecoLocalTracker/SiPixelRecHits/plugins/SiPixelRecHitFromSoAAlpaka.cc

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,5 @@ void SiPixelRecHitFromSoAAlpaka::produce(edm::StreamID streamID,
177177
iEvent.emplace(rechitsPutToken_, std::move(output));
178178
}
179179

180-
using SiPixelRecHitFromSoAAlpakaPhase1 = SiPixelRecHitFromSoAAlpaka;
181-
using SiPixelRecHitFromSoAAlpakaPhase2 = SiPixelRecHitFromSoAAlpaka;
182-
using SiPixelRecHitFromSoAAlpakaHIonPhase1 = SiPixelRecHitFromSoAAlpaka;
183-
184180
#include "FWCore/Framework/interface/MakerMacros.h"
185181
DEFINE_FWK_MODULE(SiPixelRecHitFromSoAAlpaka);
186-
// Keeping these to ease the migration of the HLT menu
187-
DEFINE_FWK_MODULE(SiPixelRecHitFromSoAAlpakaPhase1);
188-
DEFINE_FWK_MODULE(SiPixelRecHitFromSoAAlpakaPhase2);
189-
DEFINE_FWK_MODULE(SiPixelRecHitFromSoAAlpakaHIonPhase1);

RecoTracker/PixelTrackFitting/plugins/PixelTrackProducerFromSoAAlpaka.cc

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -508,12 +508,3 @@ void PixelTrackProducerFromSoAAlpaka::produce(edm::StreamID streamID,
508508

509509
#include "FWCore/Framework/interface/MakerMacros.h"
510510
DEFINE_FWK_MODULE(PixelTrackProducerFromSoAAlpaka);
511-
512-
// (also) for HLT migration, could be removed once done
513-
using PixelTrackProducerFromSoAAlpakaPhase1 = PixelTrackProducerFromSoAAlpaka;
514-
using PixelTrackProducerFromSoAAlpakaPhase2 = PixelTrackProducerFromSoAAlpaka;
515-
using PixelTrackProducerFromSoAAlpakaHIonPhase1 = PixelTrackProducerFromSoAAlpaka;
516-
517-
DEFINE_FWK_MODULE(PixelTrackProducerFromSoAAlpakaPhase1);
518-
DEFINE_FWK_MODULE(PixelTrackProducerFromSoAAlpakaPhase2);
519-
DEFINE_FWK_MODULE(PixelTrackProducerFromSoAAlpakaHIonPhase1);

0 commit comments

Comments
 (0)