Skip to content

Commit 850f6aa

Browse files
committed
Fix clang-format
1 parent a7e121d commit 850f6aa

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

PWGCF/FemtoDream/TableProducer/femtoDreamProducerTaskReso.cxx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -517,11 +517,10 @@ struct FemtoDreamProducerTaskReso {
517517
cascadeCuts.setInvMassLimits(confCascSel.confCascInvMassLowLimit, confCascSel.confCascInvMassUpLimit);
518518
cascadeCuts.setV0InvMassLimits(confCascSel.confCascV0InvMassLowLimit, confCascSel.confCascV0InvMassUpLimit);
519519
if (confCascSel.confCascRejectCompetingMass) {
520-
cascadeCuts.setCompetingInvMassLimits(confCascSel.confCascInvCompetingMassLowLimit, confCascSel.confCascInvCompetingMassUpLimit);
520+
cascadeCuts.setCompetingInvMassLimits(confCascSel.confCascInvCompetingMassLowLimit, confCascSel.confCascInvCompetingMassUpLimit);
521521
}
522522
}
523523

524-
525524
if (confIsActivateReso.value) {
526525
resoCuts.setDaughterCuts(femto_dream_reso_selection::kPosdaugh, Resonance.confDaughterCharge, femtoDreamTrackSelection::kSign, femtoDreamSelection::kEqual);
527526
resoCuts.setDaughterCuts(femto_dream_reso_selection::kPosdaugh, Resonance.confDaughterPtMin, femtoDreamTrackSelection::kpTMin, femtoDreamSelection::kLowerLimit);
@@ -912,7 +911,7 @@ struct FemtoDreamProducerTaskReso {
912911
if (!colCuts.isSelectedCollision(col)) {
913912
return;
914913
}
915-
914+
916915
if (confIsActivateCascade.value) {
917916
if (colCuts.isEmptyCollision(col, tracks, trackCuts) && colCuts.isCollisionWithoutTrkCasc(col, fullCascades, cascadeCuts, tracks)) {
918917
return;
@@ -938,9 +937,9 @@ struct FemtoDreamProducerTaskReso {
938937
fillMCCollision(col);
939938
}
940939

941-
std::vector<int> childIDs = {0, 0}; // these IDs are necessary to keep track of the children
940+
std::vector<int> childIDs = {0, 0}; // these IDs are necessary to keep track of the children
942941
std::vector<int> cascadechildIDs = {0, 0, 0}; // these IDs are necessary to keep track of the children
943-
std::vector<int> tmpIDtrack; // this vector keeps track of the matching of the primary track table row <-> aod::track table global index
942+
std::vector<int> tmpIDtrack; // this vector keeps track of the matching of the primary track table row <-> aod::track table global index
944943

945944
for (const auto& track : tracksWithItsPid) {
946945

@@ -1086,7 +1085,6 @@ struct FemtoDreamProducerTaskReso {
10861085
}
10871086
}
10881087

1089-
10901088
if (confIsActivateCascade.value) {
10911089
for (auto& casc : fullCascades) {
10921090
// get the daughter tracks

0 commit comments

Comments
 (0)