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 kaon
263
263
DECLARE_SOA_COLUMN(PtLH, ptLH, float); //! pt of LH
264
+
DECLARE_SOA_COLUMN(PLH, pLH, float); //! p of LH
264
265
265
266
DECLARE_SOA_COLUMN(PtSVL, ptSVL, float); //! pT of lepton at SV
266
267
// DECLARE_SOA_COLUMN(PlSVL, plSVL, float); //! pL of lepton at SV
@@ -275,10 +276,11 @@ DECLARE_SOA_COLUMN(PtSVH, ptSVH, float); //! pT of associated hadron at SV
275
276
DECLARE_SOA_COLUMN(PtFD, ptFD, float); //! visible momentum of LH pair perpendicular to flight direction = - missing pT due to neutrino perpendicular to flight direction
276
277
DECLARE_SOA_COLUMN(PlFD, plFD, float); //! visible momentum of LH pair in parallel to flight direction
277
278
278
-
DECLARE_SOA_COLUMN(DcaLH, dcalh, float); //! DCA between lepton and hadron
279
-
DECLARE_SOA_COLUMN(CPA, cpa, float); //! cosine of pointing angle of LH pair
280
-
DECLARE_SOA_COLUMN(CPAXY, cpaXY, float); //! cosine of pointing angle of LH pair in XY
281
-
DECLARE_SOA_COLUMN(CPARZ, cpaRZ, float); //! cosine of pointing angle of LH pair in RZ
279
+
// DECLARE_SOA_COLUMN(DcaLH, dcalh, float); //! DCA between lepton and hadron
280
+
DECLARE_SOA_COLUMN(Chi2PCA, chi2PCA, float); //! DCA between lepton and hadron
281
+
DECLARE_SOA_COLUMN(CPA, cpa, float); //! cosine of pointing angle of LH pair
282
+
DECLARE_SOA_COLUMN(CPAXY, cpaXY, float); //! cosine of pointing angle of LH pair in XY
283
+
DECLARE_SOA_COLUMN(CPARZ, cpaRZ, float); //! cosine of pointing angle of LH pair in RZ
282
284
283
285
DECLARE_SOA_COLUMN(Lxy, lxy, float); //! decay length of LH pair
284
286
DECLARE_SOA_COLUMN(Lz, lz, float); //! decay length of LH pair
@@ -287,11 +289,11 @@ DECLARE_SOA_COLUMN(LxyErr, lxyErr, float); //! decay length resolution of LH p
287
289
DECLARE_SOA_COLUMN(LzErr, lzErr, float); //! decay length resolution of LH pair
288
290
DECLARE_SOA_COLUMN(LxyzErr, lxyzErr, float); //! decay length resolution of LH pair
289
291
290
-
DECLARE_SOA_COLUMN(ImpParXY, impParXY, float); //! impact parameter for LH in XY plane
291
-
DECLARE_SOA_COLUMN(ImpParZ, impParZ, float); //! impact parameter for LH in Z plane
292
-
DECLARE_SOA_COLUMN(ImpParCYY, impParCYY, float); //! sigma of impact parameter for LH in XY
293
-
DECLARE_SOA_COLUMN(ImpParCZY, impParCZY, float); //! sigma of impact parameter for LH, correlation term
294
-
DECLARE_SOA_COLUMN(ImpParCZZ, impParCZZ, float); //! sigma of impact parameter for LH in Z
292
+
//DECLARE_SOA_COLUMN(ImpParXY, impParXY, float); //! impact parameter for LH in XY plane
293
+
//DECLARE_SOA_COLUMN(ImpParZ, impParZ, float); //! impact parameter for LH in Z plane
294
+
//DECLARE_SOA_COLUMN(ImpParCYY, impParCYY, float); //! sigma of impact parameter for LH in XY
295
+
//DECLARE_SOA_COLUMN(ImpParCZY, impParCZY, float); //! sigma of impact parameter for LH, correlation term
296
+
//DECLARE_SOA_COLUMN(ImpParCZZ, impParCZZ, float); //! sigma of impact parameter for LH in Z
295
297
296
298
DECLARE_SOA_COLUMN(PdgCodeH, pdgCodeH, int); //! pdg code of associated hadron
297
299
DECLARE_SOA_COLUMN(PdgCodeIM, pdgCodeIM, int); //! pdg code of intermediate hadron from HF hadrons. e.g K*, D*
0 commit comments