@@ -159,12 +159,12 @@ DECLARE_SOA_COLUMN(ZPosAtDCA, zPosAtDCA, float); //! decay position Z
159159DECLARE_SOA_COLUMN (XNegAtDCA, xNegAtDCA, float ); // ! decay position X
160160DECLARE_SOA_COLUMN (YNegAtDCA, yNegAtDCA, float ); // ! decay position Y
161161DECLARE_SOA_COLUMN (ZNegAtDCA, zNegAtDCA, float ); // ! decay position Z
162- DECLARE_SOA_COLUMN (XPosAtIU, xPosAtIU, float ); // ! decay position X
163- DECLARE_SOA_COLUMN (YPosAtIU, yPosAtIU, float ); // ! decay position Y
164- DECLARE_SOA_COLUMN (ZPosAtIU, zPosAtIU, float ); // ! decay position Z
165- DECLARE_SOA_COLUMN (XNegAtIU, xNegAtIU, float ); // ! decay position X
166- DECLARE_SOA_COLUMN (YNegAtIU, yNegAtIU, float ); // ! decay position Y
167- DECLARE_SOA_COLUMN (ZNegAtIU, zNegAtIU, float ); // ! decay position Z
162+ DECLARE_SOA_COLUMN (XPosAtIU, xPosAtIU, float ); // ! decay position X
163+ DECLARE_SOA_COLUMN (YPosAtIU, yPosAtIU, float ); // ! decay position Y
164+ DECLARE_SOA_COLUMN (ZPosAtIU, zPosAtIU, float ); // ! decay position Z
165+ DECLARE_SOA_COLUMN (XNegAtIU, xNegAtIU, float ); // ! decay position X
166+ DECLARE_SOA_COLUMN (YNegAtIU, yNegAtIU, float ); // ! decay position Y
167+ DECLARE_SOA_COLUMN (ZNegAtIU, zNegAtIU, float ); // ! decay position Z
168168
169169// Saved from finding: DCAs
170170DECLARE_SOA_COLUMN (DCAV0Daughters, dcaV0daughters, float ); // ! DCA between V0 daughters
@@ -181,8 +181,8 @@ DECLARE_SOA_COLUMN(PositionCovMat, positionCovMat, float[6]); //! covariance mat
181181DECLARE_SOA_COLUMN (MomentumCovMat, momentumCovMat, float [6 ]); // ! covariance matrix elements
182182DECLARE_SOA_COLUMN (CovMatPosDau, covMatPosDau, float [21 ]); // ! covariance matrix elements positive daughter track
183183DECLARE_SOA_COLUMN (CovMatNegDau, covMatNegDau, float [21 ]); // ! covariance matrix elements negative daughter track
184- DECLARE_SOA_COLUMN (CovMatPosDauIU, covMatPosDauIU, float [21 ]); // ! covariance matrix elements positive daughter track
185- DECLARE_SOA_COLUMN (CovMatNegDauIU, covMatNegDauIU, float [21 ]); // ! covariance matrix elements negative daughter track
184+ DECLARE_SOA_COLUMN (CovMatPosDauIU, covMatPosDauIU, float [21 ]); // ! covariance matrix elements positive daughter track
185+ DECLARE_SOA_COLUMN (CovMatNegDauIU, covMatNegDauIU, float [21 ]); // ! covariance matrix elements negative daughter track
186186
187187// Saved from KF particle fit for specic table
188188DECLARE_SOA_COLUMN (KFV0Chi2, kfV0Chi2, float ); // !
0 commit comments