Skip to content

Commit d07ded1

Browse files
Update derivedDataCreatorDplusToPiKPi.cxx based on Vit's comment
1 parent b641fe0 commit d07ded1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGHF/TableProducer/derivedDataCreatorDplusToPiKPi.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ struct HfDerivedDataCreatorDplusToPiKPi {
129129
}
130130

131131
template <typename T>
132-
void fillTablesCandidate(const T& candidate, int candFlag, double invMass,
132+
void fillTablesCandidate(const T& candidate, uint8_t candFlag, double invMass,
133133
double ct, double y, int8_t flagMc, int8_t origin, int8_t swapping, int8_t flagDecayChan, const std::vector<float>& mlScores)
134134
{
135135
rowsCommon.fillTablesCandidate(candidate, invMass, y);

0 commit comments

Comments
 (0)