Skip to content

Commit

Permalink
Merge pull request #36624 from bsunanda/Run3-gex109E
Browse files Browse the repository at this point in the history
Run3-gex109E Avoid compilation warnings in some Validation classes in EventGenerator, Mixing and MtdValidation
  • Loading branch information
cmsbuild authored Jan 11, 2022
2 parents afbbf4e + 7486cb1 commit 5f0565f
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion Validation/EventGenerator/interface/DuplicationChecker.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*/

// framework & common header files
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/Run.h"
Expand Down
1 change: 0 additions & 1 deletion Validation/EventGenerator/interface/WValidation.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*/

// framework & common header files
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/Event.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/Run.h"
Expand Down
4 changes: 2 additions & 2 deletions Validation/Mixing/interface/TestSuite.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
//

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

#include "FWCore/Framework/interface/Event.h"
Expand Down Expand Up @@ -42,7 +42,7 @@ class TFile;
// class declaration
//

class TestSuite : public edm::EDAnalyzer {
class TestSuite : public edm::one::EDAnalyzer<> {
public:
typedef dqm::legacy::DQMStore DQMStore;
typedef dqm::legacy::MonitorElement MonitorElement;
Expand Down
1 change: 0 additions & 1 deletion Validation/Mixing/src/GlobalTest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
#include <fmt/format.h>

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

#include "FWCore/Framework/interface/Event.h"
Expand Down
1 change: 0 additions & 1 deletion Validation/Mixing/src/MixCollectionValidation.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include "Validation/Mixing/interface/MixCollectionValidation.h"

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

#include "FWCore/Framework/interface/Event.h"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <algorithm>

#include "FWCore/Framework/interface/Frameworkfwd.h"
#include "FWCore/Framework/interface/EDAnalyzer.h"
#include "FWCore/Framework/interface/ESHandle.h"

#include "DataFormats/Common/interface/ValidHandle.h"
Expand Down

0 comments on commit 5f0565f

Please sign in to comment.