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

Run2-hcx127 Correct the output cff sepecification for 2 minimum bias paths #19033

Merged
merged 2 commits into from Jun 6, 2017

Conversation

bsunanda
Copy link
Contributor

No description provided.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @bsunanda for master.

It involves the following packages:

Calibration/HcalAlCaRecoProducers

@ghellwig, @arunhep, @cerminar, @cmsbuild, @franzoni, @davidlange6 can you please review it and eventually sign? Thanks.
@ghellwig, @mmusich, @tocheng this is something you requested to watch as well.
@davidlange6 you are the release manager for this.

cms-bot commands are listed here

@bsunanda
Copy link
Contributor Author

@cmsbuild Please test

@cmsbuild
Copy link
Contributor

cmsbuild commented May 31, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/20244/console Started: 2017/05/31 16:42

@bsunanda
Copy link
Contributor Author

bsunanda commented Jun 1, 2017

@cmsbuild Please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/20274/console Started: 2017/06/01 04:57

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2017

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2017

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 1, 2017

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

Comparison Summary:

  • You potentially added 156 lines to the logs
  • Reco comparison results: 1647 differences found in the comparisons
  • DQMHistoTests: Total files compared: 23
  • DQMHistoTests: Total histograms compared: 1789317
  • DQMHistoTests: Total failures: 27913
  • DQMHistoTests: Total nulls: 10
  • DQMHistoTests: Total successes: 1761221
  • DQMHistoTests: Total skipped: 173
  • DQMHistoTests: Total Missing objects: 0
  • Checked 94 log files, 14 edm output root files, 23 DQM output files

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 2, 2017

Pull request #19033 was updated. @ghellwig, @arunhep, @cerminar, @cmsbuild, @franzoni, @davidlange6 can you please check and sign again.

@bsunanda
Copy link
Contributor Author

bsunanda commented Jun 2, 2017

@cmsbuild Please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 2, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/20318/console Started: 2017/06/02 22:21

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 2, 2017

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 2, 2017

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 2, 2017

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 3420 differences found in the comparisons
  • DQMHistoTests: Total files compared: 23
  • DQMHistoTests: Total histograms compared: 1837605
  • DQMHistoTests: Total failures: 65002
  • DQMHistoTests: Total nulls: 10
  • DQMHistoTests: Total successes: 1772420
  • DQMHistoTests: Total skipped: 173
  • DQMHistoTests: Total Missing objects: 0
  • Checked 94 log files, 14 edm output root files, 23 DQM output files

@bsunanda
Copy link
Contributor Author

bsunanda commented Jun 4, 2017

@franzoni @arunhep Can you sign this? We have issues for Phisymmetry calibration otherwise

@@ -26,7 +26,8 @@

import RecoLocalCalo.HcalRecProducers.HcalSimpleReconstructor_ho_cfi

seqALCARECOHcalCalMinBias = cms.Sequence(hcalminbiasHLT*hcalDigiAlCaMB*gtDigisAlCaMB*hbherecoNoise*hfrecoNoise*hfrecoMBNZS*horecoNoise)
seqALCARECOHcalCalMinBiasDigi = cms.Sequence(hcalminbiasHLT*hcalDigiAlCaMB*gtDigisAlCaMB)
Copy link
Contributor

@arunhep arunhep Jun 6, 2017

Choose a reason for hiding this comment

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

@bsunanda what is the purpose of dividing the whole sequence into two parts? This question applies to other file as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is needed because later on one updates one of the sequences. With a combined one it was doing the changes wrongly which was noticed by Olga Kodolova

'keep HBHERecHitsSorted_hbherecoMB_*_*',
'keep HORecHitsSorted_horecoMB_*_*',
'keep HFRecHitsSorted_hfrecoMB_*_*',
'keep HFRecHitsSorted_hfrecoMBspecial_*_*',
Copy link
Contributor

Choose a reason for hiding this comment

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

what was this collection with label hfrecoMBspecial ? May be a description of pull-request could be a better way to describe the changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It is a special collection with HF data reconstructed with different parameter sets

Copy link
Contributor Author

Choose a reason for hiding this comment

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

"special" is no longer used. Cant you see these lines belong to the older version - not the new one

Copy link
Contributor

Choose a reason for hiding this comment

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

removing "special" is not the point but i want to understand better that with the replaced label what will be the consequences?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We do not produce the collection any more. The collections produced are with label NZS and these are the ones which are used in subsequent analysis. So this is a simple clean up process. The consequence of the removal is to remove misinformation which you fell for.

@davidlange6
Copy link
Contributor

davidlange6 commented Jun 6, 2017 via email

@bsunanda
Copy link
Contributor Author

bsunanda commented Jun 6, 2017

@davidlange6 You fell into the same trap as Arun. Why one should worry about the names of deleted lines

@davidlange6
Copy link
Contributor

davidlange6 commented Jun 6, 2017 via email

@arunhep
Copy link
Contributor

arunhep commented Jun 6, 2017

+1
pull requests should come, along with the description.

@davidlange6 davidlange6 merged commit 769f96a into cms-sw:master Jun 6, 2017
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