You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Filippo was running ACTSv35 on an existing eN sample where the tracking branches were already created and ran into the issue of
[ fire ] 1 fatal: [ProductAmbiguous] : Multiple products found for name 'RecoilTruthSeeds' without specified pass name :
{ name = RecoilTruthSeeds, pass = genie_reco, type = vector<ldmx::Track>}
{ name = RecoilTruthSeeds, pass = genie_reco_v36, type = vector<ldmx::Track>}
at /Users/fdelzanno/Desktop/Incandela/Coding/ldmx-sw/Framework/include/Framework/Event.h:300 in getObject
Is your feature request related to a problem? Please describe.
Filippo was running ACTSv35 on an existing eN sample where the tracking branches were already created and ran into the issue of
Describe the solution you'd like
this
ldmx-sw/Tracking/src/Tracking/Reco/CKFProcessor.cxx
Line 239 in 34d43a5
should be
probably true for the vertexer and other processors in the tracking.
Describe alternatives you've considered
Dropping the old collection and running on the new one in two steps. But this wont allow comparisons in one config for sure
The text was updated successfully, but these errors were encountered: