Implementation of functors for signal removal from cone
Implementation of functors to remove the signal from the isolation cone when performing the selection to make the relation table. This removal is done by checking imposing requirements on the tracks associated to the particles in the decay tree.
Requirements are different in case the ReferenceParticle is basic or composite:
- If ReferenceParticle is a basic particle, the requirement to express in Cut argument of WeightedRelTableAlg is
~SHARE_TRACKS()
(i.e. checks whenever ReferenceParticle and InputCandidates have the same track) - If ReferenceParticle is a composite, the requirement to express in Cut argument of WeightedRelTableAlg is
~FIND_IN_TREE()
(i.e. checks if InputCandidates are contained in the decay tree of ReferenceParticle)
cc: @rjhunter for the implementation of signal removal from cone in some qee lines
Add few fixes for old functors
Tests are already provided, MR ready for the review
Edited by Tommaso Fulghesu
Merge request reports
Activity
assigned to @tfulghes
mentioned in issue Moore#494
mentioned in merge request Moore!2147 (merged)
- Resolved by Sebastien Ponce
Hi @mzdybal, is it possible to test this MR?
added ci-test-triggered label
- [2023-05-31 15:23] Validation started with lhcb-master-mr#8088
- Resolved by Tommaso Fulghesu
- Resolved by Tommaso Fulghesu
Please register or sign in to reply