Skip to content

Commit

Permalink
gcc7 compilation warnings fix in RecoJets pkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrodozov committed Jul 28, 2017
1 parent ea2d98e commit 6017761
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RecoJets/FFTJetProducers/plugins/FFTJetEFlowSmoother.cc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include "FWCore/ParameterSet/interface/ParameterSet.h"

#include "DataFormats/Common/interface/View.h"
#include "DataFormats/Histograms/interface/MEtoEDMFormat.h"
#include <TH3F.h>

// parameter parser header
#include "RecoJets/FFTJetProducers/interface/FFTJetParameterParser.h"
Expand Down
2 changes: 1 addition & 1 deletion RecoJets/JetAnalyzers/src/FFTJetImageRecorder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include "FWCore/ParameterSet/interface/ParameterSet.h"

#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Histograms/interface/MEtoEDMFormat.h"
#include <TH3F.h>

#include "CommonTools/UtilAlgos/interface/TFileService.h"

Expand Down
2 changes: 1 addition & 1 deletion RecoJets/JetAnalyzers/src/FFTJetPileupAnalyzer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#include "FWCore/ParameterSet/interface/ParameterSet.h"

#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/Histograms/interface/MEtoEDMFormat.h"
#include <TH2D.h>
#include "DataFormats/JetReco/interface/FFTJetPileupSummary.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "DataFormats/VertexReco/interface/VertexFwd.h"
Expand Down

0 comments on commit 6017761

Please sign in to comment.