Skip to content

Commit

Permalink
Merge pull request #34863 from smuzaffar/L1TTrackMatch-hdr-fix
Browse files Browse the repository at this point in the history
[L1TTrackMatch] Remove unnecessary include statements to avoid private hdr dep
  • Loading branch information
cmsbuild committed Aug 18, 2021
2 parents 44853c7 + 52036b2 commit e19ec19
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion L1Trigger/L1TTrackMatch/plugins/L1FastTrackingJetProducer.cc
Expand Up @@ -33,12 +33,13 @@
// geometry
#include "Geometry/Records/interface/TrackerTopologyRcd.h"
#include "DataFormats/TrackerCommon/interface/TrackerTopology.h"
#include "RecoJets/JetProducers/plugins/VirtualJetProducer.h"

//mc
#include "SimTracker/TrackTriggerAssociation/interface/TTTrackAssociationMap.h"
#include "SimDataFormats/TrackingAnalysis/interface/TrackingParticle.h"

#include <fastjet/JetDefinition.hh>

#include <string>
#include "TMath.h"
#include "TH1.h"
Expand Down
3 changes: 2 additions & 1 deletion L1Trigger/L1TTrackMatch/plugins/L1TrackFastJetProducer.cc
Expand Up @@ -32,7 +32,8 @@
// geometry
#include "Geometry/Records/interface/TrackerTopologyRcd.h"
#include "DataFormats/TrackerCommon/interface/TrackerTopology.h"
#include "RecoJets/JetProducers/plugins/VirtualJetProducer.h"

#include <fastjet/JetDefinition.hh>

#include <string>
#include "TMath.h"
Expand Down

0 comments on commit e19ec19

Please sign in to comment.