Skip to content

Commit fbfa7d6

Browse files
committed
Please consider the following formatting changes
1 parent 59771ca commit fbfa7d6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

PWGHF/DataModel/DerivedTables.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ DECLARE_TABLES_2P(D0, "D0", d0, 2);
274274
DECLARE_TABLES_3P(Lc, "LC", lc, 3);
275275
DECLARE_TABLES_3P(Dplus, "DP", dplus, 4);
276276
DECLARE_TABLES_3P(Bplus, "BP", bplus, 5);
277-
DECLARE_TABLES_3P(Dstar,"DST", dstar, 6);
277+
DECLARE_TABLES_3P(Dstar, "DST", dstar, 6);
278278

279279
// ================
280280
// Additional species-specific candidate tables
@@ -303,15 +303,15 @@ DECLARE_SOA_COLUMN(PtProng0, ptProng0, float);
303303
DECLARE_SOA_COLUMN(PtProng1, ptProng1, float); //! transverse momentum of prong 1
304304
DECLARE_SOA_COLUMN(PtProng2, ptProng2, float); //! transverse momentum of prong 2
305305
DECLARE_SOA_COLUMN(RSecondaryVertex, rSecondaryVertex, float); //! distance of the secondary vertex from the z axis
306-
//D*± → D0(bar) π±
307-
DECLARE_SOA_COLUMN(MassD0, massD0, float); //! invariant mass of D0
308-
DECLARE_SOA_COLUMN(CpaD0, cpaD0, float); //! cosine of pointing angle of D0
309-
DECLARE_SOA_COLUMN(CpaXYD0, cpaXYD0, float); //! cosine of pointing angle in the transverse plane of D0
310-
DECLARE_SOA_COLUMN(DecayLengthD0, decayLengthD0, float); //! decay length of D0
311-
DECLARE_SOA_COLUMN(DecayLengthXYD0, decayLengthXYD0, float); //! decay length in the transverse plane of D0
312-
DECLARE_SOA_COLUMN(DecayLengthNormalisedD0, decayLengthNormalisedD0, float); //! decay length of D0 divided by its uncertainty
313-
DECLARE_SOA_COLUMN(DecayLengthXYNormalisedD0, decayLengthXYNormalisedD0, float); //! decay length in the transverse plane of D0 divided by its uncertainty
314-
DECLARE_SOA_COLUMN(NormalisedImpParamSoftPi, normalisedImpParamSoftPi, float); //! impact parameter of soft pion divided by its uncertainty
306+
// D*± → D0(bar) π±
307+
DECLARE_SOA_COLUMN(MassD0, massD0, float); //! invariant mass of D0
308+
DECLARE_SOA_COLUMN(CpaD0, cpaD0, float); //! cosine of pointing angle of D0
309+
DECLARE_SOA_COLUMN(CpaXYD0, cpaXYD0, float); //! cosine of pointing angle in the transverse plane of D0
310+
DECLARE_SOA_COLUMN(DecayLengthD0, decayLengthD0, float); //! decay length of D0
311+
DECLARE_SOA_COLUMN(DecayLengthXYD0, decayLengthXYD0, float); //! decay length in the transverse plane of D0
312+
DECLARE_SOA_COLUMN(DecayLengthNormalisedD0, decayLengthNormalisedD0, float); //! decay length of D0 divided by its uncertainty
313+
DECLARE_SOA_COLUMN(DecayLengthXYNormalisedD0, decayLengthXYNormalisedD0, float); //! decay length in the transverse plane of D0 divided by its uncertainty
314+
DECLARE_SOA_COLUMN(NormalisedImpParamSoftPi, normalisedImpParamSoftPi, float); //! impact parameter of soft pion divided by its uncertainty
315315
// TOF
316316
DECLARE_SOA_COLUMN(NSigTofKa0, nSigTofKa0, float);
317317
DECLARE_SOA_COLUMN(NSigTofKa1, nSigTofKa1, float);

0 commit comments

Comments
 (0)