Skip to content

Commit

Permalink
Thread-safe analyzer
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Dildick committed Dec 2, 2021
1 parent 9abb0e3 commit a94bf20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

// framework
#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"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
Expand All @@ -23,7 +23,7 @@
// class declaration
//

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

0 comments on commit a94bf20

Please sign in to comment.