-
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
Add HCAL LLP Jet Skim config #41226
Add HCAL LLP Jet Skim config #41226
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-41226/34943
|
A new Pull Request was created by @kennedykiley (Kiley Kennedy) for master. It involves the following packages:
@cmsbuild, @bbilin, @sunilUIET, @kskovpen can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: UnitTests Unit TestsI found errors in the following unit tests: ---> test test-das-selected-lumis had ERRORS Comparison SummarySummary:
|
please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-e6e45e/31829/summary.html Comparison SummarySummary:
|
@kskovpen , could you just sign it and its backport as they are successfully tested if no concerning? |
+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, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
This PR adds the config for a RAW-AOD skim for HCAL-based LLP candidate events, based on new LLP trigger paths.
The HCAL RecHit skim saves the following collections in addition to standard RAW-AOD output:
The HCAL RecHit skim selects events passing the following HLT paths, which are included in the prompt HLT menu:
2022 LLP HLT Jira Ticket, 2023 Updated HCAL LLP HLT Jira Ticket
PR validation:
Tested with 1000 events from the following 2022 data sample in
CMSSW_13_1_0_pre2
:Of the 1000 events tested, 87 passed the skim, with an average event size of about 0.7 MB. Note that the average event size of events in the unskimmed file is 3.2 MB.
The test script, generated with cmsDriver, is committed to this branch here:
Configuration/Skimming/test/test_EXOLLPJetHCAL_SKIM.py
Backport:
Backport to CMSSW_13_0_X here: #41167