SegmentLinking / cmssw

CMS Offline Software
http://cms-sw.github.io/
Apache License 2.0
1 stars 1 forks source link

ESProducer fixes #49

Open ariostas opened 1 week ago

ariostas commented 1 week ago

This PR addresses some comments regarding the ESProducer that were made in the CMSSW PR. Specifically, these comments: https://github.com/cms-sw/cmssw/pull/45117#discussion_r1625108573 https://github.com/cms-sw/cmssw/pull/45117#discussion_r1625117379 https://github.com/cms-sw/cmssw/pull/45117#discussion_r1625120815

I changed things so that all the data is set up on the host and then the framework takes care of copying the ESData to the devices.

It already works and is cleaner than before, but I think there is still more cleanup to be done.