-
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
Add Hcal reco producer with FACILE algorithm #1
base: master
Are you sure you want to change the base?
Conversation
iEvent.put(std::move(out)); | ||
} | ||
|
||
/*static void fillDescriptions(edm::ConfigurationDescriptions & descriptions) { |
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.
reactivate this and provide the necessary parameters
(just ChannelInfoName
based on the constructor?)
after implementing review comments: run
then we can squash the branch so the old changes to the HLT config, etc. are eliminated |
Thanks for your review! all changes were implemented and checks
completed. |
Remove boost::bind dependency
…30-2300 From cmssw 14 0 x 2023 11 30 2300
PR description:
HcalReconstructor
consumes HBHEChannelInfo and produces HBHERecHit