@@ -210,6 +210,8 @@ DECLARE_SOA_COLUMN(CascTransRadius, cascTransRadius, float);
210210DECLARE_SOA_COLUMN (DecayVtxX, decayVtxX, float ); // ! X position of the decay vertex
211211DECLARE_SOA_COLUMN (DecayVtxY, decayVtxY, float ); // ! Y position of the decay vertex
212212DECLARE_SOA_COLUMN (DecayVtxZ, decayVtxZ, float ); // ! Z position of the decay vertex
213+ DECLARE_SOA_COLUMN (Alpha, alpha, float ); // ! Alpha of the decay vertex
214+ DECLARE_SOA_COLUMN (QtArm, qtarm, float ); // ! Armenteros Qt of the decay vertex
213215DECLARE_SOA_COLUMN (TpcSignal10, tpcSignal10, int8_t ); // ! TPC signal of the track x10
214216DECLARE_SOA_COLUMN (DaughterTPCNSigmaPosPi10, daughterTPCNSigmaPosPi10, int8_t ); // ! TPC PID x10 of the positive daughter as Pion
215217DECLARE_SOA_COLUMN (DaughterTPCNSigmaPosKa10, daughterTPCNSigmaPosKa10, int8_t ); // ! TPC PID x10 of the positive daughter as Kaon
@@ -648,6 +650,8 @@ DECLARE_SOA_TABLE(ResoV0s, "AOD", "RESOV0",
648650 resodaughter::DecayVtxX,
649651 resodaughter::DecayVtxY,
650652 resodaughter::DecayVtxZ,
653+ resodaughter::Alpha,
654+ resodaughter::QtArm,
651655 // resodaughter::Pt<resodaughter::Px, resodaughter::Py>,
652656 resodaughter::Eta<resodaughter::Px, resodaughter::Py, resodaughter::Pz>,
653657 resodaughter::Phi<resodaughter::Px, resodaughter::Py>,
0 commit comments