Navigation Menu

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

Run3-alca189 Add a few Hcal related AlCaReco streams (HcalCalIterativePhiSym, HcalCalHBHEMuonFilter, HcalCalHO, HcalCalIsoTrkFilter) to the physics data stream HLTPhysics #34628

Merged
merged 2 commits into from Jul 27, 2021

Conversation

bsunanda
Copy link
Contributor

@bsunanda bsunanda commented Jul 26, 2021

PR description:

Add a few Hcal related AlCaReco streams (HcalCalIterativePhiSym, HcalCalHBHEMuonFilter, HcalCalHO, HcalCalIsoTrkFilter) to the physics data stream HLTPhysics

PR validation:

Tested with some old datasets and results presented in the AlCaReco meeting: https://indico.cern.ch/event/1060075/contributions/4454870/attachments/2287447/3888027/IsoTrigger08.pdf

if this PR is a backport please specify the original PR and why you need to backport that PR:

No backport of this PR is foreseen

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34628/24214

  • This PR adds an extra 20KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @bsunanda (Sunanda Banerjee) for master.

It involves the following packages:

  • Calibration/HcalAlCaRecoProducers (alca)
  • Calibration/HcalCalibAlgos (alca)
  • Configuration/AlCa (alca)

@malbouis, @yuanchao, @cmsbuild, @tlampen, @pohsun, @francescobrivio, @tvami can you please review it and eventually sign? Thanks.
@makortel, @Martin-Grunewald, @mmusich, @fabiocos, @tocheng this is something you requested to watch as well.
@silviodonato, @dpiparo, @qliphy, @perrotta you are the release manager for this.

cms-bot commands are listed here

@bsunanda
Copy link
Contributor Author

@cmsbuild Please test

Copy link
Contributor

@tvami tvami left a comment

Choose a reason for hiding this comment

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

Just some cosmetic changes

#106X_mcRun3_2021_realistic_v3
from Configuration.AlCa.GlobalTag import GlobalTag
process.GlobalTag = GlobalTag(process.GlobalTag,'auto:run2_data','')
#auto:run3_mc
Copy link
Contributor

Choose a reason for hiding this comment

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

Please remove commented out line

Comment on lines 36 to 37
#'/store/mc/Run3Summer19DR/DoublePion_E-50/GEN-SIM-RECO/2021ScenarioNZSRECONoPU_106X_mcRun3_2021_realistic_v3-v2/270000/22481A14-0F65-E046-809A-C03709C76325.root'
#'root://xrootd.ba.infn.it///store/data/Run2017E/JetHT/ALCARECO/HcalCalIsoTrkFilter-09Aug2019_UL2017-v1/50000/FF19B3B8-39D3-D941-8162-1AA7FB482D48.root'
Copy link
Contributor

Choose a reason for hiding this comment

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

If you are already touching this file for cosmetic purposes, would you mind removing these lines too? Or explain why they might be needed?

@tvami
Copy link
Contributor

tvami commented Jul 26, 2021

Hi @bsunanda , may I ask what the "Run3-alca189" refers to in the title of the PR? Also for the validation part, do you maybe have a presentation to refer to? I assume "Nothing special" means there is no need for a backport. Thanks!

@bsunanda
Copy link
Contributor Author

@cmsbuild Please test

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34628/24215

  • This PR adds an extra 20KB to repository

@cmsbuild
Copy link
Contributor

Pull request #34628 was updated. @malbouis, @yuanchao, @tlampen, @pohsun, @francescobrivio, @tvami can you please check and sign again.

@cmsbuild
Copy link
Contributor

-1

Failed Tests: RelVals-INPUT
Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8b0c50/17212/summary.html
COMMIT: 1715b64
CMSSW: CMSSW_12_0_X_2021-07-26-1100/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/34628/17212/install.sh to create a dev area with all the needed externals and cmssw changes.

RelVals-INPUT

  • 11634.011634.0_TTbar_14TeV+2021+TTbar_14TeV_TuneCP5_GenSimINPUT+Digi+Reco+HARVEST+ALCA/step2_TTbar_14TeV+2021+TTbar_14TeV_TuneCP5_GenSimINPUT+Digi+Reco+HARVEST+ALCA.log
  • 11601.011601.0_SingleElectronPt10+2021+SingleElectronPt10_pythia8_GenSimINPUT+Digi+Reco+HARVEST+ALCA/step2_SingleElectronPt10+2021+SingleElectronPt10_pythia8_GenSimINPUT+Digi+Reco+HARVEST+ALCA.log
  • 11602.011602.0_SingleElectronPt35+2021+SingleElectronPt35_pythia8_GenSimINPUT+Digi+Reco+HARVEST+ALCA/step2_SingleElectronPt35+2021+SingleElectronPt35_pythia8_GenSimINPUT+Digi+Reco+HARVEST+ALCA.log
Expand to see more relval errors ...

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 1 differences found in the comparisons
  • DQMHistoTests: Total files compared: 39
  • DQMHistoTests: Total histograms compared: 2998564
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 2998541
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 38 files compared)
  • Checked 165 log files, 37 edm output root files, 39 DQM output files
  • TriggerResults: found differences in 1 / 38 workflows

@bsunanda
Copy link
Contributor Author

@cmsbuild Please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-8b0c50/17222/summary.html
COMMIT: 1715b64
CMSSW: CMSSW_12_0_X_2021-07-26-1100/slc7_amd64_gcc900
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week1/cms-sw/cmssw/34628/17222/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

  • No significant changes to the logs found
  • Reco comparison results: 8 differences found in the comparisons
  • DQMHistoTests: Total files compared: 39
  • DQMHistoTests: Total histograms compared: 2998564
  • DQMHistoTests: Total failures: 12
  • DQMHistoTests: Total nulls: 1
  • DQMHistoTests: Total successes: 2998529
  • DQMHistoTests: Total skipped: 22
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.004 KiB( 38 files compared)
  • DQMHistoSizes: changed ( 312.0 ): 0.004 KiB MessageLogger/Warnings
  • Checked 165 log files, 37 edm output root files, 39 DQM output files
  • TriggerResults: found differences in 1 / 38 workflows

@srimanob
Copy link
Contributor

Urgent

@tvami
Copy link
Contributor

tvami commented Jul 27, 2021

Hi @bsunanda , may I ask what the "Run3-alca189" refers to in the title of the PR? Also for the validation part, do you maybe have a presentation to refer to? I assume "Nothing special" means there is no need for a backport. Thanks!

Hi @bsunanda I can sign this after you do these changes, thanks!

@bsunanda bsunanda changed the title Run3-alca189 Add a few Hcal related AlCaReco streams to HLTPhysics Run3-alca189 Add a few Hcal related AlCaReco streams (HcalCalIterativePhiSym, HcalCalHBHEMuonFilter, HcalCalHO, HcalCalIsoTrkFilter) to the physics data stream HLTPhysics Jul 27, 2021
@bsunanda
Copy link
Contributor Author

@tvami Made the required changes

@tvami
Copy link
Contributor

tvami commented Jul 27, 2021

+alca

@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. @silviodonato, @dpiparo, @qliphy, @perrotta (and backports should be raised in the release meeting by the corresponding L2)

@bsunanda
Copy link
Contributor Author

bsunanda commented Jul 27, 2021 via email

@qliphy
Copy link
Contributor

qliphy commented Jul 27, 2021

+1

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

5 participants