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
list->Add(newTH2F("hGammaRxy", "conversion point in XY;V_{x} (cm);V_{y} (cm)", 400, -100.0f, 100.0f, 400, -100.0f, 100.0f));
79
80
list->Add(newTH2F("hGammaRxy_recalc", "recalc. conversion point in XY;V_{x} (cm);V_{y} (cm)", 400, -100.0f, 100.0f, 400, -100.0f, 100.0f));
80
-
list->Add(newTH2F("hKFChi2vsR", "KF chi2 vs. recalc. conversion point in XY;R_{xy} (cm);KF chi2/NDF", 200, 0.0f, 200.0f, 100, 0.f, 100.0f));
81
+
list->Add(newTH2F("hKFChi2vsR", "KF chi2 vs. recalc. conversion point in XY;R_{xy} (cm);KF chi2/NDF", 100, 0.0f, 100.0f, 100, 0.f, 100.0f));
81
82
list->Add(newTH2F("hKFChi2vsX", "KF chi2 vs. recalc. conversion point in X;X (cm);KF chi2/NDF", 200, -100.0f, 100.0f, 100, 0.f, 100.0f));
82
83
list->Add(newTH2F("hKFChi2vsY", "KF chi2 vs. recalc. conversion point in Y;Y (cm);KF chi2/NDF", 200, -100.0f, 100.0f, 100, 0.f, 100.0f));
83
84
list->Add(newTH2F("hKFChi2vsZ", "KF chi2 vs. recalc. conversion point in Z;Z (cm);KF chi2/NDF", 200, -100.0f, 100.0f, 100, 0.f, 100.0f));
84
85
list->Add(newTH1F("hNgamma", "Number of #gamma candidates per collision", 101, -0.5f, 100.5f));
85
-
// list->Add(new TH2F("hCorrTgl", "correlation of track tgl between e^{+} and e^{-};e^{-} track tgl;e^{+} track tgl", 300, -1.5f, 1.5f, 300, -1.5f, 1.5f));
86
-
// list->Add(new TH2F("hCorrZ", "correlation of track iu z between e^{+} and e^{-};e^{-} track iu Z (cm);e^{+} track iu Z (cm)", 400, -100.f, 100.f, 400, -100.f, 100.f));
Copy file name to clipboardExpand all lines: PWGEM/PhotonMeson/DataModel/gammaTables.h
+8-6Lines changed: 8 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -199,12 +199,13 @@ DECLARE_SOA_COLUMN(Px, px, float); //! px f
199
199
DECLARE_SOA_COLUMN(Py, py, float); //! py for photon kf
200
200
DECLARE_SOA_COLUMN(Pz, pz, float); //! pz for photon kf
201
201
DECLARE_SOA_COLUMN(MGamma, mGamma, float); //! invariant mass of dielectron
202
-
203
-
DECLARE_SOA_COLUMN(CosPA, cospa, float); //!
204
-
DECLARE_SOA_COLUMN(PCA, pca, float); //!
205
-
DECLARE_SOA_COLUMN(Alpha, alpha, float); //!
206
-
DECLARE_SOA_COLUMN(QtArm, qtarm, float); //!
207
-
DECLARE_SOA_COLUMN(ChiSquareNDF, chiSquareNDF, float); // Chi2 / NDF of the reconstructed V0
202
+
DECLARE_SOA_COLUMN(DCAxyV0ToPV, dcaXYv0topv, float); //! DCAxy of V0 to PV
203
+
DECLARE_SOA_COLUMN(DCAzV0ToPV, dcaZv0topv, float); //! DCAz of V0 to PV
204
+
DECLARE_SOA_COLUMN(CosPA, cospa, float); //!
205
+
DECLARE_SOA_COLUMN(PCA, pca, float); //!
206
+
DECLARE_SOA_COLUMN(Alpha, alpha, float); //!
207
+
DECLARE_SOA_COLUMN(QtArm, qtarm, float); //!
208
+
DECLARE_SOA_COLUMN(ChiSquareNDF, chiSquareNDF, float); // Chi2 / NDF of the reconstructed V0
208
209
209
210
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