-
Notifications
You must be signed in to change notification settings - Fork 4.6k
add missing includes #31932
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
add missing includes #31932
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -5,6 +5,42 @@ | |||||
| <use name="RecoPixelVertexing/PixelTriplets"/> | ||||||
| <use name="RecoPixelVertexing/PixelTrackFitting"/> | ||||||
| <use name="RecoPixelVertexing/PixelLowPtUtilities"/> | ||||||
| <use name="CommonTools/Utils"/> | ||||||
| <use name="DataFormats/BeamSpot"/> | ||||||
| <use name="DataFormats/Common"/> | ||||||
| <use name="DataFormats/Math"/> | ||||||
| <use name="DataFormats/SiPixelDetId"/> | ||||||
| <use name="DataFormats/SiStripDetId"/> | ||||||
| <use name="DataFormats/TrackReco"/> | ||||||
| <use name="DataFormats/TrackerCommon"/> | ||||||
| <use name="DataFormats/TrackingRecHit"/> | ||||||
| <use name="DataFormats/TrajectorySeed"/> | ||||||
| <use name="DataFormats/TrajectoryState"/> | ||||||
| <use name="DataFormats/VertexReco"/> | ||||||
| <use name="FWCore/Framework"/> | ||||||
| <use name="FWCore/MessageLogger"/> | ||||||
| <use name="FWCore/ParameterSet"/> | ||||||
| <use name="FWCore/PluginManager"/> | ||||||
| <use name="FWCore/Utilities"/> | ||||||
| <use name="Geometry/CommonDetUnit"/> | ||||||
| <use name="Geometry/Records"/> | ||||||
| <use name="Geometry/TrackerGeometryBuilder"/> | ||||||
| <use name="MagneticField/Engine"/> | ||||||
| <use name="MagneticField/Records"/> | ||||||
| <use name="MagneticField/UniformEngine"/> | ||||||
| <use name="RecoTracker/MeasurementDet"/> | ||||||
| <use name="RecoTracker/Record"/> | ||||||
| <use name="RecoTracker/SpecialSeedGenerators"/> | ||||||
| <use name="RecoTracker/TkHitPairs"/> | ||||||
| <use name="RecoTracker/TkSeedingLayers"/> | ||||||
| <use name="RecoTracker/TransientTrackingRecHit"/> | ||||||
| <use name="TrackingTools/GeomPropagators"/> | ||||||
| <use name="TrackingTools/KalmanUpdators"/> | ||||||
| <use name="TrackingTools/MeasurementDet"/> | ||||||
| <use name="TrackingTools/PatternTools"/> | ||||||
|
Comment on lines
+39
to
+40
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
apparently not used in CMSSW_11_1_X_2020-10-27-1100
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I used an IB of ~5 days ago. I'll look at what went right or wrong...
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. used in SeedingOTEDProducer.cc (and PatternTools is also used in SeedCombiner)
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
ehm, why was I looking at an old release cycle |
||||||
| <use name="TrackingTools/Records"/> | ||||||
| <use name="TrackingTools/TrajectoryState"/> | ||||||
| <use name="TrackingTools/TransientTrackingRecHit"/> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. many of these dependencies are declared in RecoTracker/TkSeedGenerator.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. its correct to have dependencies in both src and plugins BuildFiles assuming both src and plugins use them directly (at least that is my understanding of the correct way to manage BuildFiles). |
||||||
| <library file="*.cc" name="RecoTrackerTkSeedGeneratorPlugins"> | ||||||
| <flags EDM_PLUGIN="1"/> | ||||||
| <use name="DataFormats/TrackerRecHit2D"/> | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not used
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in SeedingOTEDProducer.cc