Closed tomeichlersmith closed 2 years ago
This has been resolved by commit https://github.com/LDMX-Software/fire/commit/4108e8a88175acb3f5bd1045739a2753d5a56b18 which checks the internal products listing for a match when creating a new event object within add
. This handles the case of when a user attempts to add
an object of the same name and pass as a object being read in from the input file.
I need to check what happens and decide if it is the behavior we want.
I can't sus out if the
add
would overwrite what wasget
or if there is an exception I'm not thinking of.