-
Notifications
You must be signed in to change notification settings - Fork 18
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
DepoSetSource #13
DepoSetSource #13
Conversation
A new Pull Request was created by @HaiwangYu (Haiwang Yu) for develop. It involves the following packages: larwirecell @LArSoft/level-1-managers, @LArSoft/level-2-managers can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
The code-checks are being triggered in jenkins. |
+code-checks |
@HaiwangYu, we are not planning on releasing another version of LArSoft until January. We hope you're okay with the delay. |
trigger build |
The tests are being triggered in jenkins. |
+LArSoft tests OK on slf7 for c7:prof |
+LArSoft tests OK on slf7 for e20:prof |
-lariat failed on slf7 for e20:prof |
-uboone tests failed on slf7 for e20:prof |
+argoneut tests OK on slf7 for e20:prof |
-sbnd tests failed on slf7 for e20:prof |
-icarus tests failed on slf7 for e20:prof |
-dune tests warning on slf7 for e20:prof |
Hi @knoepfel, that is totally OK. Thanks for letting me know. I checked some failed CI tests. Seems not related to this PR. Please let me know if there are some issues that I need to work on. |
Looks good, @HaiwangYu. Will approve after L2 approval. |
The tests are being triggered in jenkins. |
+LArSoft tests OK on slf7 for c7:prof |
+LArSoft tests OK on slf7 for e20:prof |
-lariat failed on slf7 for e20:prof |
-uboone tests failed on slf7 for e20:prof |
+argoneut tests OK on slf7 for e20:prof |
+sbnd tests OK on slf7 for e20:prof |
-icarus tests warning, with build warning,, with ignored warning for build, on slf7 for e20:prof |
-dune tests warning on slf7 for e20:prof |
It looks like raw pointers declared on the heap are used in a few places. Is there a specific motivation for that or could those be smart pointers? |
The This new class is a variant of an existing one so repeats an existing anti-patern. I propose that fixing these occurrences be done in some dedicated commit. I will make an issue on this repo to remind us. |
@brettviren, your suggestion sounds good. Could you reference the issue in this PR when the issue has been created? In the meantime, we will go ahead and accept the PR, assuming @absolution1 has no other concerns. |
It's #14 |
Great. Thanks for doing that. |
approve |
This pull request is fully signed and it will be merged to develop and built in the next LArSoft release after it passes the integration tests. This pull request will now be reviewed by the release team before it's merged.) |
approve |
Adding new
DepoSetSource
. PassingDepoSet
instead of queue ofDepos
. Which makesPgrapher
engine much more efficient.