Skip to content

Commit 71de245

Browse files
committed
Please consider the following formatting changes
1 parent 694069f commit 71de245

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PWGHF/D2H/Tasks/taskPtFlucCharmHadrons.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ struct HfTaskPtFlucCharmHadrons {
220220
{
221221
if constexpr (std::is_same_v<CandT, CandDplusDataWMl>) {
222222
return {HfHelper::invMassDplusToPiKPi(cand), cand.template prong0_as<Trk>().sign()};
223-
}
223+
}
224224
if constexpr (std::is_same_v<CandT, CandD0DataWMl>) {
225225
if (channel == DecayChannel::D0ToPiK) {
226226
return {HfHelper::invMassD0ToPiK(cand), cand.isSelD0bar() ? 3 : 1}; // 3: reflected D0bar, 1: pure D0 excluding reflected D0bar
@@ -378,7 +378,7 @@ struct HfTaskPtFlucCharmHadrons {
378378
std::vector<int> trkIDA;
379379
std::vector<int> trkIDB;
380380

381-
trkIDA.reserve(tracks.size() / 2);
381+
trkIDA.reserve(tracks.size() / 2);
382382
trkIDB.reserve(tracks.size() / 2);
383383

384384
// collect track IDs in A and B

0 commit comments

Comments
 (0)