Skip to content

Commit

Permalink
Merge pull request #39915 from Dr15Jones/removeEDAnalyzerMETTester
Browse files Browse the repository at this point in the history
Removed unused EDAnalyzer.h from METTester
  • Loading branch information
cmsbuild committed Oct 31, 2022
2 parents ed1fb5f + 49d5588 commit 46c76c5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Validation/RecoMET/plugins/METTester.h
Expand Up @@ -37,16 +37,14 @@
#include "DataFormats/TrackReco/interface/TrackFwd.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "FWCore/ServiceRegistry/interface/Service.h"
#include "FWCore/Utilities/interface/EDGetToken.h"
#include "FWCore/Utilities/interface/InputTag.h"
#include "TMath.h"
#include <DQMServices/Core/interface/DQMEDAnalyzer.h>
#include "DQMServices/Core/interface/DQMEDAnalyzer.h"

// class METTester: public edm::EDAnalyzer {
class METTester : public DQMEDAnalyzer {
public:
explicit METTester(const edm::ParameterSet &);
Expand Down

0 comments on commit 46c76c5

Please sign in to comment.