Skip to content

Commit f9aa132

Browse files
authored
Update hyperRecoTask.cxx
1 parent b8b716b commit f9aa132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/TableProducer/Nuspex/hyperRecoTask.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ struct hyperCandidate {
121121
uint32_t clusterSizeITSPi = 0u;
122122

123123
// collision information
124-
unsigned int collisionID = 0;
124+
int64_t collisionID = 0;
125125

126126
bool isMatter = false;
127127
bool isSignal = false; // true MC signal

0 commit comments

Comments
 (0)