Skip to content

Commit

Permalink
Made L1TCaloLayer1Validator a edm::one module
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr15Jones committed Oct 25, 2021
1 parent 8efff7d commit 86d0920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions L1Trigger/L1TCaloLayer1/plugins/L1TCaloLayer1Validator.cc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

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

#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/MakerMacros.h"
Expand All @@ -43,7 +43,7 @@ using namespace l1t;
// class declaration
//

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

0 comments on commit 86d0920

Please sign in to comment.