Skip to content

Commit fc19b14

Browse files
authored
PWGLF: use int instead of uint8_t in configurable (#5625)
1 parent 9e8ebfe commit fc19b14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Strangeness/lambdakzeroMLSelectionTreeCreator.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ struct lambdakzeroMLSelectionTreeCreator {
109109
ConfigurableAxis centralityAxis{"centralityAxis", {100, 0.0f, 100.0f}, ""};
110110

111111
// Save certain candidates only
112-
Configurable<uint8_t> saveCandidateMask{"saveCandidateMask", 15, "Mask to decide saving candidates"};
112+
Configurable<int> saveCandidateMask{"saveCandidateMask", 15, "Mask to decide saving candidates"};
113113

114114
void init(InitContext const&)
115115
{

0 commit comments

Comments
 (0)