Skip to content

Commit

Permalink
migrate CondCore/PopCon away from deprecated EDAnalyzer API
Browse files Browse the repository at this point in the history
  • Loading branch information
mmusich committed Sep 29, 2021
1 parent d9b5bfd commit 236040c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CondCore/PopCon/interface/PopConAnalyzer.h
Expand Up @@ -9,12 +9,12 @@
#include <vector>

#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/one/EDAnalyzer.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"

namespace popcon {
template <typename S>
class PopConAnalyzer : public edm::EDAnalyzer {
class PopConAnalyzer : public edm::one::EDAnalyzer<> {
public:
typedef S SourceHandler;

Expand Down

0 comments on commit 236040c

Please sign in to comment.