Skip to content

Commit 3b04538

Browse files
committed
Rewrite analysis task
1 parent c388b81 commit 3b04538

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PWGMM/UE/Tasks/uecharged.cxx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
#include <TRandom.h>
4040

4141
#include <cmath>
42+
#include <cstdint>
4243
#include <vector>
4344

4445
using namespace o2;
@@ -645,7 +646,7 @@ struct ueCharged {
645646
// pick best reconstructed collision associated to this mcCollision (max ntracks = recRow.size())
646647
bool foundRec = false;
647648
auto chosenRec = *RecCols.begin();
648-
long long chosenRecGlobalIndex = -1;
649+
int64_t chosenRecGlobalIndex = -1;
649650
int maxTracks = -1;
650651

651652
if (RecCols.size() != 0) {

0 commit comments

Comments
 (0)