-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Delete some orphaned BuildFiles #30228
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-30228/16107
|
A new Pull Request was created by @guitargeek (Jonas Rembser) for master. It involves the following packages: CondCore/ESSources @smuzaffar, @ssekmen, @Dr15Jones, @lveldere, @makortel, @tlampen, @christopheralanwest, @civanch, @mdhildreth, @cmsbuild, @tocheng, @sbein, @ggovi, @pohsun can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins.
|
+1 |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
private: | ||
void beginStream(edm::StreamID) override; | ||
void produce(edm::Event&, const edm::EventSetup&) override; | ||
void endStream() override; |
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.
This probably goes beyond this PR, but beginStream()
and endStream()
are empty and thus could be removed.
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.
Sure!
void endStream() override; | ||
//this function will only be called once per event | ||
virtual void beginEvent(edm::Event& event, const edm::EventSetup& eventSetup); | ||
virtual void endEvent(edm::Event& event, const edm::EventSetup& eventSetup); |
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.
Again probably going beyond this PR, but what is the purpose of these functions? As far as I can tell, they are not called.
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.
You are right, thanks! I removed them.
@@ -455,7 +455,7 @@ CMSSW_CATEGORIES={"Operations": ["Configuration/Applications", | |||
"FastSimulation/Configuration", "FastSimulation/EgammaElectronAlgos", | |||
"FastSimulation/Event", "FastSimulation/EventProducer", | |||
"FastSimulation/ForwardDetectors", "FastSimulation/HighLevelTrigger", | |||
"FastSimulation/L1CaloTriggerProducer", "FastSimulation/MaterialEffects", | |||
"FastSimulation/MaterialEffects", |
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.
@smuzaffar Could you confirm this is OK given that FastSimulation/L1CaloTriggerProducer
package is removed?
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.
Yes this is fine
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+core |
+1 |
@jan-kaspar , @fabferro , are you OK with this PR? |
I have nothing against but I would like the confirmation of @mundim that last modified these files within PPS group. @mundim: do you agree with this PR? |
Do you have any objections @ggovi ? |
I was not sure about FastSimulation/CTPPSFastTrackingProducer, if this would cause any problem to the PPS fast simulation, but I just found out that (likely) no one is using it. So, I guess you can go on. |
+1 |
+1 |
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 (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Delete 3 BuildFiles which were actually not building any sources.
PR validation:
CMSSW compiles.
if this PR is a backport please specify the original PR and why you need to backport that PR:
No backport intended.