@@ -752,7 +752,7 @@ DECLARE_SOA_COLUMN(CosThetaRM, costhetaRM, float); //! Cosine in the
752752DECLARE_SOA_COLUMN (CosThetaStarTPC, costhetaStarTPC, float ); // ! global polarization, event plane reconstructed from TPC tracks
753753DECLARE_SOA_COLUMN (CosThetaStarFT0A, costhetaStarFT0A, float ); // ! global polarization, event plane reconstructed from FT0A tracks
754754DECLARE_SOA_COLUMN (CosThetaStarFT0C, costhetaStarFT0C, float ); // ! global polarization, event plane reconstructed from FT0C tracks
755- DECLARE_SOA_DYNAMIC_COLUMN (Px, px, // !
755+ DECLARE_SOA_DYNAMIC_COLUMN (Px, px, // !
756756 [](float pt, float phi) -> float { return pt * std::cos (phi); });
757757DECLARE_SOA_DYNAMIC_COLUMN (Py, py, // !
758758 [](float pt, float phi) -> float { return pt * std::sin (phi); });
@@ -832,7 +832,10 @@ DECLARE_SOA_TABLE(DielectronsAll, "AOD", "RTDIELECTRONALL", //!
832832 dilepton_track_index::DeviationTrk0KF, dilepton_track_index::DeviationTrk1KF, dilepton_track_index::DeviationxyTrk0KF, dilepton_track_index::DeviationxyTrk1KF,
833833 reducedpair::MassKFGeo, reducedpair::Chi2OverNDFKFGeo, reducedpair::DecayLengthKFGeo, reducedpair::DecayLengthOverErrKFGeo, reducedpair::DecayLengthXYKFGeo, reducedpair::DecayLengthXYOverErrKFGeo, reducedpair::PseudoproperDecayTimeKFGeo, reducedpair::PseudoproperDecayTimeErrKFGeo, reducedpair::CosPAKFGeo, reducedpair::PairDCAxyz, reducedpair::PairDCAxy,
834834 reducedpair::DeviationPairKF, reducedpair::DeviationxyPairKF,
835- reducedpair::MassKFGeoTop, reducedpair::Chi2OverNDFKFGeoTop);
835+ reducedpair::MassKFGeoTop, reducedpair::Chi2OverNDFKFGeoTop,
836+ reducedpair::Tauz, reducedpair::Tauxy,
837+ reducedpair::Lz,
838+ reducedpair::Lxy);
836839
837840DECLARE_SOA_TABLE (DimuonsAll, " AOD" , " RTDIMUONALL" , // !
838841 collision::PosX, collision::PosY, collision::PosZ, collision::NumContrib,
0 commit comments