Skip to content

Commit 992bac3

Browse files
committed
Please consider the following formatting changes
1 parent eb1b545 commit 992bac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

EventFiltering/PWGHF/HFFilterHelpers.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1643,11 +1643,11 @@ inline int16_t HfFilterHelper::isSelectedBachelorForCharmBaryon(const T& track,
16431643
}
16441644

16451645
float pt = track.pt();
1646-
if constexpr (whichTrigger == kCharmBarToXiBach){
1646+
if constexpr (whichTrigger == kCharmBarToXiBach) {
16471647
if (pt < mPtMinCharmBaryonBachelor || pt > mPtMaxCharmBaryonBachelor) {
16481648
return kRejected;
16491649
}
1650-
} else if constexpr (whichTrigger == kPrCharm2P){
1650+
} else if constexpr (whichTrigger == kPrCharm2P) {
16511651
if (pt < mPtMinLcResonanceBachelor || pt > mPtMaxLcResonanceBachelor) {
16521652
return kRejected;
16531653
}

0 commit comments

Comments
 (0)