Skip to content
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

Move Sequence to Task for RecoTauTag RecoCTPPS #28399

Merged
merged 6 commits into from
Nov 19, 2019

Conversation

jeongeun
Copy link
Contributor

PR description:
Move Sequence to Task for RecoTauTag RecoCTPPS cff python files.
(An extension of the previous task PR#25163, PR#27474 , PR#27640, PR#27887, PR#28050, PR#28300 )

Tested in CMSSW_11_0_X_2019_11-12-2300, the test all passed in the CMSSW PR instructions.

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28399/12757

  • This PR adds an extra 28KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @jeongeun (JeongEun Lee) for master.

It involves the following packages:

RecoCTPPS/PixelLocal
RecoCTPPS/TotemRPLocal
RecoEgamma/EgammaIsolationAlgos
RecoEgamma/EgammaPhotonProducers
RecoTauTag/Configuration
RecoTauTag/RecoTau
RecoTracker/IterativeTracking

@perrotta, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks.
@varuns23, @Sam-Harper, @makortel, @felicepantaleo, @jainshilpi, @jan-kaspar, @GiacomoSguazzoni, @rovere, @lgray, @mschrode, @sobhatta, @forthommel, @afiqaize, @gpetruc, @ebrondol, @VinInn, @riga, @dgulhan this is something you requested to watch as well.
@davidlange6, @slava77, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@perrotta
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 14, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/3484/console Started: 2019/11/14 17:32

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f8e102/3484/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 2 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2936360
  • DQMHistoTests: Total failures: 2
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2936017
  • DQMHistoTests: Total skipped: 341
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

ckfTracksFromConversionsReRecoTask = cms.Task(conversionTrackCandidates,
ckfOutInTracksFromConversions,
ckfInOutTracksFromConversions)
ckfTracksFromConversionsReReco = cms.Sequence(ckfTracksFromConversionsReRecoTask)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only used here internally: no need to define the sequence

inOutConversionTrackProducerReReco,
outInConversionTrackProducerReReco,
gsfConversionTrackProducerReReco)
conversionTrackProducersReReco = cms.Sequence(conversionTrackProducersReRecoTask)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only used here internally: no need to define the sequence

generalConversionStepConversionTrackMergerReReco,
generalInOutOutInConversionTrackMergerReReco,
gsfGeneralInOutOutInConversionTrackMergerReReco)
conversionTrackMergersReReco = cms.Sequence(conversionTrackMergersReRecoTask)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only used here internally: no need to define the sequence

eleIsoDepositHcalDepth2FromTowers
)

eleIsoDeposits = cms.Sequence(eleIsoDepositsTask)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only used in RecoEgamma/EgammaIsolationAlgos/python/eleIsolationSequence_cff.py: maybe one could avoid defining explicitly the sequence here

eleIsoFromDepsHcalDepth2FromTowers
)

eleIsoFromDeposits = cms.Task(eleIsoFromDepositsTask)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only used in RecoEgamma/EgammaIsolationAlgos/python/eleIsolationSequence_cff.py: maybe one could avoid defining explicitly the sequence here

gamIsoDepositHcalDepth2FromTowers
)

gamIsoDeposits = cms.Sequence(gamIsoDepositsTask)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only used in RecoEgamma/EgammaIsolationAlgos/python/gamIsolationSequence_cff.py: maybe one could avoid defining explicitly the sequence here

gamIsoFromDepsHcalDepth2FromTowers
)

gamIsoFromDeposits = cms.Sequence(gamIsoFromDepositsTask)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only used in RecoEgamma/EgammaIsolationAlgos/python/gamIsolationSequence_cff.py: maybe one could avoid defining explicitly the sequence here

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-28399/12794

  • This PR adds an extra 28KB to repository

@cmsbuild
Copy link
Contributor

Pull request #28399 was updated. @perrotta, @cmsbuild, @slava77 can you please check and sign again.

@perrotta
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 18, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/3513/console Started: 2019/11/18 08:29

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-f8e102/3513/summary.html

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 34
  • DQMHistoTests: Total histograms compared: 2936360
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2936018
  • DQMHistoTests: Total skipped: 341
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 33 files compared)
  • Checked 147 log files, 16 edm output root files, 34 DQM output files

@perrotta
Copy link
Contributor

+1

  • The implementation of Tasks to replace what previously included only as sequences in the affected packages is made similarly to what already implemented for other packages
  • Jenkins tests pass and show no differences

@cmsbuild
Copy link
Contributor

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. @davidlange6, @slava77, @smuzaffar, @fabiocos (and backports should be raised in the release meeting by the corresponding L2)

@fabiocos
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit 2b5c55d into cms-sw:master Nov 19, 2019
@jeongeun jeongeun deleted the SeqtoTask_1113 branch May 26, 2020 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants