Skip to content

Commit

Permalink
Merge pull request #23385 from mrodozov/fix-hdrs-RecoMuon-pkgs
Browse files Browse the repository at this point in the history
fix headers RecoMuon pkgs
  • Loading branch information
cmsbuild committed Jun 7, 2018
2 parents 1288dd0 + efce608 commit ad3b647
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
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"
#include "DataFormats/MuonReco/interface/MuonSelectors.h"

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

0 comments on commit ad3b647

Please sign in to comment.