Skip to content

Commit add6c10

Browse files
clang format
1 parent 38182f2 commit add6c10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PWGLF/TableProducer/Nuspex/he3HadronFemto.cxx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ struct he3HadronFemto {
897897
}
898898
}
899899

900-
void searchForCommonMotherTrack(const std::vector<unsigned int>& motherHe3Idxs, const std::vector<unsigned int>& motherHadIdxs, const aod::McParticles& mcParticles, McIter& motherParticle, He3HadCandidate& he3Hadcand, bool & isMixedPair, const int motherPdgCode)
900+
void searchForCommonMotherTrack(const std::vector<unsigned int>& motherHe3Idxs, const std::vector<unsigned int>& motherHadIdxs, const aod::McParticles& mcParticles, McIter& motherParticle, He3HadCandidate& he3Hadcand, bool& isMixedPair, const int motherPdgCode)
901901
{
902902
std::unordered_set<unsigned int> motherHe3SetIdxs(motherHe3Idxs.begin(), motherHe3Idxs.end());
903903
for (const auto& motherHadIdx : motherHadIdxs) {
@@ -915,7 +915,6 @@ struct he3HadronFemto {
915915
if (!isMixedPair) {
916916
he3Hadcand.flags |= Flags::kBothFromLi4;
917917
}
918-
919918
}
920919

921920
template <typename Tcollisions, typename TmcParticles>

0 commit comments

Comments
 (0)