-
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
Skim EXO HighMET #37749
Skim EXO HighMET #37749
Conversation
@afrankenthal, CMSSW_12_4_X branch is closed for direct updates. cms-bot is going to move this PR to master branch. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37749/29618
|
A new Pull Request was created by @afrankenthal (Andre Frankenthal) for master. It involves the following packages:
@cmsbuild, @bbilin, @kskovpen, @jordan-martins can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-347331/24353/summary.html Comparison SummarySummary:
|
+pdmv |
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, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
The two (big) test configs only differ for the input dataset and the global tag. |
Hi @perrotta that makes sense. I've consolidated the two configs with a VarParsing option 'runOnData', defaulting to True since that's the one we really care about. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-37749/29713
|
Pull request #37749 was updated. @cmsbuild, @bbilin, @kskovpen, @jordan-martins can you please check and sign again. |
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-347331/24451/summary.html Comparison SummaryThere are some workflows for which there are errors in the baseline: Summary:
|
+pdmv |
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, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR adds a common EXOHighMET skim that addresses the Run 3 needs of several EXO analyses. Specifically, it runs on top of the RAW+RECO data tier to allow analyzers to access detailed hit information (RECO) and to use the dataset for analysis R&D (RAW), such as ML and other reconstruction improvements.
We have realized that the needs of the EXO analyses differ in a non-negligible way from the existing JME HighMET skim [1]. The JME goals with such a skim are to study the behavior of high-MET tail and to develop and test different noise cleaning strategies. They have found for example that the RAW data tier is not so relevant for their use-case. They also don't need all the events collected for this purpose.
The proposed skim selects events on or near the plateau of the MET trigger efficiency, with MET pT > 200 GeV. There is currently no additional filter on the event content of the skim. The skim rate as tested on a file in the MET 2018A dataset is 2.7%, selecting 194 out of 7219 events.
This skim will be useful for several analyses, for example [2]:
And we believe others will also benefit from it.
[1] https://indico.cern.ch/event/1042443/contributions/4379421/attachments/2257197/3831154/HighMETSkim_JME_3June2021.pdf
[2] https://indico.cern.ch/event/1086811/contributions/4568933/attachments/2329715/3969638/EXO_skim_plans_run3_JME_20211018.pdf
PR validation:
This has been verified on CMSSW_12_4_0_pre3 with two test configs:
Configuration/Skimming/test/test_EXOHighMET_onQCD_cfg.py
andConfiguration/Skimming/test/test_EXOHighMET_onData_cfg.py
. Both in terms of number of events and file size, we get a roughly 2.7% rate on data. For completeness, we also test on a very high pT QCD MC sample, and here the skim rate is 12%.