Skip to content

Commit 076c5cb

Browse files
Merge pull request #29 from alibuild/alibot-cleanup-12336
Please consider the following formatting changes to #12336
2 parents ef07197 + 4897ca6 commit 076c5cb

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

PWGLF/TableProducer/Strangeness/cascadeflow.cxx

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,8 @@ struct cascadeFlow {
907907
histos.fill(HIST("hCascadeSignal"), counter);
908908

909909
// PDG cascades
910-
if (isCascCandidate) fillTrainingTable(coll, casc, pdgCode); //I only store cascades that passed PID and track quality selections
910+
if (isCascCandidate)
911+
fillTrainingTable(coll, casc, pdgCode); // I only store cascades that passed PID and track quality selections
911912
}
912913
}
913914

@@ -970,10 +971,11 @@ struct cascadeFlow {
970971

971972
int counter = 0;
972973
bool isCascCandidate = 0;
973-
isCascCandidate = IsCascAccepted(casc, negExtra, posExtra, bachExtra, counter);
974+
isCascCandidate = IsCascAccepted(casc, negExtra, posExtra, bachExtra, counter);
974975
histos.fill(HIST("hCascade"), counter);
975976
histos.fill(HIST("hCascadeDauSel"), (int)isCascCandidate);
976-
if (!isCascCandidate) continue;
977+
if (!isCascCandidate)
978+
continue;
977979

978980
// ML selections
979981
bool isSelectedCasc[2]{false, false};
@@ -1251,7 +1253,8 @@ struct cascadeFlow {
12511253
isCascCandidate = IsCascAccepted(casc, negExtra, posExtra, bachExtra, counter);
12521254
histos.fill(HIST("hCascade"), counter);
12531255
histos.fill(HIST("hCascadeDauSel"), (int)isCascCandidate);
1254-
if (!isCascCandidate) continue;
1256+
if (!isCascCandidate)
1257+
continue;
12551258

12561259
// ML selections
12571260
bool isSelectedCasc[nParticles]{false, false};
@@ -1694,8 +1697,8 @@ struct cascadeFlow {
16941697
isCascCandidate = IsCascAccepted(casc, negExtra, posExtra, bachExtra, counter);
16951698
histos.fill(HIST("hCascade"), counter);
16961699
histos.fill(HIST("hCascadeDauSel"), (int)isCascCandidate);
1697-
if (!isCascCandidate) continue;
1698-
1700+
if (!isCascCandidate)
1701+
continue;
16991702

17001703
// ML selections
17011704
bool isSelectedCasc[nParticles]{false, false};
@@ -1844,7 +1847,8 @@ struct cascadeFlow {
18441847
isCascCandidate = IsCascAccepted(casc, negExtra, posExtra, bachExtra, counter);
18451848
histos.fill(HIST("hCascade"), counter);
18461849
histos.fill(HIST("hCascadeDauSel"), (int)isCascCandidate);
1847-
if (!isCascCandidate) continue;
1850+
if (!isCascCandidate)
1851+
continue;
18481852

18491853
// ML selections
18501854
bool isSelectedCasc[nParticles]{false, false};

0 commit comments

Comments
 (0)