Skip to content

Conversation

@hjbossi
Copy link
Contributor

@hjbossi hjbossi commented Oct 31, 2025

PR description:

This PR includes the addition of the FSC on the plus side to the DQM, that will be newly installed for the heavy-ion run. Note that this PR can only be merged once the global tag is updated with the emap included in the ongoing full track validation. See JIRA ticket for more details.

PR validation:

As the FSC on the plus side is not yet installed, this PR was validated using data from the light ion run. A description of this and proof this histograms are created is included here. See dropbox paper

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:

This PR is intended for HIN data taking and will need to be backported to 15_1_X.

Tagging HIN colleagues: @mandrenguyen
Tagging HCAL colleagues:@abdoulline @akhukhun @salimcerci, @denizsun
Tagging FSC colleagues: @michael-pitt

@cmsbuild
Copy link
Contributor

cmsbuild commented Oct 31, 2025

cms-bot internal usage

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-49273/46631

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

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 6, 2025

@cmsbuild
Copy link
Contributor

cmsbuild commented Nov 6, 2025

A new Pull Request was created by @hjbossi for master.

It involves the following packages:

  • DQM/HcalTasks (dqm)

@cmsbuild, @ctarricone, @gabrielmscampos, @nothingface0, @rseidita can you please review it and eventually sign? Thanks.
@DryRun, @abdoulline, @bsunanda, @denizsun, @salimcerci this is something you requested to watch as well.
@ftenchini, @mandrenguyen, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

@hjbossi
Copy link
Contributor Author

hjbossi commented Nov 6, 2025

Hi All, I have just pushed some updates for additional TP histograms recording the data TP, l1 received TP and the emulated TP. Tagging in addition @JHiltbrand. This PR should now be ready for review and the backport to 15_1_X, which will be used in the DQM for HI data taking (to be synchronized with the update of the GT to occur tomorrow).

@mandrenguyen
Copy link
Contributor

test parameters:
addpkg = DQM/Integration

@mandrenguyen
Copy link
Contributor

please test

// ZDCp TP
if (tid.ieta() >= 42 && tid.iphi() == 99) {
// need to convert to the actual dynamic range of the ZDC sums
dataSumP = it->t0().raw() & 1023;

Choose a reason for hiding this comment

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

Hi @hjbossi ,

Can we define the saturation value somewhere so as to not hard-code a number here ?

// ZDCm TP
if (tid.ieta() <= -42 && tid.iphi() == 99) {
// need to convert to the actual dynamic range of the ZDC sums
dataSumM = it->t0().raw() & 1023;

Choose a reason for hiding this comment

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

And the same comment here as well.

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.

4 participants