-
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
Run3-alca249 Modify calibration macros to use the current IsoTrack calibration #46410
Conversation
cms-bot internal usage |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46410/42258 |
A new Pull Request was created by @bsunanda for master. It involves the following packages:
@atpathak, @cmsbuild, @consuegs, @perrotta can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46410/42259 Code check has found code style and quality issues which could be resolved by applying following patch(s)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46410/42260 |
@cmsbuild Please test |
-1 Failed Tests: RelVals-INPUT RelVals-INPUT
Expand to see more relval errors ...
Comparison SummarySummary:
|
else | ||
depth = 1; | ||
} | ||
//Depths 1 and 2 considered as depth = 1; rest of the depths are kept as it is |
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.
The comment does not correspond to what is implemented in the code (it should be
//Depths 1 and 2 considered as depth = 1; rest of the depths are kept as it is | |
//Depths 1 and 2 considered as depth = 2; rest of the depths are kept as it is |
instead)
And in any case the implementation here is quite different from what was before: please check and explain what was updated in HB and HE that requires this change
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.
Like to have the same constants for depths 1 and 2 otherwise depth-dependent constants. The comment is changed as suggested
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-46410/42278 |
@cmsbuild Please test |
@bsunanda just to be clear, this PR changes the implementation as follows === HB moved from
to
=== HE moved from
to
I assume that this is what you want, but since it is not explained anywhere in the PR description please confirm (even better if you can link where in the "current IsoTrack calibration" this is implemented). |
@perrotta I tried to explain in the description now |
+1 Size: This PR adds an extra 96KB to repository Comparison SummarySummary:
|
+alca |
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. @mandrenguyen, @antoniovilela, @sextonkennedy, @rappoccio (and backports should be raised in the release meeting by the corresponding L2) |
+1 |
PR description:
Modify calibration macros to use the current IsoTrack calibration. We introduce a new mode (truncate flag 9) in place of its earlier implementation. We have a new depth-dependent IsoTrack calibration where parameters for depth = 1 and 2 are kept the same
PR validation:
Use the macros for the current IsoTrack analysis
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:
Nothing special