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

fix headers RecoMuon pkgs #23385

Merged
merged 2 commits into from
Jun 7, 2018
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions RecoMuon/L3TrackFinder/src/EtaPhiEstimator.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "TrackingTools/KalmanUpdators/interface/Chi2MeasurementEstimatorBase.h"
#include "TrackingTools/TrajectoryState/interface/TrajectoryStateOnSurface.h"
#include "DataFormats/TrackingRecHit/interface/TrackingRecHit.h"
#include "DataFormats/Math/interface/deltaPhi.h"
#include "DataFormats/Math/interface/deltaR.h"

Expand Down
1 change: 0 additions & 1 deletion RecoMuon/MuonIdentification/plugins/MuonRefProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@

#include "DataFormats/Common/interface/Handle.h"
#include "DataFormats/MuonReco/interface/Muon.h"
#include "DataFormats/MuonReco/interface/MuonFwd.h"

#include "RecoMuon/MuonIdentification/plugins/MuonRefProducer.h"
#include "DataFormats/Common/interface/Ref.h"
Expand Down
1 change: 1 addition & 0 deletions RecoMuon/MuonIdentification/plugins/MuonRefProducer.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "FWCore/Framework/interface/global/EDProducer.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "DataFormats/MuonReco/interface/Muon.h"
#include "DataFormats/MuonReco/interface/MuonFwd.h"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Muon.h and MuonFwd.h are repeated in the MuonRefProducer.cc
Would you like to clean up the MuonRefProducer.cc implementation file before merging this PR?

#include "DataFormats/MuonReco/interface/MuonSelectors.h"

class MuonRefProducer : public edm::global::EDProducer<> {
Expand Down