-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
base: master
Are you sure you want to change the base?
Conversation
This PR contains too many commits (400 >= 240) and will not be processed. |
cms-bot internal usage |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48093/44845 ERROR: Build errors found during clang-tidy run.
|
-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)
|
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-48093/44856
|
Pull request #48093 was updated. |
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" |
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.
how is this supposed to work?
Does it need a new file to be stored in https://github.com/cms-data/DataFormats-L1Scouting ?
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.
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.
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.
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); |
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.
missing newline (pedantic)
-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)
|
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: