-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Integration of the first version of muon DPG nanoAOD ntuples #38226
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38226/30380
|
A new Pull Request was created by @battibass (Carlo Battilana) for master. It involves the following packages:
The following packages do not have a category, yet: DPGAnalysis/MuonTools @cmsbuild can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
assign xpog |
New categories assigned: xpog @mariadalfonso,@gouskos,@fgolf you have been requested to review this Pull request/Issue and eventually sign? Thanks |
how we do test this centrally ? |
9512dd1
to
e59c083
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38226/35053
|
Pull request #38226 was updated. @cmsbuild, @simonepigazzini, @swertz, @vlimant can you please check and sign again. |
As discussed during the cross-POG meeting on Feb 8th, here follow a few updates related to the muon DPG NANO. In a nutshell:
Example commands are: $ cmsDriver.py nano_mu_zmuskim --conditions auto:run3_data_relval -s RAW2DIGI,NANO:DPGAnalysis/MuonTools/muNtupleProducer_cff.muNtupleProducer --datatier NANOAOD --eventcontent NANOAOD --data --process muNANO --scenario pp --era Run3 -n 100 --filein file:/eos/cms/store/data/Run2022E/Muon/RAW-RECO/ZMu-10Dec2022-v2/330000/159d8e9d-7887-4543-a637-203f4c874c48.root and: $ cmsDriver.py nano_mu_bkg --conditions auto:run3_data_relval -s RAW2DIGI,NANO:DPGAnalysis/MuonTools/muNtupleProducerBkg_cff.muNtupleProducerBkg --datatier NANOAOD --eventcontent NANOAOD --data --process muNANO --scenario pp --era Run3 -n 100 --filein file:/eos/cms/store/data/Run2022E/Muon/RAW-RECO/ZMu-10Dec2022-v2/330000/159d8e9d-7887-4543-a637-203f4c874c48.root |
7f0ff59
to
307ff10
Compare
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38226/35747
|
Pull request #38226 was updated. @cmsbuild, @simonepigazzini, @vlimant can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-5b5595/32938/summary.html Comparison SummarySummary:
|
+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. @perrotta, @dpiparo, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This pull request is a follow-up of the plans about the migration of muon DPG ntuple code to nanoAOD, and its consequent integration in CMSSW.
The project was discussed in previous cross-POG meetings.
As there is no existing place in CMSSW where muon DPG offline analysis code is stored, we propose to add a new package. This was briefly discussed with @perrotta.
The package contains only muon DPG-related nanoAOD stuff, hence it was suggested to add @cms-sw/xpog-l2 as reviewers.
PR validation:
The PR integrates the code, but it does not include modules in workflows for now.
It was tested that code compiles and passes
code-format
andcode-checks
.A test recipe was used to validate the ntuple production:
At the moment of the PR, the recipe runs fine in the latest IB, and produces an ntuple whose type, number and size of branches, match well what shown at cross-POG (total size of event branches, in Run3 ZMM MC including pile-up, is around 3.3 kB / ev)