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(DecayLengthNormalised, decayLengthNormalised, float); //! decay length divided by its uncertainty
331
331
DECLARE_SOA_COLUMN(DecayLengthXY, decayLengthXY, float); //! decay length in the transverse plane
332
332
DECLARE_SOA_COLUMN(DecayLengthXYNormalised, decayLengthXYNormalised, float); //! decay length in the transverse plane divided by its uncertainty
333
+
DECLARE_SOA_COLUMN(ImpactParameterXi, impactParameterXi, float); //! impact parameter of the Xi prong
334
+
DECLARE_SOA_COLUMN(ImpactParameterPi0, impactParameterPi0, float); //! impact parameter of the first pion prong
335
+
DECLARE_SOA_COLUMN(ImpactParameterPi1, impactParameterPi1, float); //! impact parameter of the second pion prong
333
336
DECLARE_SOA_COLUMN(ImpactParameterNormalised0, impactParameterNormalised0, float); //! impact parameter of prong 0 divided by its uncertainty
334
337
DECLARE_SOA_COLUMN(ImpactParameterNormalised1, impactParameterNormalised1, float); //! impact parameter of prong 1 divided by its uncertainty
335
338
DECLARE_SOA_COLUMN(ImpactParameterNormalised2, impactParameterNormalised2, float); //! impact parameter of prong 2 divided by its uncertainty
339
+
DECLARE_SOA_COLUMN(ImpactParameterNormalisedXi, impactParameterNormalisedXi, float); //! impact parameter of the Xi prong divided by its uncertainty
340
+
DECLARE_SOA_COLUMN(ImpactParameterNormalisedPi0, impactParameterNormalisedPi0, float); //! impact parameter of the first pion prong divided by its uncertainty
341
+
DECLARE_SOA_COLUMN(ImpactParameterNormalisedPi1, impactParameterNormalisedPi1, float); //! impact parameter of the second pion prong divided by its uncertainty
336
342
DECLARE_SOA_COLUMN(ImpactParameterProduct, impactParameterProduct, float); //! product of impact parameters of prong 0 and prong 1
337
-
DECLARE_SOA_COLUMN(ImpactParameterXi, impactParameterXi, float); //! product of impact parameters of prong 0 and prong 1
338
-
DECLARE_SOA_COLUMN(ImpactParameterNormalisedXi, impactParameterNormalisedXi, float); //! product of impact parameters of prong 0 and prong 1
339
-
DECLARE_SOA_COLUMN(ImpactParameterPi0, impactParameterPi0, float); //! product of impact parameters of prong 0 and prong 1
340
-
DECLARE_SOA_COLUMN(ImpactParameterNormalisedPi0, impactParameterNormalisedPi0, float); //! product of impact parameters of prong 0 and prong 1
341
-
DECLARE_SOA_COLUMN(ImpactParameterPi1, impactParameterPi1, float); //! product of impact parameters of prong 0 and prong 1
342
-
DECLARE_SOA_COLUMN(ImpactParameterNormalisedPi1, impactParameterNormalisedPi1, float); //! product of impact parameters of prong 0 and prong 1
343
343
DECLARE_SOA_COLUMN(MaxNormalisedDeltaIP, maxNormalisedDeltaIP, float); //! see RecoDecay::maxNormalisedDeltaIP
344
344
DECLARE_SOA_COLUMN(PProng0, pProng0, float); //! momentum magnitude of prong 0
345
345
DECLARE_SOA_COLUMN(PProng1, pProng1, float); //! momentum magnitude of prong 1
346
346
DECLARE_SOA_COLUMN(PProng2, pProng2, float); //! momentum magnitude of prong 2
347
-
DECLARE_SOA_COLUMN(PPi0, pPi0, float); //! momentum of pion prong 0
348
-
DECLARE_SOA_COLUMN(PPi1, pPi1, float); //! momentum of pion prong 1
347
+
DECLARE_SOA_COLUMN(PProngPi0, pProngPi0, float); //! momentum magnitude of the first pion prong
348
+
DECLARE_SOA_COLUMN(PProngPi1, pProngPi1, float); //! momentum magnitude of the second pion prong
349
349
DECLARE_SOA_COLUMN(PtProng0, ptProng0, float); //! transverse momentum of prong 0
350
350
DECLARE_SOA_COLUMN(PtProng1, ptProng1, float); //! transverse momentum of prong 1
351
351
DECLARE_SOA_COLUMN(PtProng2, ptProng2, float); //! transverse momentum of prong 2
352
-
DECLARE_SOA_COLUMN(PtPi0, ptPi0, float); //! transverse momentum of pion prong 0
353
-
DECLARE_SOA_COLUMN(PtPi1, ptPi1, float); //! transverse momentum of pion prong 1
354
-
DECLARE_SOA_COLUMN(PtXi, ptXi, float); //! transverse momentum of Xi prong
352
+
DECLARE_SOA_COLUMN(PtProngXi, ptProngXi, float); //! transverse momentum of the Xi prong
353
+
DECLARE_SOA_COLUMN(PtProngPi0, ptProngPi0, float); //! transverse momentum of the first pion prong
354
+
DECLARE_SOA_COLUMN(PtProngPi1, ptProngPi1, float); //! transverse momentum of the second pion prong
355
355
DECLARE_SOA_COLUMN(RSecondaryVertex, rSecondaryVertex, float); //! distance of the secondary vertex from the z axis
0 commit comments