-
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
HGCAL Electronics mapping #43751
HGCAL Electronics mapping #43751
Conversation
cms-bot internal usage |
-code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-43751/38465
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-43751/38467
|
A new Pull Request was created by @kerstinlovisa (Lovisa Rygaard) for master. It involves the following packages:
The following packages do not have a category, yet: Geometry/HGCalMapping @subirsarkar, @perrotta, @civanch, @srimanob, @mdhildreth, @francescobrivio, @consuegs, @saumyaphor4252, @cmsbuild can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
-1 Failed Tests: Build BuildI found compilation error when building: >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2024-01-19-1100/src/EventFilter/HGCalRawToDigi/src/HGCalRawDataPackingTools.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2024-01-19-1100/src/EventFilter/HGCalRawToDigi/src/HGCalUnpacker.cc >> Compiling /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2024-01-19-1100/src/EventFilter/HGCalRawToDigi/src/TrivialEmulator.cc /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2024-01-19-1100/src/EventFilter/HGCalRawToDigi/src/HGCalUnpacker.cc: In instantiation of 'void HGCalUnpacker::parseSLink(const std::vector&, const std::function&, const std::function&) [with D = HGCalElectronicsId]': /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2024-01-19-1100/src/EventFilter/HGCalRawToDigi/src/HGCalUnpacker.cc:708:16: required from here /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2024-01-19-1100/src/EventFilter/HGCalRawToDigi/src/HGCalUnpacker.cc:155:40: error: no matching function for call to 'HGCalElectronicsId::HGCalElectronicsId(uint16_t&, uint8_t&, uint8_t&, uint8_t&, uint8_t&)' 155 | const HGCalElectronicsId id(sLink, captureBlock, econd, erx, channel); | ^~ In file included from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2024-01-19-1100/src/EventFilter/HGCalRawToDigi/interface/HGCalUnpacker.h:15, from /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2024-01-19-1100/src/EventFilter/HGCalRawToDigi/src/HGCalUnpacker.cc:11: /data/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_14_0_X_2024-01-19-1100/src/DataFormats/HGCalDigi/interface/HGCalElectronicsId.h:47:3: note: candidate: 'HGCalElectronicsId::HGCalElectronicsId(const HGCalElectronicsId&)' |
please test |
+1 |
Hello, anything missing? Could we get the missing signatures? For hgcal i can try and abuse of my DPG role unless @cseez or @felicepantaleo want to chime in... |
@cms-sw/geometry-l2 @cms-sw/simulation-l2 @cms-sw/hgcal-dpg-l2 @cms-sw/upgrade-l2 |
+1 |
+1 |
ping @cms-sw/upgrade-l2 |
+Upgrade |
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. @rappoccio, @antoniovilela, @sextonkennedy (and backports should be raised in the release meeting by the corresponding L2) |
cms-data/Geometry-HGCalMapping#1 is now merged. |
+1 |
type hgcal
assign hgcal-dpg
PR description:
Adding the infrastructure needed to
The tool has been discussed in the HGCAL DPG (see
https://indico.cern.ch/event/1358621/#8-progress-with-the-logical-ma and provisional documentation in https://docs.google.com/document/d/1kGKsMBQ8CWC7kJN71aJmsUv4vVDJ8ZlG_D1ColCEuAk/edit#bookmark=id.8ys9dfg99vqv)
The 3 additional records has been discussed in the AlCaDB (see https://indico.cern.ch/event/1372780/#11-hgcal-electrons-mapping-for)
PR validation:
This PR is not expected to impact any workflow thus we expect 100% success in the tests. The PR is however accompanied by a series of unit tests and analyzers (under the
test
) sub-directories. They have been used to validate the content produced by the new pieces of code being added to the repository.@pfs @jalimena