Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove PileupJetIdAlgo from DQM/PhysicsHWW (forward port to 75x) #9450

Merged
merged 2 commits into from
Jun 8, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions DQM/PhysicsHWW/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<use name="CommonTools/ParticleFlow"/>
<use name="RecoEgamma/EgammaTools"/>
<use name="RecoVertex/PrimaryVertexProducer"/>
<use name="RecoJets/JetProducers"/>
<use name="TrackingTools/IPTools"/>
<use name="JetMETCorrections/Objects"/>
<use name="Geometry/TrackerGeometryBuilder"/>
Expand Down
3 changes: 2 additions & 1 deletion DQM/PhysicsHWW/interface/HWWAnalyzer.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
#include "FWCore/Utilities/interface/InputTag.h"
#include "FWCore/ServiceRegistry/interface/Service.h"

#include "RecoJets/JetProducers/interface/PileupJetIdAlgo.h"

#include "DQM/PhysicsHWW/interface/analysisSelections.h"
#include "DQM/PhysicsHWW/interface/EGammaMvaEleEstimator.h"
#include "DQM/PhysicsHWW/interface/MuonMVAEstimator.h"
Expand All @@ -30,7 +32,6 @@
#include "DQM/PhysicsHWW/interface/RhoMaker.h"
#include "DQM/PhysicsHWW/interface/PFMETMaker.h"
#include "DQM/PhysicsHWW/interface/TrkMETMaker.h"
#include "DQM/PhysicsHWW/interface/PileupJetIdAlgo.h"
#include "DQM/PhysicsHWW/interface/MVAJetIdMaker.h"

#include <DQMServices/Core/interface/DQMStore.h>
Expand Down
2 changes: 1 addition & 1 deletion DQM/PhysicsHWW/interface/MVAJetIdMaker.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include "FWCore/Utilities/interface/EDGetToken.h"
#include "DataFormats/VertexReco/interface/Vertex.h"
#include "RecoMET/METAlgorithms/interface/PFSpecificAlgo.h"
#include "DQM/PhysicsHWW/interface/PileupJetIdAlgo.h"
#include "RecoJets/JetProducers/interface/PileupJetIdAlgo.h"
#include "DQM/PhysicsHWW/interface/HWW.h"

namespace reco {
Expand Down
81 changes: 0 additions & 81 deletions DQM/PhysicsHWW/interface/PileupJetIdAlgo.h

This file was deleted.

181 changes: 0 additions & 181 deletions DQM/PhysicsHWW/interface/PileupJetIdentifier.h

This file was deleted.

90 changes: 0 additions & 90 deletions DQM/PhysicsHWW/python/JetIdParams_cfi.py

This file was deleted.