Skip to content

Commit

Permalink
Merge pull request #37751 from Dr15Jones/deprecationCSCRecoBadChannel…
Browse files Browse the repository at this point in the history
…sAnalyzer

Changed CSCRecoBadChannelsAnalyzer to be a one::EDAnalyzer
  • Loading branch information
cmsbuild authored May 2, 2022
2 parents 8598b4d + df4f57c commit 8542602
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RecoLocalMuon/CSCRecHitD/src/CSCRecoBadChannelsAnalyzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include <string>
#include <vector>

#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/one/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "FWCore/Framework/interface/MakerMacros.h"
Expand All @@ -27,7 +27,7 @@

#include <RecoLocalMuon/CSCRecHitD/src/CSCRecoConditions.h>

class CSCRecoBadChannelsAnalyzer : public edm::EDAnalyzer {
class CSCRecoBadChannelsAnalyzer : public edm::one::EDAnalyzer<> {
public:
explicit CSCRecoBadChannelsAnalyzer(edm::ParameterSet const& ps)
: dashedLineWidth_(80),
Expand Down

0 comments on commit 8542602

Please sign in to comment.