-
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
Dt extended data format #34025
Dt extended data format #34025
Conversation
…es to debug macro
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-34025/23318 |
Please test |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-05ce32/15954/summary.html CMS Clang-Tidy warnings: There are Clang-Tidy warnings. See https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-05ce32/15954/llvm-analysis/cmsclangtidy.txt for details. Comparison SummarySummary:
|
+l1 |
+Upgrade |
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. @silviodonato, @dpiparo, @qliphy (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
The main target of this pull request is to include additional information in the DT DataFormat for phase2, both for phi and theta. The user can decide whether to save the additional information or not. In the latter case, no changes are expected.
The extended DataFormat inherits from the original one and includes:
The PR also updates some aspects of the pseudo-bayes grouping algorithm for trigger primitives generation.
PR validation:
Run the DT phase2 emulator with new DataFormat using the cfg file at: L1Trigger/DTTriggerPhase2/test/test_primitivesPhase2Prod_DEBUG_Grouping_cfg.py, obtaining the same results as before.
Also produce DT ntuples and checked that efficiencies and resolutions are left unchanged.