Lhcbps 1644: Renamed new property of CombineParticles
1 unresolved thread
1 unresolved thread
Suggestion by Vanja for new CombineParticles feature:
SelectionDescriptor
renamed to ParticlesToSave
Merge request reports
Activity
Filter activity
462 462 463 463 464 464 // get decay finder to select a branch for the output 465 if(m_selectionDescriptor=="") // the default 465 if(m_particlesToSave=="") // the default 466 466 { 467 467 m_selectBranch = false ; // in this case the complete combined tree will be saved 468 468 } 469 469 else 470 470 { 471 m_selector=LoKi::Child::Selector(m_selectionDescriptor); 471 m_selector=LoKi::Child::Selector(m_particlesToSave); 472 472 m_selectBranch = true; @sneubert What is the status of this MR? Are you happy for it to be merged, or you need/expect more developments? Thanks.
mentioned in commit 97fdbc4a