You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGEM/PhotonMeson/DataModel/gammaTables.h
+10-9Lines changed: 10 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -269,14 +269,14 @@ DECLARE_SOA_COLUMN(Px, px, float); //! px f
269
269
DECLARE_SOA_COLUMN(Py, py, float); //! py for photon kf
270
270
DECLARE_SOA_COLUMN(Pz, pz, float); //! pz for photon kf
271
271
DECLARE_SOA_COLUMN(MGamma, mGamma, float); //! invariant mass of dielectron at SV
272
-
DECLARE_SOA_COLUMN(MGammaPV, mGammaPV, float); //! invariant mass of dielectron at PV
273
-
DECLARE_SOA_COLUMN(DCAxyV0ToPV, dcaXYv0topv, float); //! DCAxy of V0 to PV
274
-
DECLARE_SOA_COLUMN(DCAzV0ToPV, dcaZv0topv, float); //! DCAz of V0 to PV
275
-
DECLARE_SOA_COLUMN(CosPA, cospa, float); //!
276
-
DECLARE_SOA_COLUMN(PCA, pca, float); //!
277
-
DECLARE_SOA_COLUMN(Alpha, alpha, float); //!
278
-
DECLARE_SOA_COLUMN(QtArm, qtarm, float); //!
279
-
DECLARE_SOA_COLUMN(ChiSquareNDF, chiSquareNDF, float); // Chi2 / NDF of the reconstructed V0
272
+
//DECLARE_SOA_COLUMN(MGammaPV, mGammaPV, float); //! invariant mass of dielectron at PV
273
+
DECLARE_SOA_COLUMN(DCAxyV0ToPV, dcaXYv0topv, float); //! DCAxy of V0 to PV
274
+
DECLARE_SOA_COLUMN(DCAzV0ToPV, dcaZv0topv, float); //! DCAz of V0 to PV
275
+
DECLARE_SOA_COLUMN(CosPA, cospa, float); //!
276
+
DECLARE_SOA_COLUMN(PCA, pca, float); //!
277
+
DECLARE_SOA_COLUMN(Alpha, alpha, float); //!
278
+
DECLARE_SOA_COLUMN(QtArm, qtarm, float); //!
279
+
DECLARE_SOA_COLUMN(ChiSquareNDF, chiSquareNDF, float); // Chi2 / NDF of the reconstructed V0
280
280
281
281
DECLARE_SOA_DYNAMIC_COLUMN(E, e, [](float px, float py, float pz, float m = 0) -> float { returnRecoDecay::sqrtSumOfSquares(px, py, pz, m); }); //! energy of v0 photn, mass to be given as argument when getter is called!
0 commit comments