-
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 L1 prescales to the miniAOD #10895
Conversation
A new Pull Request was created by @gpetruc (Giovanni Petrucciani) for CMSSW_7_4_X. Add L1 prescales to the miniAOD It involves the following packages: PhysicsTools/PatAlgos @cmsbuild, @vadler, @monttj can you please review it and eventually sign? Thanks. |
please test |
The tests are being triggered in jenkins. |
+1 |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_4_X IBs once checked with relvals in the development release cycle of CMSSW (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
Add L1 prescales to the miniAOD (76X port of #10895)
Add L1 prescales to the miniAOD (75X port of #10895)
+1 |
Add L1 prescales to the miniAOD
Add L1 prescales to the miniAOD
Uses the extended method to get the prescales of the individual L1 bits if there are multiple of them, and saves the maximum and minimum non-zero prescale value.
In the most common cases it should either be l1min = 1 (the path is seeded by at least one unprescaled L1) or l1min = l1max (the path has a single L1 bit, or multiple but all with the same prescale), and this PR should cover them.
Other cases require anyway the user to delve deeper into how the path is seeded, and this can be done following the instructions on https://twiki.cern.ch/twiki/bin/view/CMSPublic/SWGuideHighLevelTrigger#L1T_and_HLT_Prescales_for_HLT_pa (runs on MiniAOD, but requires the full framework, correct global tag, etc.)
Will prepare 75X and 76X versions later today or monday