Skip to content

Commit 6ea6a3c

Browse files
Merge pull request #35 from alibuild/alibot-cleanup-12734
Please consider the following formatting changes to #12734
2 parents 8d25420 + ae242f7 commit 6ea6a3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

PWGHF/D2H/TableProducer/dataCreatorCharmHadPiReduced.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1287,7 +1287,7 @@ struct HfDataCreatorCharmHadPiReduced {
12871287
if (!((candC.isSelD0() >= hfflagConfigurations.selectionFlagD0 && trackPion.sign() < 0) || (candC.isSelD0bar() >= hfflagConfigurations.selectionFlagD0bar && trackPion.sign() > 0))) {
12881288
continue;
12891289
}
1290-
} else if constexpr (decChannel == DecayChannel::B0ToDstarPi) { // D*+ → D0 π+
1290+
} else if constexpr (decChannel == DecayChannel::B0ToDstarPi) { // D*+ → D0 π+
12911291
if (trackPion.sign() * charmHadDauTracks.back().sign() > 0) {
12921292
continue;
12931293
}

PWGHF/D2H/Tasks/taskBsReduced.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ DECLARE_SOA_COLUMN(E, e, float); //! Energy of candidate (GeV)
104104
} // namespace hf_cand_bs_lite
105105

106106
DECLARE_SOA_TABLE(HfRedCandBsLites, "AOD", "HFREDCANDBSLITE", //! Table with some Bs properties
107-
// B meson features
107+
// B meson features
108108
hf_cand_bs_lite::M,
109109
hf_cand_bs_lite::Pt,
110110
hf_cand_bs_lite::Eta,

0 commit comments

Comments
 (0)