Skip to content
Snippets Groups Projects

Lhcbps 1644: Renamed new property of CombineParticles

Merged Sebastian Neubert requested to merge LHCBPS-1644 into turboslim
1 unresolved thread

Suggestion by Vanja for new CombineParticles feature: SelectionDescriptor renamed to ParticlesToSave

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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.

  • Dear Eduardo,

    this can be merged.

    Cheers, Sebastian

  • mentioned in commit 97fdbc4a

  • Eduardo Rodrigues Status changed to merged

    Status changed to merged

  • Please register or sign in to reply
    Loading