-
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
updated HLT paths for EXODisappTrk skim #38919
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38919/31366
|
A new Pull Request was created by @carriganm95 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 |
One question from HLT (just for my own education): how is this list of triggers decided? For example, the latest HLT menu also includes new triggers like |
For the MET HLT we did not include it because it was not used in the run 2 analysis. I think you are right that it could be useful to us and so we can add it in. For the tau HLT we used to use HLT_MediumChargedIsoPFTau50_Trk30_eta2p1_1pr_v* and this was removed from the list in run 3. Instead we have added the above triggers because we are unsure what will work for us in the end. Again I think adding the trigger you suggested is a good idea. We only use the taus as a control sample to estimate the probability that a non reconstructed tau could pass our offline selections. The triggers we have listed should give us enough taus to accomplish that but having more cannot hurt. |
"HLT_IsoMu*_v*", | ||
"HLT_IsoMu*_TightChargedIsoPFTauHPS*_Trk1_eta2p1_SingleL1_v*", | ||
"HLT_IsoMu*_eta2p1_TightChargedIsoPFTauHPS*_eta2p1_CrossL1_v*", | ||
"HLT_IsoMu*_MediumChargedIsoPFTauHPS20_Trk1_eta2p1_SingleL1_v*", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just noting that the first pattern is already a superset of the last 3 (and includes more than those, e.g. HLT_IsoMu50_AK8PFJet230_SoftDropMass40_v
).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this has been fixed
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-df5988/26568/summary.html Comparison SummarySummary:
|
removed duplicate paths, added tau paths
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38919/31486
|
Pull request #38919 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-df5988/26835/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, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
Wildcards are usually discouraged, in order to avoid unwanted inclusion of already existing or lately included paths in the menu. You made a widespread usage of those wildcards here:
|
Regarding what the plugin
cmssw/FWCore/Utilities/src/RegexMatch.cc Line 37 in 6d2f660
Regarding the use of wildcards itself ..
I would have the same concern (for example, |
Either way a change may (or may not) be needed in case new paths are added or old paths are removed. If it is clear that all possible current & future matches are supposed to be skimmed, then I suppose those wildcards are ok. |
Indeed. |
@carriganm95 could you please either confirm that all possible current & future matches corresponding to the wildcards as set here are supposed to be skimmed, or modify the PR accordingly? |
@perrotta yes I can confirm that all of the current and future matches are what we want to skim. We have intentionally made this general so that we do not have to go back and reskim later. |
+1 |
PR description:
This PR changes the HLT paths for the EXO disappearing tracks skim. Previously the HLT path MC_PFMET was used for testing MC data. We are now removing this path and adding the HLT paths we plan to use for run 3. They are:
PR validation:
Ran test script over Run2022C data to check output file size. Used EGamma, SingleMuon, Tau, and MET datasets for testing because these are the datasets used by the disappearing tracks analysis.
MET
Total Events: 136898
Total Size: 2.0 GB
Number of Files: 91
Average Size: 21.9 MB
Dataset Size: 568.65 GB
% Size Saved: 0.35%
Tau
Total Events: 91896
Total Size: 1.2 GB
Number of Files: 91
Average Size: 13.2 MB
Dataset Size: 210.15 GB
% Size Saved: 0.57%
SingleMuon
Total Events: 1828792
Total Size: 7.9 GB
Number of Files: 84
Average Size: 96.0 MB
Dataset Size: 2436.23 GB
% Size Saved: 0.32%
EGamma
Total Events: 1715084
Total Size: 12.1 GB
Number of Files: 82
Average Size: 151.7 MB
Dataset Size: 6280.43 GB
% Size Saved: 0.19%
If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for: