Skip to content
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

[Phase-2 L1T] small fixes for RCT cluster emulation #43950

Merged
merged 3 commits into from
Feb 18, 2024

Conversation

pallabidas
Copy link
Contributor

PR description:

Small changes to correctly use ECAL LSB = 0.5 in firmware based code. A fix in RCT cluster stitching function and shower shape flag is implemented.

Also being reviewed here: cms-l1t-offline#1206

PR validation:

Passes local validation checks with efficiency and rate plots, to be presented in a DP note.

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:

not a backport

@aloeliger @epalencia

@pallabidas pallabidas changed the title small fixes for RCT cluster emulation [Phase-2 L1T] small fixes for RCT cluster emulation Feb 13, 2024
@cmsbuild cmsbuild added this to the CMSSW_14_1_X milestone Feb 13, 2024
@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 13, 2024

cms-bot internal usage

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43950/38827

  • This PR adds an extra 48KB to repository

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @pallabidas (Pallabi Das) for master.

It involves the following packages:

  • L1Trigger/L1CaloTrigger (upgrade, l1)

@srimanob, @subirsarkar, @cmsbuild, @aloeliger, @epalencia can you please review it and eventually sign? Thanks.
@Martin-Grunewald, @missirol this is something you requested to watch as well.
@rappoccio, @antoniovilela, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

@epalencia
Copy link
Contributor

Please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-121b07/37433/summary.html
COMMIT: ab2362e
CMSSW: CMSSW_14_1_X_2024-02-13-1100/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/43950/37433/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

bool is_ss;
if (pt > 130)
is_ss = true;
else if ((abs(eta) > 0.4 && abs(eta) < 0.5) || (abs(eta) > 0.75 && abs(eta) < 0.85)) // temporary adjustment
is_ss = ((loose_ss_offset + c1_ss * std::exp(-c2_ss * pt)) <= ss);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part contains many magic numbers, including pt cut above. Is it possible to define them as constexpr float before?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@srimanob done

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43950/38853

  • This PR adds an extra 48KB to repository

Code check has found code style and quality issues which could be resolved by applying following patch(s)

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43950/38854

  • This PR adds an extra 48KB to repository

@cmsbuild
Copy link
Contributor

Pull request #43950 was updated. @cmsbuild, @srimanob, @aloeliger, @epalencia, @subirsarkar can you please check and sign again.

@epalencia
Copy link
Contributor

Please test

@cmsbuild
Copy link
Contributor

+1

Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-121b07/37458/summary.html
COMMIT: 3908b8e
CMSSW: CMSSW_14_1_X_2024-02-13-2300/el8_amd64_gcc12
User test area: For local testing, you can use /cvmfs/cms-ci.cern.ch/week0/cms-sw/cmssw/43950/37458/install.sh to create a dev area with all the needed externals and cmssw changes.

Comparison Summary

Summary:

@aloeliger
Copy link
Contributor

+l1

  • Already merged in l1 fork as part of phase 2 prototype

@srimanob
Copy link
Contributor

+Upgrade

@srimanob
Copy link
Contributor

Do we need a backport to 14_0?

@cmsbuild
Copy link
Contributor

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. @antoniovilela, @sextonkennedy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2)

@pallabidas
Copy link
Contributor Author

Hi @srimanob we would like this to be included in the new samples, so yes for backport to 14_0

@antoniovilela
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit cd2e4ee into cms-sw:master Feb 18, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants