FastJetBuilder adds redundant info?
The following discussion from !3834 (merged) should be addressed:
-
@graven started a discussion:
I'm somewhat confused about the need for
addInfo
-- given that the information added withjet->addInfo
inaddInfo
is entirely computed fromjet
, together with (a subset of) its children, that information is implicitly stored anytimejet
is persisted, as all the children from which the information is computed here are persisted. Hence the information computed inaddInfo
here can also be computed after reading backjet
(and its children), i.e. no information is added that isn't persisted already.