Skip to content

Commit f5f17e3

Browse files
authored
Merge pull request #20 from alibuild/alibot-cleanup-17762
Please consider the following formatting changes to #17762
2 parents c4e8231 + 556bc81 commit f5f17e3

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

PWGLF/TableProducer/Resonances/resonanceModuleInitializer.cxx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
#include <Framework/InitContext.h>
4545
#include <Framework/OutputObjHeader.h>
4646
#include <Framework/runDataProcessing.h>
47+
4748
#include <TH1.h>
4849
#include <THnSparse.h>
4950

@@ -208,7 +209,7 @@ struct ResonanceModuleInitializer {
208209
|| (nabs(aod::mcparticle::pdgCode) == 10323) // K1(1270)+
209210
|| (nabs(aod::mcparticle::pdgCode) == 123314) // Xi(1820)0
210211
|| (nabs(aod::mcparticle::pdgCode) == 123324) // Xi(1820)-
211-
|| (nabs(aod::mcparticle::pdgCode) == 123334) // Omega(2012)-
212+
|| (nabs(aod::mcparticle::pdgCode) == 123334) // Omega(2012)-
212213
|| (nabs(aod::mcparticle::pdgCode) == 2212) // proton
213214
|| (nabs(aod::mcparticle::pdgCode) == 3122) // Lambda0
214215
|| (nabs(aod::mcparticle::pdgCode) == 3312) // Xi-
@@ -1783,9 +1784,9 @@ struct ResonanceDaughterInitializer {
17831784
/// @brief Find a selected V0 and collect daughter IDs only for the optional global veto
17841785
template <bool isMC, typename CollisionType, typename V0Type, typename TrackType>
17851786
SelectedCandidateDaughters collectSelectedV0Daughters(CollisionType const& collision,
1786-
V0Type const& v0s,
1787-
TrackType const& tracks,
1788-
bool useGlobalDaughterVeto)
1787+
V0Type const& v0s,
1788+
TrackType const& tracks,
1789+
bool useGlobalDaughterVeto)
17891790
{
17901791
SelectedCandidateDaughters selectedCandidates{useGlobalDaughterVeto};
17911792
for (auto const& v0 : v0s) {
@@ -1808,9 +1809,9 @@ struct ResonanceDaughterInitializer {
18081809
/// @brief Find a selected cascade and collect daughter IDs only for the optional global veto
18091810
template <bool isMC, typename CollisionType, typename CascType, typename TrackType>
18101811
SelectedCandidateDaughters collectSelectedCascadeDaughters(CollisionType const& collision,
1811-
CascType const& cascades,
1812-
TrackType const& tracks,
1813-
bool useGlobalDaughterVeto)
1812+
CascType const& cascades,
1813+
TrackType const& tracks,
1814+
bool useGlobalDaughterVeto)
18141815
{
18151816
SelectedCandidateDaughters selectedCandidates{useGlobalDaughterVeto};
18161817
for (auto const& casc : cascades) {

0 commit comments

Comments
 (0)