-
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
Conversation
|
The code-checks are being triggered in jenkins. |
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-31932/19373
|
|
A new Pull Request was created by @davidlange6 (David Lange) for master. It involves the following packages: DataFormats/CaloRecHit @perrotta, @jpata, @cmsbuild, @kpedro88, @slava77 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
|
The tests are being triggered in jenkins.
|
| <use name="TrackingTools/PatternTools"/> | ||
| <use name="TrackingTools/Records"/> | ||
| <use name="TrackingTools/TrajectoryState"/> | ||
| <use name="TrackingTools/TransientTrackingRecHit"/> |
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.
many of these dependencies are declared in RecoTracker/TkSeedGenerator.
Is it time to cleanup that package dependencies?
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.
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).
|
+1 |
|
Comparison job queued. |
|
Comparison is ready Comparison Summary:
|
|
+upgrade |
slava77
left a comment
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.
it looks like several dependencies in RecoTracker/TkSeedGenerator/plugins/BuildFile.xml are not used/included.
was the list derived in some older release where these packages were still used or is there some longer-range dependency addition?
| <use name="TrackingTools/MeasurementDet"/> | ||
| <use name="TrackingTools/PatternTools"/> |
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.
| <use name="TrackingTools/MeasurementDet"/> | |
| <use name="TrackingTools/PatternTools"/> |
apparently not used in CMSSW_11_1_X_2020-10-27-1100
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.
I used an IB of ~5 days ago. I'll look at what went right or wrong...
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.
used in SeedingOTEDProducer.cc (and PatternTools is also used in SeedCombiner)
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.
apparently not used in CMSSW_11_1_X_2020-10-27-1100
ehm, why was I looking at an old release cycle
| <use name="DataFormats/SiPixelDetId"/> | ||
| <use name="DataFormats/SiStripDetId"/> | ||
| <use name="DataFormats/TrackReco"/> | ||
| <use name="DataFormats/TrackerCommon"/> |
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.
| <use name="DataFormats/TrackerCommon"/> |
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
|
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
|
+1 |
The modules IB started having compilation errors after #31704 was merged. I believe (now confirmed) this is due to a missing Eigen dependency in the buildfile of DataFormats/CaloRecoHit. I'm adding other buildfile fixes that I found along the way..