Skip to content

Commit a54e866

Browse files
authored
Merge pull request #157 from alibuild/alibot-cleanup-17085
Please consider the following formatting changes to #17085
2 parents 0c7893c + 2e51a39 commit a54e866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PWGHF/TableProducer/trackIndexSkimCreator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1927,7 +1927,7 @@ struct HfTrackIndexSkimCreator {
19271927
// prong pT
19281928
if (config.debug || TESTBIT(isSelected, iDecay3P)) {
19291929
const auto ptProngMin = cut3Prong[iDecay3P].get(binPt, 4u); // 4u == ptProngMinIndex[iDecay3P]
1930-
const auto pt2ProngMin = ptProngMin*ptProngMin;
1930+
const auto pt2ProngMin = ptProngMin * ptProngMin;
19311931
if (RecoDecay::pt2(pVecTrack0) < pt2ProngMin || RecoDecay::pt2(pVecTrack1) < pt2ProngMin || RecoDecay::pt2(pVecTrack2) < pt2ProngMin) {
19321932
CLRBIT(isSelected, iDecay3P);
19331933
if (config.debug) {

0 commit comments

Comments
 (0)