@@ -32,16 +32,15 @@ class SiPixelCompareVertices : public DQMEDAnalyzer {
3232 ~SiPixelCompareVertices () override = default ;
3333 void bookHistograms (DQMStore::IBooker& ibooker, edm::Run const & iRun, edm::EventSetup const & iSetup) override ;
3434 void analyze (const edm::Event& iEvent, const edm::EventSetup& iSetup) override ;
35- // analyzeSeparate is templated to accept distinct types of SoAs
35+ // analyzeSeparate is templated to accept distinct types of SoAs
3636 // The default use case is to use vertices from Alpaka reconstructed on CPU and GPU;
3737 template <typename U, typename V>
3838 void analyzeSeparate (U tokenRef, V tokenTar, const edm::Event& iEvent);
3939 static void fillDescriptions (edm::ConfigurationDescriptions& descriptions);
4040
4141private:
4242 // these two are both on Host but originally they have been produced on Host or on Device
43- const edm::EDGetTokenT<ZVertexHost>
44- tokenSoAVertexReferenceSoA_;
43+ const edm::EDGetTokenT<ZVertexHost> tokenSoAVertexReferenceSoA_;
4544 const edm::EDGetTokenT<ZVertexHost> tokenSoAVertexTargetSoA_;
4645 const edm::EDGetTokenT<reco::BeamSpot> tokenBeamSpot_;
4746 const std::string topFolderName_;
@@ -203,4 +202,3 @@ void SiPixelCompareVertices::fillDescriptions(edm::ConfigurationDescriptions& de
203202
204203// TODO: change module name to SiPixelCompareVerticesSoA when CUDA code is removed
205204DEFINE_FWK_MODULE (SiPixelCompareVertices);
206-
0 commit comments