Skip to content

Commit

Permalink
Merge pull request #43829 from wddgit/geometryLegacyMigration
Browse files Browse the repository at this point in the history
Migrate last geometry legacy type module
  • Loading branch information
cmsbuild authored Feb 2, 2024
2 parents 408ee07 + a73ce69 commit 405dbfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Geometry/CSCGeometry/test/stubs/CSCDetIdAnalyzer.cc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Test CSCDetId & CSCIndexer 13.11.2007 ptc

#include <FWCore/Framework/interface/EDAnalyzer.h>
#include <FWCore/Framework/interface/one/EDAnalyzer.h>
#include <FWCore/Framework/interface/ESHandle.h>
#include <FWCore/Framework/interface/EventSetup.h>
#include <FWCore/Framework/interface/MakerMacros.h>
Expand All @@ -16,7 +16,7 @@
#include <string>
#include <vector>

class CSCDetIdAnalyzer : public edm::EDAnalyzer {
class CSCDetIdAnalyzer : public edm::one::EDAnalyzer<> {
public:
explicit CSCDetIdAnalyzer(const edm::ParameterSet&);
~CSCDetIdAnalyzer() override = default;
Expand Down

0 comments on commit 405dbfc

Please sign in to comment.