@@ -2257,7 +2257,8 @@ DECLARE_SOA_TABLE(HfCandB0Base, "AOD", "HFCANDB0BASE",
22572257DECLARE_SOA_TABLE (HfCandB0DStar, " AOD" , " HFCANDB0DSTAR" ,
22582258 // general columns
22592259 HFCAND_COLUMNS ,
2260- /* prong 2 */ hf_cand::ImpactParameterNormalised2<hf_cand::ImpactParameter2, hf_cand::ErrorImpactParameter2>,
2260+ /* prong 2 */
2261+ hf_cand::ImpactParameterNormalised2<hf_cand::ImpactParameter2, hf_cand::ErrorImpactParameter2>,
22612262 hf_cand::PtProng2<hf_cand::PxProng2, hf_cand::PyProng2>,
22622263 hf_cand::Pt2Prong2<hf_cand::PxProng2, hf_cand::PyProng2>,
22632264 hf_cand::PVectorProng2<hf_cand::PxProng2, hf_cand::PyProng2, hf_cand::PzProng2>,
@@ -2270,6 +2271,7 @@ DECLARE_SOA_TABLE(HfCandB0DStar, "AOD", "HFCANDB0DSTAR",
22702271 /* dynamic columns */
22712272 hf_cand_3prong::M<hf_cand::PxProng0, hf_cand::PyProng0, hf_cand::PzProng0, hf_cand::PxProng1, hf_cand::PyProng1, hf_cand::PzProng1, hf_cand::PxProng2, hf_cand::PyProng2, hf_cand::PzProng2>,
22722273 hf_cand_3prong::M2 <hf_cand::PxProng0, hf_cand::PyProng0, hf_cand::PzProng0, hf_cand::PxProng1, hf_cand::PyProng1, hf_cand::PzProng1, hf_cand::PxProng2, hf_cand::PyProng2, hf_cand::PzProng2>,
2274+ hf_cand_2prong::ImpactParameterProduct<hf_cand::ImpactParameter0, hf_cand::ImpactParameter2>,
22732275 hf_cand_3prong::ImpactParameterProngSqSum<hf_cand::ImpactParameter0, hf_cand::ImpactParameter1, hf_cand::ImpactParameter2>,
22742276 /* dynamic columns that use candidate momentum components */
22752277 hf_cand::Pt<hf_cand_3prong::Px, hf_cand_3prong::Py>,
0 commit comments