Skip to content

Commit c9efd9c

Browse files
authored
Merge pull request #153 from alibuild/alibot-cleanup-16655
Please consider the following formatting changes to #16655
2 parents 14e13ef + 96e1248 commit c9efd9c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

PWGHF/Utils/utilsMcMatching.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,7 @@ static const std::unordered_map<DecayChannelResonant, const std::array<int, 2>>
157157
// cd+
158158

159159
static const std::unordered_map<DecayChannelMain, const std::vector<int>> daughtersCDeuteronMain{
160-
{DecayChannelMain::CDeuteronToDeKPi, {+o2::constants::physics::Pdg::kDeuteron, +PDG_t::kKMinus, +PDG_t::kPiPlus}}
161-
};
160+
{DecayChannelMain::CDeuteronToDeKPi, {+o2::constants::physics::Pdg::kDeuteron, +PDG_t::kKMinus, +PDG_t::kPiPlus}}};
162161

163162
/// resonances in c-deuteron decay are not stored in the particle stack for c-deuteron, but tagged with specific status codes
164163
static constexpr int statusCodeCDeuteronToDeKstar0{95};
@@ -337,7 +336,7 @@ inline void flipPdgSign(const int pdgMother, const int pdgToFlip, std::array<int
337336
/// \param pdgToFlip PDG code to be flipped
338337
/// \param arrPdg array of PDG codes to be modified
339338
template <typename Part>
340-
inline int getResonantDecayCDeuteron(Part const& particle)
339+
inline int getResonantDecayCDeuteron(Part const& particle)
341340
{
342341
auto statusCode = std::abs(particle.getGenStatusCode());
343342
if (statusCode == o2::hf_decay::hf_cand_3prong::statusCodeCDeuteronToDeKstar0) {

0 commit comments

Comments
 (0)