Skip to content

Calo towers L1 scouting data format update #48093

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

Draft
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

tj710
Copy link

@tj710 tj710 commented May 15, 2025

PR description:

We add new data formats for L1 Scouting, which will this year be collecting the L1 Calo Trigger 'towers', in addition to the contents of the previous years.

PR validation:

The tests are documented in /DataFormats/L1Scouting/test/TestL1ScoutingFormat.sh

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:

We require backport to CMSSW 15_0_6

Before submitting your pull requests, make sure you followed this checklist:

@cmsbuild cmsbuild added this to the CMSSW_15_1_X milestone May 15, 2025
@cmsbuild
Copy link
Contributor

This PR contains too many commits (400 >= 240) and will not be processed.
Please ensure you have selected the correct target branch and consider squashing unnecessary commits.
The processing of this PR will resume once the commit count drops below the limit.

@cmsbuild
Copy link
Contributor

cmsbuild commented May 15, 2025

cms-bot internal usage

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48093/44845

ERROR: Build errors found during clang-tidy run.

src/L1TriggerScouting/OnlineProcessing/plugins/ScoutingJetProducer.cc:13:10: error: 'FWCore/Utilities/interface/Span.h' file not found [clang-diagnostic-error]
   13 | #include "FWCore/Utilities/interface/Span.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Suppressed 833 warnings (833 in non-user code).
--
gmake: *** [config/SCRAM/GMake/Makefile.coderules:129: code-checks] Error 2
gmake: *** [There are compilation/build errors. Please see the detail log above.] Error 2

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48093/44855

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-48093/44856

@cmsbuild
Copy link
Contributor

Pull request #48093 was updated.

@mmusich
Copy link
Contributor

mmusich commented May 16, 2025

It would be good to update the title to reflect the actual changes proposed instead of the default branch title "Rebased" @tj710

done

# added Calo tower data format
oldFiles="testL1Scouting_v3_v3_v3_v3_v3_v3_v3_15_0_1_split_99.root testL1Scouting_v3_v3_v3_v3_v3_v3_v3_15_0_1_split_0.root"
Copy link
Contributor

Choose a reason for hiding this comment

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

how is this supposed to work?
Does it need a new file to be stored in https://github.com/cms-data/DataFormats-L1Scouting ?

Copy link
Author

Choose a reason for hiding this comment

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

Hi Marco. Yes, it needs a new file in cms-data, is that repo managed or can I just commit to it? Thanks a lot.

Copy link
Contributor

Choose a reason for hiding this comment

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

Hi Thomas, you need to open a PR to that repo introducing the new file, then the two PRs can be tested together.

descriptions.addDefault(desc);
}

DEFINE_FWK_MODULE(ScCaloTowerRawToDigi);
Copy link
Contributor

Choose a reason for hiding this comment

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

missing newline (pedantic)

@cmsbuild
Copy link
Contributor

-code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48093/44857

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

@tj710 tj710 changed the title Rebased Calo towers L1 scouting data format update May 19, 2025
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.

5 participants