Skip to content

Commit 9f41750

Browse files
committed
Please consider the following formatting changes
1 parent 9789312 commit 9f41750

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

PWGHF/DataModel/DerivedTables.h

Lines changed: 13 additions & 13 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
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
313313
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
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);
@@ -766,11 +766,11 @@ DECLARE_SOA_TABLE_STAGED(HfDstarPars, "HFDSTARPAR", //! Table with candidate pro
766766
hf_cand::PxProng1,
767767
hf_cand::PyProng1,
768768
hf_cand::PzProng1,
769-
hf_cand_dstar::PxD0,
770-
hf_cand_dstar::PyD0,
769+
hf_cand_dstar::PxD0,
770+
hf_cand_dstar::PyD0,
771771
hf_cand_dstar::PzD0,
772-
hf_cand_dstar::PxSoftPi,
773-
hf_cand_dstar::PySoftPi,
772+
hf_cand_dstar::PxSoftPi,
773+
hf_cand_dstar::PySoftPi,
774774
hf_cand_dstar::PzSoftPi,
775775
hf_cand_dstar::PtSoftPi<hf_cand_dstar::PxSoftPi, hf_cand_dstar::PySoftPi>,
776776
hf_cand_dstar::SignSoftPi,

0 commit comments

Comments
 (0)