-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Update the autoSkim.py for the Run3 skims #38479
Conversation
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-38479/30695
|
A new Pull Request was created by @sam7k9621 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-929701/25925/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) |
+1 |
'DoubleMuonLowMass' : 'LogError+LogErrorMonitor', | ||
'MuOnia' : 'LogError+LogErrorMonitor', | ||
'Charmonium' : 'MuonPOGJPsiSkim+LogError+LogErrorMonitor', |
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.
These dont exist anymore
'DisplacedJet' : 'LogError+LogErrorMonitor', | ||
'MET' : 'HighMET+LogError+LogErrorMonitor', | ||
'DisplacedJet' : 'EXODisplacedJet+EXODelayedJet+EXODTCluster+EXOCSCCluster+LogError+LogErrorMonitor', | ||
'MET' : 'EXOHighMET+EXODelayedJetMET+LogError+LogErrorMonitor', | ||
'SingleElectron' : 'LogError+LogErrorMonitor', #to be updated if we will have EGamma as Run-2 (2018), or splitting as 2016,2017 |
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 doesnt exists since 2018
'SinglePhoton' : 'SinglePhotonJetPlusHOFilter+EXOMONOPOLE+LogError+LogErrorMonitor', #to be updated if we will have EGamma as Run-2 (2018), or splitting as 2016,2017 | ||
'DoubleEG' : 'ZElectron+LogError+LogErrorMonitor', #to be updated if we will have EGamma as Run-2 (2018), or splitting as 2016,2017 | ||
'EGamma':'SinglePhotonJetPlusHOFilter+ZElectron+EXOMONOPOLE+LogError+LogErrorMonitor', | ||
'SinglePhoton' : 'EXOMONOPOLE+LogError+LogErrorMonitor', #to be updated if we will have EGamma as Run-2 (2018), or splitting as 2016,2017 |
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.
Same thing here
Also what's the backport of this that entered 12_4_3 ? |
There isn't one, since it was just merged into the central CMSSW (12_5_X). |
Which is that backport? This PR is towards 12_5_X, I'm asking which is the version of this PR that's towards 12_4_X. It's certainly not #37655 , right? |
Hi @sam7k9621 , could you please prepare a backport for 12_4_X? |
PR description:
This PR is to update the autoSkim for the Run3 skims.
Following the discussion in #37656, the autoSkim is now for Run3.
PR validation:
None
if this PR is a backport please specify the original PR and why you need to backport that PR:
backport of #37655