Skip to content

Commit

Permalink
Merge pull request #17 from alibuild/alibot-cleanup-7991
Browse files Browse the repository at this point in the history
Please consider the following formatting changes to #7991
  • Loading branch information
ChiaraDeMartin95 authored Oct 14, 2024
2 parents 4cf4e1c + 9b113d4 commit 66dcb92
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions PWGLF/TableProducer/Strangeness/cascadeflow.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ struct cascadeFlow {
{
pdgCode = 0;
}

/// Add some minimal cuts for single track variables (min number of TPC clusters)
auto negExtra = casc.negTrackExtra_as<DauTracks>();
auto posExtra = casc.posTrackExtra_as<DauTracks>();
Expand Down Expand Up @@ -860,8 +860,9 @@ struct cascadeFlow {
BDTresponse[0] = bdtScore[0][1];
BDTresponse[1] = bdtScore[1][1];
}
if (isStoreTrueCascOnly){
if (pdgCode==0) continue;
if (isStoreTrueCascOnly) {
if (pdgCode == 0)
continue;
}
if (isSelectedCasc[0] || isSelectedCasc[1])
fillAnalysedTable(coll, casc, v2CSP, v2CEP, PsiT0C, BDTresponse[0], BDTresponse[1], pdgCode);
Expand Down

0 comments on commit 66dcb92

Please sign in to comment.