@@ -747,6 +747,10 @@ DECLARE_SOA_COLUMN(PairDCAxyz, pairDCAxyz, float);
747747DECLARE_SOA_COLUMN (PairDCAxy, pairDCAxy, float ); // ! Pair DCAxy to PV from KFParticle
748748DECLARE_SOA_COLUMN (DeviationPairKF, deviationPairKF, float ); // ! Pair chi2 deviation to PV from KFParticle
749749DECLARE_SOA_COLUMN (DeviationxyPairKF, deviationxyPairKF, float ); // ! Pair chi2 deviation to PV in XY from KFParticle
750+ DECLARE_SOA_COLUMN (TauzCov, tauzCov, float ); // ! Longitudinal pseudo-proper time of lepton pair from covariance matrix
751+ DECLARE_SOA_COLUMN (TauxyCov, tauxyCov, float ); // ! Transverse pseudo-proper time of lepton pair from covariance matrix
752+ DECLARE_SOA_COLUMN (LzCov, lzCov, float ); // ! Longitudinal projection of decay length from covariance matrix
753+ DECLARE_SOA_COLUMN (LxyCov, lxyCov, float ); // ! Transverse projection of decay length from covariance matrix
750754// DECLARE_SOA_INDEX_COLUMN(ReducedMuon, reducedmuon2); //!
751755DECLARE_SOA_COLUMN (CosThetaHE, costhetaHE, float ); // ! Cosine in the helicity frame
752756DECLARE_SOA_COLUMN (PhiHE, phiHe, float ); // ! Phi in the helicity frame
@@ -843,8 +847,10 @@ DECLARE_SOA_TABLE_STAGED(DielectronsAll, "RTDIELECTRONALL", //!
843847 reducedpair::DeviationPairKF, reducedpair::DeviationxyPairKF,
844848 reducedpair::MassKFGeoTop, reducedpair::Chi2OverNDFKFGeoTop,
845849 reducedpair::Tauz, reducedpair::Tauxy,
846- reducedpair::Lz,
847- reducedpair::Lxy);
850+ reducedpair::Lz, reducedpair::Lxy,
851+ reducedpair::TauzCov, reducedpair::TauxyCov,
852+ reducedpair::LzCov, reducedpair::LxyCov,
853+ reducedpair::Chi2pca, reducedpair::CosPointingAngle);
848854
849855DECLARE_SOA_TABLE (DimuonsAll, " AOD" , " RTDIMUONALL" , // !
850856 collision::PosX, collision::PosY, collision::PosZ, collision::NumContrib,
0 commit comments