Skip to content

Commit 2e011c6

Browse files
committed
Fix: fix data type
1 parent 7bc0b0c commit 2e011c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGCF/Femto/Core/tripletBuilder.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ namespace o2::analysis::femto
4141
namespace tripletbuilder
4242
{
4343

44-
const size_t nLimitPartitionIdenticalParticles123 = 3;
45-
const size_t nLimitPartitionIdenticalParticles12 = 2;
46-
const size_t nLimitPartitionParticles = 1;
44+
const int64_t nLimitPartitionIdenticalParticles123 = 3;
45+
const int64_t nLimitPartitionIdenticalParticles12 = 2;
46+
const int64_t nLimitPartitionParticles = 1;
4747

4848
template <const char* prefixTrack1,
4949
const char* prefixTrack2,

0 commit comments

Comments
 (0)