We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c388b81 commit 3b04538Copy full SHA for 3b04538
PWGMM/UE/Tasks/uecharged.cxx
@@ -39,6 +39,7 @@
39
#include <TRandom.h>
40
41
#include <cmath>
42
+#include <cstdint>
43
#include <vector>
44
45
using namespace o2;
@@ -645,7 +646,7 @@ struct ueCharged {
645
646
// pick best reconstructed collision associated to this mcCollision (max ntracks = recRow.size())
647
bool foundRec = false;
648
auto chosenRec = *RecCols.begin();
- long long chosenRecGlobalIndex = -1;
649
+ int64_t chosenRecGlobalIndex = -1;
650
int maxTracks = -1;
651
652
if (RecCols.size() != 0) {
0 commit comments