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
DECLARE_SOA_COLUMN(MassLH, massLH, float); //! invariant mass of LH assuming pion
262
-
DECLARE_SOA_COLUMN(PtLH, ptLH, float); //! pT of LH pair
263
-
DECLARE_SOA_COLUMN(DcaLH, dcalh, float); //! DCA between lepton and hadron
264
-
DECLARE_SOA_COLUMN(CPA, cpa, float); //! cosine of pointing angle of LH pair
265
-
DECLARE_SOA_COLUMN(CPAXY, cpaXY, float); //! cosine of pointing angle of LH pair in XY
266
-
DECLARE_SOA_COLUMN(CPARZ, cpaRZ, float); //! cosine of pointing angle of LH pair in RZ
263
+
264
+
DECLARE_SOA_COLUMN(PtSVL, ptSVL, float); //! pT of lepton at SV
265
+
DECLARE_SOA_COLUMN(PlSVL, plSVL, float); //! pL of lepton at SV
266
+
DECLARE_SOA_COLUMN(PtSVH, ptSVH, float); //! pT of associated hadron at SV
267
+
DECLARE_SOA_COLUMN(PlSVH, plSVH, float); //! pL of associated hadron at SV
268
+
269
+
DECLARE_SOA_COLUMN(PtFDL, ptFDL, float); //! pT of lepton perpendicular to flight direction
270
+
DECLARE_SOA_COLUMN(PlFDL, plFDL, float); //! pL of lepton in parallel to flight direction
271
+
DECLARE_SOA_COLUMN(PtFDH, ptFDH, float); //! pT of associated hadron perpendicular to flight direction
272
+
DECLARE_SOA_COLUMN(PlFDH, plFDH, float); //! pL of associated hadron in parallel to flight direction
273
+
274
+
DECLARE_SOA_COLUMN(PtFD, ptFD, float); //! visible momentum of LH pair perpendicular to flight direction = - missing pT due to neutrino perpendicular to flight direction
275
+
DECLARE_SOA_COLUMN(PlFD, plFD, float); //! visible momentum of LH pair in parallel to flight direction
276
+
277
+
DECLARE_SOA_COLUMN(DcaLH, dcalh, float); //! DCA between lepton and hadron
278
+
DECLARE_SOA_COLUMN(CPA, cpa, float); //! cosine of pointing angle of LH pair
279
+
DECLARE_SOA_COLUMN(CPAXY, cpaXY, float); //! cosine of pointing angle of LH pair in XY
280
+
DECLARE_SOA_COLUMN(CPARZ, cpaRZ, float); //! cosine of pointing angle of LH pair in RZ
267
281
268
282
DECLARE_SOA_COLUMN(Lxy, lxy, float); //! decay length of LH pair
269
283
DECLARE_SOA_COLUMN(Lz, lz, float); //! decay length of LH pair
0 commit comments