Skip to content

Commit 2566544

Browse files
Update HFFilterHelpers.h
1 parent 27fbc27 commit 2566544

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

EventFiltering/PWGHF/HFFilterHelpers.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2057,6 +2057,10 @@ inline bool HfFilterHelper::isSelectedBhadronInMassRange(T1 const& ptCand, T2 co
20572057
massBhad = massBs;
20582058
break;
20592059
}
2060+
case kBc: {
2061+
massBhad = massBc;
2062+
break;
2063+
}
20602064
case kLb: {
20612065
massBhad = massLb;
20622066
break;

0 commit comments

Comments
 (0)