FIND_DECAY and FIND_MCDECAY functor
Compare changes
- Gitlab CI authored
patch generated by https://gitlab.cern.ch/lhcb/Rec/-/jobs/24735858
@@ -235,8 +235,7 @@ using dls_2 = std::invoke_result_t<Functors::Composite::ComputeDecayLengthSignif
@@ -245,8 +244,7 @@ using chi2perdof_3 = std::invoke_result_t<chi2perdof_prepared, bool, LHCb::Parti
@@ -262,21 +260,18 @@ auto allpv_fd_func =
@@ -292,15 +287,14 @@ using allpv_fd_func_result_type = std::invoke_result_t<allpv_fd_func_type, bool,
@@ -312,24 +306,22 @@ using allpv_ip_func_result_type = std::invoke_result_t<allpv_ip_func_type, bool,
@@ -344,19 +336,24 @@ using npvs_func_res_type = std::invoke_result_t<npvs_func_type, bool, LHCb::RecS
using find_decay_func = Functors::chain( ::FF::ValueOr( /* The default value. */ std::integral_constant<int, 0>{} ), ::FC::Rho_Coordinate{}, ::FT::ThreeMomentum{}, ::FF::Front{}, ::Functors::Decay::FindDecay( /* Decay descriptor */ std::string{"[B0->K+ pi-]CC"} ), ::FC::TES<LHCb::Particle::ConstVector>( /* List of DataHandles */ std::vector{std::string{"FakeLocation"}}) );