-
Notifications
You must be signed in to change notification settings - Fork 1
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
Updates for SCJ multiboard tests #121
Conversation
so, what you want is a list of PSets, each of which may contain a "jets" and/or a "mht" tag, right? edm::ParameterSetDescription collectionValidator;
validator.addOptional<edm::InputTag>("jets");
validator.addOptional<edm::InputTag>("mht");
desc.addVPSet("collections", collectionValidator); |
… object word to 0 before packing. Round the eta limit to hardware units
Thanks for the tip on |
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.
Some code quality improvements.
For CMSSW integration, people may also complain about commented-out code, and remaining TODOs
After the fixes, you could also make it to cms-l1t-offline and cms-sw |
…mber of objects to write
… scj_multiboard
Does this now look okay for merging? If so I'll get started with the upstream PRs in case there's further reviews |
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.
There's one potentally real issue (it seems the way the jets are padded to nJets is duplicating the last real jet rather than adding nulls), which was in fact already there in the older version of the code.
The two other comments are just cosmetics, but should be 1-click fixes. if github works right.
287b09c
to
1250c13
Compare
Fine for me now, can you make the PR to CMSSW master? |
Superseded by cms-sw#43233 |
Adding the MHT and SC8 collections to the jet file writer towards bit-exact matching for the SC jets.
This supersedes #106
I commented out the writer
fillDescriptions
for now, but that's only because I couldn't figure out yet how to allow the optional collections so that we can do things like:for the current configuration, or this for the old one:
With the
fillDescriptions
as was, the missingmht
collection would be replaced by the default.